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
Todoist Integration
Project Details
- miottid/todoist-mcp
- MIT License
- Last Updated: 4/21/2025
Recomended MCP Servers
本项目通过将 MCP 协议转换为 MQTT 协议,我们能够利用强大的大型语言模型(LLMs),就能轻松操控您的智能家居、机器人或其他硬件设备。
An MCP (Model Context Protocol) tool that provides stock market data and trading capabilities using the yfinance library,...
An MCP server implementation for accessing Obsidian via local REST API
Node based Notion MCP server
Model Context Protocol Servers in Quarkus
MCP Server for Bing Search API
Official Magic UI MCP server.
A Model Context Protocol (MCP) server that provides Trivy security scanning capabilities through a standardized interface.