Todoist MCP Server
Allows interaction with Todoist, providing tools for managing tasks.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Todoist MCP ServerAdd a task to buy groceries tomorrow"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Simple proof-of-concept MCP Server to interact with Todoist. It contains a single tool as of now, but I might add more in the future if I actually end up using it.
Unlike some other Todoist MCP servers, this one uses OAuth based authorization and is deployed in Cloudflare.
Demo
https://github.com/user-attachments/assets/3ce96d7c-cdeb-4152-8c44-e560b884c569
Related MCP server: todoist-mcp
How to Access
URL: https://todoist-mcp-server-cf.debugjois.workers.dev/sse
Use the Cloudflare AI Playground or MCP Inspector to try it out.
Claude Desktop doesn't support remote MCPs yet, but you can use remote-mcp to point to it via a proxy.
Removing OAuth Access
Even though I could promise you that I don't do anything malicious on the server with your Todoist OAuth data, you could revoke access to it anytime from Todoist -> Settings -> Integrations
Deploy your own
The safest way to ensure your OAuth access is not misused is to deploy your own instance of this server.
Create a new app in Todoist for OAuth
Add the TODOIST_CLIENT_ID and TODOIST_CLIENT_SECRET secrets using the
wrangler secret putcommandChange the parameters in
wrangler.jsoncDeploy your own Cloudflare worker by doing
npm run deploy
This server cannot be deployed
Maintenance
Related MCP Connectors
- mcpOAuthnet.todoist
Official Todoist MCP server for AI assistants to manage tasks, projects, and workflows.
Hosted remote MCP server for YNAB on Cloudflare Workers with OAuth
Cloudflare Workers MCP server: api-mock-server
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceA remote MCP server deployable to Cloudflare Workers with built-in Google OAuth authentication, providing tools like addition and serving as a reference for OAuth integration.-
- AlicenseNot gradedqualityDmaintenanceA Cloudflare Worker-based MCP server that enables AI assistants to read and manage Todoist tasks through tools like get_tasks, add_task, update_task, complete_task, delete_task, and move_task.190 npmMIT
- FlicenseNot gradedqualityCmaintenanceA lightweight project and todo management MCP server built on Cloudflare Workers, allowing users to create projects, add todos, and track progress.-
- FlicenseNot gradedqualityCmaintenanceThis is an MCP server deployed on Cloudflare Workers with OAuth authentication, enabling remote MCP clients to connect and use tools.-