christulino/todoist-v1-mcp-server
by Various
A clean, reliable MCP (Model Context Protocol) server for Todoist — built on the Todoist unified API v1.
MCP
christulino/todoist-v1-mcp-server
Added 1 June 2026
Overview
An MCP (Model Context Protocol) server that connects AI assistants to Todoist via the Todoist unified API v1. It enables reading and writing tasks, projects, and labels through a standardized protocol. Built in TypeScript with no external dependencies beyond the Todoist API.
Best for
Best for
Developers building AI-driven task management workflows with Todoist
Use cases
- Automate task creation from natural language prompts in an AI chat interface
- Query and filter upcoming tasks or projects programmatically
- Integrate Todoist with other MCP-compatible tools or agents
How to use
Install
npm install && npm run build Tools exposed
todoist_get_taskstodoist_get_tasktodoist_create_tasktodoist_update_tasktodoist_complete_tasktodoist_reopen_tasktodoist_delete_tasktodoist_get_projectstodoist_get_projecttodoist_create_projecttodoist_update_projecttodoist_delete_projecttodoist_get_sectionstodoist_create_sectiontodoist_update_sectiontodoist_delete_sectiontodoist_get_labelstodoist_create_labeltodoist_update_labeltodoist_delete_label
Tested with
Claude Desktop, Claude Code
Example client config
{\n "mcpServers": {\n "todoist": {\n "command": "node",\n "args": ["/absolute/path/to/todoist-v1-mcp-server/dist/index.js"],\n "env": {\n "TODOIST_API_TOKEN": "your_api_token_here"\n }\n }\n }\n} Notes
An MCP (Model Context Protocol) server that connects AI assistants to Todoist via the Todoist unified API v1. It enables reading and writing tasks, projects, and labels through a standardized protocol. Built in TypeScript with no external dependencies beyond the Todoist API.
0 stars on GitHub. Last updated 2026-05-07. Licensed MIT.
Use cases
- Automate task creation from natural language prompts in an AI chat interface
- Query and filter upcoming tasks or projects programmatically
- Integrate Todoist with other MCP-compatible tools or agents
Pros
- Clean, focused implementation using the official Todoist API
- Leverages the emerging MCP standard for modular AI tool integration
- TypeScript codebase is readable and easy to modify
Cons
- Zero stars and no community validation indicate lack of widespread testing or feedback
- Relies on Todoist API v1, which has rate limits and may require authentication setup
- MCP ecosystem is still maturing, so compatibility with different hosts may vary
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Clean, focused implementation using the official Todoist API
- Leverages the emerging MCP standard for modular AI tool integration
- TypeScript codebase is readable and easy to modify
Cons
- Zero stars and no community validation indicate lack of widespread testing or feedback
- Relies on Todoist API v1, which has rate limits and may require authentication setup
- MCP ecosystem is still maturing, so compatibility with different hosts may vary
Open-source & AI alternatives
Swap-in tools that solve the same job. Weigh the trade-offs before you commit.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.
