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.
관련 서버
Quip MCP Server
An MCP server for performing document operations on Quip, enabling direct interaction from AI assistants.
n8n
Provides AI assistants with direct access to the n8n automation platform.
Spotify MCP Server
Control Spotify with natural language. Enables search, playback control, queue management, and device control using conversational commands.
Job Tracker AI
An AI-powered chat server for tracking job interview processes, integrated with Supabase.
Gmail MCP Server
An MCP server for interacting with Gmail and Google Calendar, enabling context-aware email and event management.
Huuh MCP Server
Integrates with the huuh.me platform to enable collaborative AI knowledge bases and personas.
Shortcuts
Access and run Apple Shortcuts. Allows AI assistants to list, view, and execute your shortcuts.
Minimax MCP Tools
Integrates with the Minimax API for AI-powered image generation and text-to-speech.
Clawdentials
Trust layer for AI agent commerce: escrow payments, verifiable reputation, and bounty marketplace with USDC/USDT/BTC Lightning support.
Brainstorm
Multi-round AI debates between GPT, DeepSeek, Groq, and Claude — all models argue, critique, and synthesize inside your coding assistant.