Model Context Protocol server enabling advanced task, project, section, label, comment, and collaborator management via Todoist API integration for MCP-compatible clients.
Unlock the full potential of Todoist MCP Server through LangDB's AI Gateway. Get enterprise-grade security, analytics, and seamless integration with zero configuration.
Free tier available • No credit card required
Discover shared experiences
A Model Context Protocol (MCP) server for Todoist, enabling advanced task and project management via Claude Desktop and other MCP-compatible clients.
If published as an npm package, you can use it directly with npx in your Claude Desktop configuration:
{ "mcpServers": { "todoist": { "command": "npx", "args": [ "todoist-mcp" ], "env": { "TODOIST_API_TOKEN": "your_todoist_token" } } } }
TODOIST_API_TOKEN
as shown.git clone https://github.com/yourusername/todoist-mcp.git cd todoist-mcp
npm install # or yarn install
npm run build # or yarn build
node dist/server.js
{ "mcpServers": { "todoist": { "command": "node", "args": [ "/path/to/todoist-mcp/dist/server.js" ], "env": { "TODOIST_API_TOKEN": "your_todoist_token" } } } }
This project is licensed under the MIT License. See LICENSE for details.
Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!