Todoist MCP Server
Provides task management capabilities through Todoist's API, enabling AI assistants to interact with projects and tasks in a Todoist account
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Todoist MCP Serveradd a task to buy groceries tomorrow at 5pm"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Todoist MCP Server
A TypeScript-based Model Context Protocol (MCP) server that provides Todoist task management capabilities to AI assistants. This MCP server is built for use with Claude Desktop and operates over stdio.
Note: This MCP server is tailored to my specific workflow with Todoist and may not align with how others use the tool.
Getting Started
Prerequisites
Node.js 18+
Todoist account with API access
Install
git clone <repository-url>
cd todoist-mcp
npm ciConfigure
cp env.example .env
# Add your Todoist API token to .envConnect to Claude Desktop
1. Configure Claude Desktop
Edit your Claude Desktop configuration file:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%/Claude/claude_desktop_config.json
2. Add MCP Server Configuration
{
"mcpServers": {
"todoist": {
"command": "$PATH_TO_REPO/start-mcp.sh",
"args": [],
"env": {}
}
}
}Replace $PATH_TO_REPO with the absolute path of where you cloned this repo.
3. Restart Claude Desktop
Restart Claude Desktop completely for the changes to take effect.
4. Verify Connection
Test the connection by asking Claude to list your Todoist projects or tasks.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityFmaintenanceA Model Context Protocol server that enables advanced task and project management in Todoist via Claude Desktop and other MCP-compatible clients.802MIT
- AlicenseAqualityDmaintenanceEnables natural language task management with Todoist, supporting tasks, projects, sections, labels, smart search, and batch operations for efficient workflow integration with Claude and other MCP-compatible LLMs.1912MIT
- AlicenseAqualityDmaintenanceConnect AI agents to your Todoist tasks via the Model Context Protocol (MCP).281MIT
- Alicense-qualityFmaintenanceEnables language models to manage Todoist tasks, projects, sections, labels, comments, and collaborators through natural language via the Model Context Protocol.MIT
Related MCP Connectors
Persistent context for Claude. Your AI always knows your projects and next actions across sessions.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Manage projects, tasks, time tracking, and team collaboration through natural language.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bkotos/todoist-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server