Todoist MCP
Interact with your Todoist tasks and projects using your LLM.
Todoist MCP
Connect this Model Context Protocol server to your LLM to interact with Todoist.
It supports all the APIs available from the Todoist TypeScript Client.
Setup
Build the server app:
npm install
npm run build
Configure Claude:
You must install the Claude desktop app which supports MCP.
You can get your Todoist API key from Todoist > Settings > Integrations > Developer.
Then, in your claude_desktop_config.json, add a new MCP server:
{
"mcpServers": {
"todoist-mcp": {
"command": "node",
"args": ["/path/to/repo/build/index.js"],
"env": {
"TODOIST_API_KEY": "your_todoist_api_key"
}
}
}
}
You can now launch Claude desktop app and ask to update Todoist.
Distribution
Smithery
Install Todoist MCP on Claude Desktop using Smithery:
npx -y @smithery/cli install @miottid/todoist-mcp --client claude
Glama
İlgili Sunucular
ChatExcel
A powerful server for Excel file processing, data analysis, and visualization, leveraging Python and Go for high performance.
PeepIt
A macOS-only server for capturing and analyzing screenshots with local or cloud-based AI models.
Odoo MCP Improved
An enhanced MCP server for Odoo ERP with advanced tools for sales, purchases, inventory, and accounting.
Time MCP Server
Provides the current time using IANA timezone names, with automatic system timezone detection.
MCP Notes
A simple note-taking server for recording and managing notes with AI models, using AWS DynamoDB for storage.
Notion
Connects AI assistants to your Notion workspace to search and manage pages, databases, and content.
Fillout.io
Manage forms, handle responses, and access analytics using the Fillout.io API.
Work Memory MCP Server
Manages work memories and shares context between AI tools using a local SQLite database.
Divide and Conquer
Breaks down complex tasks into manageable pieces and stores them in structured JSON.
MCP Hub
A hub server that connects to and manages other MCP servers.