Todoist Mcp Server Cf
@deepakjois
Todoist Mcp Server Cf について
barebones Todoist MCP server - deployed in Cloudflare
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"Todoist Mcp Server Cf": {
"type": "http",
"url": "https://todoist-mcp-server-cf.debugjois.workers.dev/sse"
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Todoist Mcp Server Cf?
A proof-of-concept MCP server that integrates with Todoist using OAuth-based authorization and is deployed on Cloudflare. It is designed for developers who want to interact with Todoist through the Model Context Protocol.
How to use Todoist Mcp Server Cf?
Access the server at its SSE URL, then use any MCP client such as the Cloudflare AI Playground or MCP Inspector to interact. For Claude Desktop, which does not support remote MCPs natively, use the remote-mcp proxy to connect.
Key features of Todoist Mcp Server Cf?
- OAuth-based authorization for Todoist access
- Hosted as a Cloudflare Worker (remote SSE endpoint)
- Single tool for interacting with Todoist
- Deployable own instance for full control
- Proof-of-concept with possible future updates
Use cases of Todoist Mcp Server Cf?
- Prototyping MCP-driven Todoist integrations
- Managing tasks via AI assistants using Todoist
- Testing MCP compatibility with Todoist’s API
- Learning how to deploy an OAuth-enabled MCP server on Cloudflare
FAQ from Todoist Mcp Server Cf
How can I remove OAuth access to my Todoist account?
Revoke access anytime from Todoist → Settings → Integrations by removing the app.
Can I use this server with Claude Desktop?
Claude Desktop doesn’t support remote MCPs directly, but you can use the remote-mcp proxy to point to the server.
How do I deploy my own instance of this server?
Create a new app in Todoist for OAuth, add TODOIST_CLIENT_ID and TODOIST_CLIENT_SECRET secrets with wrangler secret put, change parameters in wrangler.jsonc, and deploy via npm run deploy.
What is the server’s URL for SSE?
The server is available at https://todoist-mcp-server-cf.debugjois.workers.dev/sse.
How many tools does the server currently offer?
It contains a single tool as a proof-of-concept, with the possibility of more in the future.
「生産性」の他のコンテンツ
MCP Windows Desktop Automation
mario-andreschakA Model Context Protocol (MCP) server for Windows desktop automation using AutoIt.
Todoist MCP Server
stanislavlysenko0912Full implementation of Todoist Rest API & support Todoist Sync API for MCP server
ntfy-mcp: Your Friendly Task Completion Notifier
teddyzxcvMCP Google Calendar Server
markelaugust74A Model Context Protocol (MCP) server implementation for Google Calendar integration. Create and manage calendar events directly through Claude or other AI assistants.
🚀 Time MCP Server: Giving LLMs Time Awareness Capabilities
yokingma⏰ Time MCP Server: Giving LLMs Time Awareness Capabilities
コメント