Todoist AI MCP Server
Rank #175glama/Doist/todoist-mcp
Enables AI agents to access and modify Todoist accounts to manage tasks and projects on the user's behalf. It provides a suite of tools for task operations and supports interactive UI widgets for a rich visual experience in AI chat interfaces.
Todoist AI MCP Server is a Model Context Protocol (MCP) server published by doist. It ranks #175 of 115,591 servers tracked on MCP Toplist, and its repository has 539 GitHub stars. Todoist AI MCP Server is listed across 2 registries — Glama and PulseMCP, with 39 release tags tracked from its GitHub repository. It was first listed on Feb 12, 2025 and most recently updated on Aug 28, 2026.
Ranks ahead of 115,416 of 115,591 servers on MCP Toplist.
Use Todoist AI MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http todoist-mcp https://ai.todoist.net/mcpThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.todoist-mcp]
url = "https://ai.todoist.net/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://ai.todoist.net/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"todoist-mcp": {
"url": "https://ai.todoist.net/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"todoist-mcp": {
"type": "http",
"url": "https://ai.todoist.net/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"todoist-mcp": {
"serverUrl": "https://ai.todoist.net/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"todoist-mcp": {
"url": "https://ai.todoist.net/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/glama%2FDoist%2Ftodoist-mcp)<a href="https://mcptoplist.com/server/glama%2FDoist%2Ftodoist-mcp"><img src="https://mcptoplist.com/badge/glama%2FDoist%2Ftodoist-mcp.svg" alt="MCP Toplist: Top 1% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
doist
Other servers by doist
View all doist servers →GitHub releases (39)
No registry surfaces explicit version metadata for this server. The list below shows release tags from the linked GitHub repository.
| Version | Published |
|---|---|
| v13.1.2 | Aug 28, 2026 |
| v13.1.1 | Aug 26, 2026 |
| v13.1.0 | Aug 26, 2026 |
| v13.0.0 | Aug 19, 2026 |
| v12.6.0 | Aug 18, 2026 |
| v12.5.7 | Aug 13, 2026 |
| v12.5.6 | Aug 12, 2026 |
| v12.5.5 | Aug 12, 2026 |
| v12.4.0 | Aug 3, 2026 |
| v12.3.2 | Aug 3, 2026 |
| v12.3.1 | Aug 3, 2026 |
| v12.3.0 | Aug 3, 2026 |
| v12.2.4 | Aug 3, 2026 |
| v12.2.2 | Jul 31, 2026 |
| v12.2.1 | Jul 31, 2026 |
| v12.2.0 | Jul 30, 2026 |
| v12.1.2 | Jul 27, 2026 |
| v12.1.1 | Jul 27, 2026 |
| v12.1.0 | Jul 24, 2026 |
| v12.0.0 | Jul 16, 2026 |
| v11.0.0 | Jul 13, 2026 |
| v10.5.0 | Jul 10, 2026 |
| v10.4.2 | Jul 8, 2026 |
| v10.4.1 | Jun 26, 2026 |
| v10.4.0 | Jun 24, 2026 |
| v10.3.3 | Jun 24, 2026 |
| v10.3.2 | Jun 22, 2026 |
| v10.3.1 | Jun 19, 2026 |
| v10.3.0 | Jun 19, 2026 |
| v10.2.0 | Jun 19, 2026 |
| v10.1.6 | Jun 18, 2026 |
| v10.1.5 | Jun 10, 2026 |
| v10.1.4 | Jun 8, 2026 |
| v10.1.3 | Jun 5, 2026 |
| v10.1.2 | May 31, 2026 |
| v10.1.1 | May 25, 2026 |
| v10.1.0 | May 18, 2026 |
| v10.0.0 | May 18, 2026 |
| v9.0.0 | May 14, 2026 |
Frequently asked questions
- Who maintains Todoist AI MCP Server?
- Todoist AI MCP Server is maintained by doist, which publishes 2 MCP servers (48 total versions) tracked on MCP Toplist.
- Is Todoist AI MCP Server listed on the Official MCP Registry?
- Todoist AI MCP Server is not on the Official MCP Registry. It is listed on Glama and PulseMCP.
- How many versions does Todoist AI MCP Server have?
- No registry surfaces explicit version metadata for Todoist AI MCP Server; MCP Toplist tracks 39 release tags from its GitHub repository, most recently published on Aug 28, 2026.
- Where can I find the source code for Todoist AI MCP Server?
- The source code for Todoist AI MCP Server is hosted at github.com/doist/todoist-mcp.