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.
Похожие серверы
harvest-mcp-server
Harvest time tracking integration with 40+ tools for managing time entries, projects, clients, tasks, and generating time reports via the Harvest API v2
Plane MCP Server
Manage projects and issues on the open-source project management platform, Plane.so.
PowerPoint Translator
Translate PowerPoint files using AWS Bedrock. Requires AWS credentials to be configured.
Monarch Money
Access and manage your Monarch Money financial data and operations.
Ultimate Google Docs & Drive MCP Server
Interact with Google Docs and Google Drive for document creation, editing, and file management.
Doc Lib MCP
An MCP server for document ingestion, chunking, semantic search, and note management.
AppleScript BB MCP Server
Enables LLM clients to interact with macOS applications through AppleScript. Built using the @beyondbetter/bb-mcp-server library, this server provides safe, controlled execution of predefined scripts with optional support for arbitrary script execution.
DeepWriter
Interact with the DeepWriter API, an AI-powered writing assistant.
Google Tasks
Interact with Google Tasks to manage your to-do lists and tasks.
RevenueCat to Adapty Migration
A server for migrating subscription businesses from RevenueCat to Adapty, requiring a RevenueCat API key.