Todoist MCP Server
A proof-of-concept MCP server that interacts with Todoist using OAuth-based authorization and is deployed on Cloudflare Workers.
README
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
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
<img width="646" alt="image" src="https://github.com/user-attachments/assets/fa3f9d99-0760-465a-a456-beac729a13ba" />
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 putcommand - Change the parameters in
wrangler.jsonc - Deploy your own Cloudflare worker by doing
npm run deploy
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.