Todoist MCP Server
@MCP-Mirror
About Todoist MCP Server
Mirror of
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"todoist": {
"command": "npx",
"args": [
"-y",
"@abhiz123/todoist-mcp-server"
],
"env": {
"TODOIST_API_TOKEN": ""
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More Productivity MCP servers
Todoist MCP Server
stanislavlysenko0912Full implementation of Todoist Rest API & support Todoist Sync API for MCP server
MCP 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.
Todoist MCP Server
greirsonMCP server that connects Claude to Todoist for natural language task and project management with bulk operations
MCPControl
CheffromspaceMCP server for Windows OS automation
MCP Windows Desktop Automation
mario-andreschakA Model Context Protocol (MCP) server for Windows desktop automation using AutoIt.
Comments