Checkvist hosts an MCP (Model Context Protocol) server, so AI assistants like Claude or ChatGPT can work with your lists: read and search them, add and update items, manage tags, due dates, assignees, and notes.
MCP access is a PRO feature. You can upgrade or start a free PRO trial on your profile page.
Whatever client you use, the endpoint is the same (Streamable HTTP transport):
https://beta.checkvist.com/mcp
There are two ways to connect: OAuth or an API token.
Clients with remote MCP connector support need nothing but the URL above. Add it as a custom connector, and the client will send you to Checkvist to log in and approve access.
On the approval screen you choose what the assistant is allowed to do:
Apps connected this way are listed on your Profile → Tools page, where you can disconnect them at any time.
Clients without built-in OAuth support authenticate with a bearer token: either your Open API
key from the profile page, or a token obtained from
auth/login.json (see the Open API documentation).
For example, for Claude Code:
claude mcp add --transport http checkvist https://beta.checkvist.com/mcp \ --header "Authorization: Bearer YOUR_API_TOKEN"
A token connection always has full read-and-modify access—the read-only choice is available for OAuth connections only.
Once connected, the assistant sees your lists as an outliner: every list is a tree of items, and each item can carry notes, tags, a due date, a priority, and assignees. You can ask it to
The assistant reads your data only when it needs it to answer you—there is no bulk upload of your account to the AI provider. What is sent, though, is then governed by that provider's terms; see the Checkvist privacy policy.
OAuth connections (claude.ai, ChatGPT): open Profile → Tools, find the app under AI assistants via MCP, and press Disconnect. The app loses access immediately; it can ask for access again, and you'd have to approve it again.
Token connections (Claude Code, Cursor): these use your Open API key, so they are not listed separately. To cut them off, regenerate the key on the profile page—note that this also stops every other integration using that key. "Log out all sessions" on the same page revokes everything at once, both tokens and OAuth connections.
You most probably approved the connection as read-only. Disconnect the app on the Profile → Tools page and connect it again, choosing read-and-modify on the approval screen.
MCP access needs an active PRO account or trial. Check your profile page.
Access tokens are short-lived and renewed by the client automatically, but if you have used "log out all sessions" or changed your password, every connector is cut off by design and has to be approved anew.
Still stuck? Write to us—kirsa@checkvist.com