Todoist MCP Server
An unofficial MCP server that enables AI agents to create and list tasks in Todoist using natural language. It supports task details such as due dates, priorities, and labels, while allowing for project-based filtering.
README
Todoist MCP Server
Unofficial MCP server for Todoist that allows agents to create, and list tasks in your Todoist account.
Features
- Create tasks with descriptions, due dates, priorities, and labels and projects.
- List tasks List completed or uncompleted tasks with filtering by project or Todoist filters.
Works with Claude Desktop, Cursor, and other MCP clients
Installation
pip install todoist-mcp-server
Setup
1. Get Your Todoist API Token
- Go to Todoist Integrations Settings
- Scroll down to "API token"
- Copy your API token (keep it secure!)
2. Configure Your MCP Client
Usage Examples
Here are some examples of how to use the Todoist MCP server with different clients:
Claude Desktop
Add this to your claude_desktop_config.json file: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%/Claude/claude_desktop_config.json (Windows)
{
"mcpServers": {
"todoist": {
"command": "todoist-mcp-server",
"env": {
"TODOIST_API_TOKEN": "your-api-token-here"
}
}
}
}
Cursor
Add this to your Cursor settings:
- Open Cursor Settings (
Cmd/Ctrl + ,) - Search for "MCP"
- Add the MCP server configuration:
{
"mcpServers": {
"todoist": {
"command": "todoist-mcp-server",
"env": {
"TODOIST_API_TOKEN": "your-api-token-here"
}
}
}
}
Other MCP Clients
For any MCP-compatible client, use:
- Command:
todoist-mcp-server - Environment Variable:
TODOIST_API_TOKEN=your-token
3. Restart Your Client
Restart Claude Desktop, Cursor, or your MCP client to load the server.
Usage
Once configured, you can interact with Todoist using natural language:
Creating Tasks
- "Create a task to buy groceries"
- "Add a task 'Call dentist' due tomorrow with high priority"
- "Create a task to finish the report with description 'Include Q4 metrics' due next Friday"
Listing Tasks
- "Show me my tasks for today"
- "List all my high priority tasks"
- "What tasks do I have in my Work project?"
Available Tools
create_task
Create a new task in Todoist.
Parameters:
content(required): Task title/contentdescription(optional): Task descriptionproject_name(optional): Project name to add task todue_string(optional): Due date in natural language ("tomorrow", "next monday")priority(optional): Priority level 1-4 (1=low, 2=medium, 3=high, 4=urgent)labels(optional): List of label names
list_active_tasks
List active tasks from Todoist.
Parameters:
project_name(optional): Filter by project namefilter_string(optional): Todoist filter ("today", "overdue", "p1")limit(optional): Maximum number of tasks (default: 50)
Troubleshooting
"Server disconnected" Error
- Make sure you've installed the package:
pip install todoist-mcp-server - Verify your API token is correct
- Check that the config file is in the right location
- Restart your MCP client completely
"Command not found" or "ENOENT" Error
The most common cause is that your MCP client can't find the todoist-mcp-server command in its PATH.
Solution: Use the full path to the command
-
Find where the command is installed:
which todoist-mcp-server -
Use the full path in your MCP config:
{ "mcpServers": { "todoist": { "command": "/full/path/to/todoist-mcp-server", "env": { "TODOIST_API_TOKEN": "your-api-token-here" } } } }
Other fixes:
- Ensure the package is installed in the same Python environment your MCP client uses
- Try reinstalling:
pip uninstall todoist-mcp-server && pip install todoist-mcp-server
API Token Issues
- Get a fresh token from Todoist Integrations
- Make sure there are no extra spaces in your config file
- Verify the token has the necessary permissions
Development
To contribute or run from source:
git clone https://github.com/mehularora8/todoist-mcp
cd todoist-mcp
pip install -e .
Security
- Your API token is stored locally and only used to communicate with Todoist's API
- No data is sent to third parties
- The MCP server runs locally on your machine
License
MIT License - see LICENSE file for details.
Support
- 🐛 Issues: Report bugs or request features
- 📖 Todoist API: Official Documentation
- 🔧 MCP Protocol: Model Context Protocol
Note: This is an unofficial integration and is not affiliated with Todoist or Doist Inc.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。