Todoist MCP Featured
Augment LLMs with Todoist features. Contribute to miottid/todoist-mcp development by creating an account on GitHub.
miottid
README
Todoist MCP
Connect this Model Context Protocol server to your LLM to interact with Todoist.
It supports all the APIs available from the Todoist TypeScript Client.
<a href="https://glama.ai/mcp/servers/2010u29g1w"> <img width="380" height="200" src="https://glama.ai/mcp/servers/2010u29g1w/badge" alt="Todoist MCP server" /> </a>
Setup
Installing via Smithery
To install Todoist MCP for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @miottid/todoist-mcp --client claude
Build the server app:
npm install
npm run build
Configure Claude:
You must install the Claude desktop app which supports MCP.
You can get your Todoist API key from Todoist > Settings > Integrations > Developer.
Then, in your claude_desktop_config.json
, add a new MCP server:
{
"mcpServers": {
"todoist-mcp": {
"command": "node",
"args": ["/path/to/repo/build/index.js"],
"env": {
"TODOIST_API_KEY": "your_todoist_api_key"
}
}
}
}
You can now launch Claude desktop app and ask to update Todoist.
Recommended Servers
Apple MCP Server
Collection of apple-native tools for the model context protocol. - Dhravya/apple-mcp
Todoist MCP Server
MCP server for Todoist integration enabling natural language task management with Claude - abhiz123/todoist-mcp-server
Todoist MCP Server
Todoist MCP Server Extended - Enabling natural language management of todoist via Claude, MCP and todoist REST APIv2. Featuring LLM optimized Tools including batch operations and robust error handling. - Chrusic/todoist-mcp-server-extended

Notion API MCP Server
A Python-based MCP for use in exposing Notion functionality to LLMs (Claude) - pbohannon/notion-api-mcp
Curri MCP Server
An MCP Server for Linear. Contribute to teamcurri/mcp-linear development by creating an account on GitHub.
Inkdrop MCP Server
Inkdrop Model Context Protocol Server. Contribute to inkdropapp/mcp-server development by creating an account on GitHub.
Notion MCP Server
MCP server for Notion integration. Contribute to orbit-logistics/notion-mcp-server development by creating an account on GitHub.
MCP Apple Notes
Contribute to Tom-Semple/mcp-apple-notes-fixed development by creating an account on GitHub.
Bear MCP Server
A MCP server for interacting with Bear note-taking software. - jkawamoto/mcp-bear
ArXiv MCP Server
Contribute to huanongfish/arxiv-mcp development by creating an account on GitHub.