MCP Todoist
About
Todoist MCP server for Claude, using python Astral UV
Details
- Author
- dkeesey
- Downloads
- 369
- Categories
- Productivity, Project Management
Jump to
- Create, update, complete, and delete tasks
- Organize tasks in projects and with labels
- Search and filter tasks with complex criteria
- Seamless integration with Claude Desktop
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
MCP TodoistCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install via uvx mcp-todoist, set the TODOIST_API_TOKEN environment variable, and add the server to your Claude Desktop configuration. You can run the server from the command line, from source with UV, or via a startup script that launches automatically with Claude.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"mcp todoist": {
"todoist-mcp-server-dkeesey": {
"command": "uvx",
"args": [
"mcp-todoist"
]
}
}
}
}
McpServers
{
"todoist-mcp-server-dkeesey": {
"command": "uvx",
"args": [
"mcp-todoist"
]
}
}
MCP Todoist
A Model Context Protocol (MCP) server that enables Claude to interact with your Todoist account.
Features
- Manage tasks: create, update, complete, and delete tasks
- Organize tasks in projects and with labels
- Search and filter tasks based on various criteria
- Seamless integration with Claude Desktop
Prerequisites
- Python 3.11+
- Astral UV
- Todoist account and API token
- Claude Desktop (for using the MCP server)
Quick Start
1. Installation
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



