Todoist MCP Server
@MCP-Mirror
关于 Todoist MCP Server
Mirror of
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"todoist": {
"command": "npx",
"args": [
"-y",
"@abhiz123/todoist-mcp-server"
],
"env": {
"TODOIST_API_TOKEN": ""
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Todoist MCP Server?
An MCP (Model Context Protocol) server that integrates Claude with Todoist, enabling natural language task management. It allows Claude to create, read, update, complete, and delete Todoist tasks using everyday language rather than direct API calls.
How to use Todoist MCP Server?
Install globally via npm: npm install -g @abhiz123/todoist-mcp-server. Then add a todoist entry to your claude_desktop_config.json with the command npx -y @abhiz123/todoist-mcp-server and provide your Todoist API token in the TODOIST_API_TOKEN environment variable. After configuration, you can interact with tasks using natural language commands through Claude.
Key features of Todoist MCP Server
- Natural language task management (create, update, complete, delete)
- Smart task search using partial name matches
- Flexible filtering by due date, priority, or project
- Support for rich task details (descriptions, due dates, priority)
- Clear error and confirmation feedback for user actions
Use cases of Todoist MCP Server
- Quickly add tasks using conversational commands like “Create task 'Team Meeting' due tomorrow”
- Retrieve and filter tasks with phrases such as “Show high priority tasks due this week”
- Update task attributes (due date, priority, description) by describing the change
- Complete or delete tasks using partial name matching
- Manage Todoist entirely through natural language without leaving the chat interface
FAQ from Todoist MCP Server
How do I obtain a Todoist API token?
Log in to your Todoist account, go to Settings → Integrations, and find your API token under “Developer”.
What tools does the server provide?
It provides five tools: todoist_create_task, todoist_get_tasks, todoist_update_task, todoist_complete_task, and todoist_delete_task.
How do I configure the server with Claude Desktop?
Add a todoist entry under mcpServers in your claude_desktop_config.json with the command npx -y @abhiz123/todoist-mcp-server and set the TODOIST_API_TOKEN environment variable.
Does the server require Node.js and npm?
Yes, installation is done via npm install -g, which implies that Node.js and npm must be installed on your system.
Where are my task data stored?
Your tasks remain on Todoist’s servers. The server communicates with the Todoist API using your personal API token; it does not store any data locally.
生产力 分类下的更多 MCP 服务器
Todoist MCP Server
greirsonMCP server that connects Claude to Todoist for natural language task and project management with bulk operations
Google Calendar MCP Server
takumi0706Google Calendar MCP server for Claude Desktop integration
Openfate Bazi Mcp
openfate-aiOpenFate Bazi MCP server with deterministic Four Pillars calculation, True Solar Time, branch interactions, and reverse Bazi lookup.
C++ Excel Automation MCP Server
smileFAaceA MCP server for automatically create, view and modify Excel related file using LLM

Time
modelcontextprotocolModel Context Protocol Servers
评论