Does Todoist have an MCP server?
Todoist maintains an official MCP server.
- Access
- Remote server
- Endpoint
- https://ai.todoist.net/mcp
- Repository
- Doist/todoist-mcp
- Maintainer
- Todoist Inc
- License
- MIT
- Language
- TypeScript
- Stars
- 536
- Last commit
- today
- Category
- Workplace & Productivity
A set of tools to connect to AI agents, to allow them to use Todoist on a user's behalf. Includes MCP support.
A remote server run by Todoist itself — nothing to install. Documented at github.com.
A set of tools to connect to AI agents, to allow them to use Todoist on a user's behalf. Includes MCP support.
MCP server for Todoist integration enabling natural language task management with Claude
Hosted by the vendor — no install, connect over HTTP with OAuth or a token.
Add it from the terminal, then restart your session:
claude mcp add --transport http todoist https://ai.todoist.net/mcpAdd --scope user to make it available in every project.
- Open Settings → Connectors
- Click Add custom connector
- Paste
https://ai.todoist.net/mcp - Finish the sign-in prompt, then enable it in the chat's tools menu
Add to .cursor/mcp.json in your project, or ~/.cursor/mcp.json for
every project:
{
"mcpServers": {
"todoist": {
"url": "https://ai.todoist.net/mcp"
}
}
}A green dot in Settings → MCP means it connected.
Add to .vscode/mcp.json:
{
"servers": {
"todoist": {
"type": "http",
"url": "https://ai.todoist.net/mcp"
}
}
}Then pick the server from the tools menu in Copilot's agent mode.
- Enable Developer mode under Settings → Apps & Connectors → Advanced
- Choose Create and paste
https://ai.todoist.net/mcp - Complete sign-in, then enable the connector in a new chat
Does Todoist have an official MCP server?
Yes. Todoist maintains an official MCP server, hosted at https://ai.todoist.net/mcp. The source lives at Doist/todoist-mcp on GitHub.
How do I connect Todoist to Claude?
Add https://ai.todoist.net/mcp as a custom connector under Settings → Connectors in Claude Desktop or claude.ai, or run "claude mcp add --transport http todoist https://ai.todoist.net/mcp" in Claude Code.
Do I need to install anything to use the Todoist MCP server?
No. It is a remote server hosted by Todoist, so your MCP client connects to it over HTTP. You authenticate with the vendor rather than installing a package.
How is this verdict verified?
Doist maintains the official Doist/todoist-mcp repo and hosts a streamable-HTTP server at ai.todoist.net/mcp with OAuth. GitHub metadata is refreshed every six hours.
Doist maintains the official Doist/todoist-mcp repo and hosts a streamable-HTTP server at ai.todoist.net/mcp with OAuth.
- github data refreshed 2026-08-11, then every 6 hours
- vendor docs verified on 2026-08-10
Spotted something out of date? Tell us — corrections ship same-day.