Todoist MCP Server
Allows interaction with Todoist, providing tools for managing tasks.
Click on "Install 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: MCP Access OAuth Server
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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityAmaintenanceAn MCP server that enables LLMs to interact with Todoist tasks, projects, and other features through the Todoist API.Last updated327531MIT
- Flicense-qualityCmaintenanceA Cloudflare Workers-based MCP server that enables secure remote connections using built-in OAuth authentication via Cloudflare Access. It provides identity-based access control for MCP tools and supports persistent state management through Durable Objects and SSE.Last updated
- Flicense-qualityDmaintenanceA remote MCP server deployable on Cloudflare Workers that provides integrated Google OAuth authentication for secure tool access. It serves as a reference implementation for building persistent, authenticated MCP connections using Cloudflare Durable Objects and Streamable HTTP.Last updated1
- Flicense-qualityCmaintenanceA remote MCP server that can be deployed on Cloudflare Workers, using OAuth authentication and SSE transport for tool invocation.Last updated
Related MCP Connectors
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
A basic MCP server to operate on the Postman API.
Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/deepakjois/todoist-mcp-server-cf'
If you have feedback or need assistance with the MCP directory API, please join our Discord server