MCP ExplorerExplorer

Todoist Mcp Server Cf

@deepakjoison 10 months ago
3 MIT
FreeCommunity
AI Systems
#mcp#todoist
barebones Todoist MCP server - deployed in Cloudflare

Overview

What is Todoist Mcp Server Cf

todoist-mcp-server-cf is a barebones MCP server designed to interact with Todoist, deployed on Cloudflare. It serves as a proof-of-concept with potential for future enhancements.

Use cases

Use cases include automating task management workflows, integrating Todoist with other applications, and developing custom productivity tools that leverage Todoist’s features.

How to use

To use todoist-mcp-server-cf, access it via the URL: https://todoist-mcp-server-cf.debugjois.workers.dev/sse. You can try it out using the Cloudflare AI Playground or MCP Inspector. For remote access, use the remote-mcp proxy.

Key features

Key features include OAuth-based authorization for secure access and deployment on Cloudflare, ensuring reliability and scalability. Currently, it supports a single tool with plans for future additions.

Where to use

todoist-mcp-server-cf can be used in personal productivity applications, task management systems, and any environment where integration with Todoist is beneficial.

Content

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

image

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 put command
  • Change the parameters in wrangler.jsonc
  • Deploy your own Cloudflare worker by doing npm run deploy

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers