Todoist
Manage tasks, projects, labels, and comments on Todoist using its API.
Todoist MCP Server
A Model Context Protocol (MCP) server that provides tools for interacting with Todoist, enabling AI assistants to manage tasks, projects, labels, sections, and comments through the Todoist API.
Configuration
This server requires a Todoist API token to function.
-
Get your API token:
- Go to Todoist Settings.
- Scroll down to the "API token" section.
- Copy your personal API token.
-
Configure your MCP client: Add the server to your MCP client configuration, making sure to include your API token. For Claude Desktop, you would add one of the following to your
claude_desktop_config.json:Docker
{ "mcpServers": { "todoist": { "command": "docker", "args": [ "run", "-i", "--rm", "-e", "TODOIST_API_TOKEN=your_api_token_here", "ghcr.io/ganievs/todoist-mcp-server:latest" ] } } }NPX
{ "mcpServers": { "todoist": { "command": "npx", "args": [ "-y", "@ganiev/todoist-mcp-server" ], "env": { "TODOIST_API_TOKEN": "your_api_token_here" } } } }
Usage
Once configured, you can use natural language to interact with Todoist through your MCP client:
- "Create a task to buy groceries with high priority"
- "List all my projects"
- "Add a comment to the task about the meeting"
- "Create a new project for my vacation planning"
- "Show me all tasks with the 'urgent' label"
Development
To set up the project for development:
-
Clone the repository:
git clone https://github.com/ganievs/todoist-mcp-server.git cd todoist-mcp-server -
Install dependencies:
npm install -
Run the linter:
npm run lint -
Build the project:
npm run build
Support
For issues and feature requests, please use the GitHub Issues page.
Serveurs connexes
Kone.vc
sponsorMonetize your AI agent with contextual product recommendations
Mimic AI
Transforms HTML into Figma using only your design system, enforcing correct component usage and falling back safely when needed, while improving accuracy with every build.
Sequential Thinking
A server that facilitates structured, progressive thinking through defined stages.
Fraud Detection Engine
中英双语 AI 欺诈文本检测引擎,可识别诈骗、钓鱼等风险,返回风险评分、判定和等级。
Deck Builder MCP
Create and manipulate PowerPoint presentations programmatically using JSON or Markdown.
Whoop MCP
Local MCP server that exposes Whoop recovery, sleep, and strain data to AI agents
Pohoda MCP
MCP server for Pohoda accounting software (Czech) - read and create invoices, orders, inventory, contacts via mServer XML API.
WordPress MCP Server
A secure bridge between AI assistants and WordPress, enabling site management and content operations through natural language.
Notion MCP Server
An MCP server for the Notion API, allowing language models to interact with Notion workspaces.
Lexware Office MCP Server
MCP server for the Lexware Office API — manage invoices, contacts, articles, vouchers, and more. 65 tools across 20 resource domains.
Anytype MCP Server
Interact with the Anytype API using natural language.