MCP server that connects Claude to Todoist for natural language task and project management with bulk operations
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-todoist": {
"command": "npx",
"args": [
"-y",
"greirson/mcp-todoist"
]
}
}
}
Run in terminal:
claude mcp add mcp-todoist npx -y greirson/mcp-todoist
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-todoist": {
"command": "npx",
"args": [
"-y",
"greirson/mcp-todoist"
]
}
}
}