MCP server for Todoist integration enabling natural language task management with Claude
{
"mcpServers": {
"todoist": {
"env": {
"TODOIST_API_TOKEN": "your_api_token_here"
},
"args": [
"-y",
"@abhiz123/todoist-mcp-server"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP server for Todoist integration enabling natural language task management with Claude
Is it safe?
No known CVEs for @smithery/cli.
No authentication — any process on your machine can connect.
MIT. View license →
Is it maintained?
Last commit 353 days ago. 384 stars. 19,044 weekly downloads.
Will it work with my client?
Transport: stdio, http. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
Context cost
5 tools. ~700 tokens (0.3% of 200K).
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@smithery/cli' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
todoist_create_taskCreate new tasks with various attributes including content, description, due date, and priority level
todoist_get_tasksRetrieve and filter tasks by due date, priority, project, or other attributes
todoist_update_taskUpdate existing tasks by finding them with partial name match and updating any attribute
todoist_complete_taskMark tasks as complete using natural language search to find tasks by partial name match
todoist_delete_taskRemove tasks by finding them using natural language search with partial name match
This server is missing a description.If you've used it, help the community.
Add informationNo known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
Official Notion MCP Server
Give AI agents access to your Obsidian vault via local files or Self-hosted LiveSync.
🗂️🤖 Airtable Model Context Protocol Server, for allowing AI systems to interact with your Airtable bases
MCP Security Weekly
Get CVE alerts and security updates for Todoist Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
An MCP (Model Context Protocol) server implementation that integrates Claude with Todoist, enabling natural language task management. This server allows Claude to interact with your Todoist tasks using everyday language.
<a href="https://glama.ai/mcp/servers/fhaif4fv1w"> <img width="380" height="200" src="https://glama.ai/mcp/servers/fhaif4fv1w/badge" alt="Todoist Server MCP server" /> </a>To install Todoist MCP Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @abhiz123/todoist-mcp-server --client claude
npm install -g @abhiz123/todoist-mcp-server
Create new tasks with various attributes:
Retrieve and filter tasks:
Update existing tasks using natural language search:
Mark tasks as complete using natural language search:
Remove tasks using natural language search:
Add to your claude_desktop_config.json:
{
"mcpServers": {
"todoist": {
"command": "npx",
"args": ["-y", "@abhiz123/todoist-mcp-server"],
"env": {
"TODOIST_API_TOKEN": "your_api_token_here"
}
}
}
}
"Create task 'Team Meeting'"
"Add task 'Review PR' due tomorrow at 2pm"
"Create high priority task 'Fix bug' with description 'Critical performance issue'"
"Show all my tasks"
"List tasks due today"
"Get high priority tasks"
"Show tasks due this week"
"Update documentation task to be due next week"
"Change priority of bug fix task to urgent"
"Add description to team meeting task"
"Mark the PR review task as complete"
"Complete the documentation task"
"Delete the PR review task"
"Remove meeting prep task"
# Clone the repository
git clone https://github.com/abhiz123/todoist-mcp-server.git
# Navigate to directory
cd todoist-mcp-server
# Install dependencies
npm install
# Build the project
npm run build
Contributions are welcome! Feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
If you encounter any issues or need suppor