Todoist MCP Server
@stanislavlysenko0912
About Todoist MCP Server
Full implementation of Todoist Rest API & support Todoist Sync API for MCP server
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"todoist": {
"command": "npx",
"args": [
"-y",
"todoist-mcp"
],
"env": {
"API_KEY": "your_todoist_api_token_here"
}
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is Todoist MCP Server?
A Model Context Protocol (MCP) server implementation that integrates Claude and other AI assistants with Todoist, enabling natural language task management.
How to use Todoist MCP Server?
Obtain a Todoist API token from Settings → Integrations. Configure the server in your platform’s mcpServers object with the command npx -y todoist-mcp and the API_KEY environment variable. Platform config locations are provided for Claude Desktop, Claude Code, Cursor, Codex, and Gemini CLI.
Key features of Todoist MCP Server
- Complete Todoist REST API v2 and Sync API integration
- Batch processing multiple tasks in one request
- Search tasks, projects, labels by name
- Create, update, close, reopen, move, and delete tasks
- Manage projects, sections, comments, and labels
- Smart context provides projects and labels on startup
Use cases of Todoist MCP Server
- Retrieve and filter tasks using natural language (e.g., “What tasks do I have due today?”)
- Create tasks with due dates, priorities, and labels conversationally
- Manage projects and sections without manual clicks
- Add and manage comments on tasks and projects
- Reorganize tasks by moving or marking them complete
FAQ from Todoist MCP Server
What do I need to get started?
You need a Todoist API token, which can be found in Todoist Settings → Integrations.
How do I configure for Claude Desktop?
Add the server configuration to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\ (Windows).
Does it support batch operations?
Yes, the server supports batch processing, allowing multiple tasks to be handled in a single request.
Can the AI search tasks by name?
Yes, tasks, projects, and labels can be searched by name instead of requiring IDs.
What transport does the server use?
The server uses the stdio transport, as shown in the npx command and --transport stdio example for Claude Code.
Frequently asked questions
What do I need to get started?
You need a Todoist API token, which can be found in Todoist Settings → Integrations.
How do I configure for Claude Desktop?
Add the server configuration to `~/Library/Application Support/Claude/claude_desktop_config.json` (macOS) or `%APPDATA%\Claude\` (Windows).
Does it support batch operations?
Yes, the server supports batch processing, allowing multiple tasks to be handled in a single request.
Can the AI search tasks by name?
Yes, tasks, projects, and labels can be searched by name instead of requiring IDs.
What transport does the server use?
The server uses the stdio transport, as shown in the `npx` command and `--transport stdio` example for Claude Code.
Basic information
More Productivity MCP servers
Etincel
AIStoryHubFind the AI tells in your prose. Deterministic, local, runs in CI. MCP server + CLI + Action.

EM+x
Cubed StudiosEM+x turns your conversation into board-ready deliverables: steering-committee readouts, executive briefs, market scans, QBR decks, and program updates - each built by an agentic consulting team using your own templates
RADAAR
RADAAROfficial repository bringing RADAAR's social media and content management tools to AI agents like Cursor, VS Code, and ChatGPT. Built on the agent-plugins.org standard, it connects seamlessly to the MCP server. Schedule

Nevent
neventNevent is a remote MCP server available at https://mcp.nevent.ai.

Plyto
PlytoPlyto is an agentic CRM for small businesses, and this server exposes the whole platform to the AI you already use. Connect Claude, Cursor, or any MCP-compatible assistant with a per-business API key and your agent can c
Comments