todoist-mcp-server
An MCP server that integrates Claude with Todoist for natural language task management.
The Todoist MCP Server allows users to manage their tasks using everyday language, making it easier to create, update, complete, and delete tasks without needing to understand complex commands. It supports smart task search, enabling users to find tasks through partial name matches and flexible filtering options based on due dates, priority, and other attributes. Additionally, the server provides rich task details, including descriptions and priority levels, along with intuitive error handling for a better user experience.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"todoist-mcp-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-todoist-mcp-server"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions