Todoist MCP Server

Todoist MCP Server

Enables AI assistants to manage Todoist tasks, projects, and labels through natural language, with support for filters, priorities, and natural language dates.

Category
Visit Server

README

Todoist MCP Server

MCP (Model Context Protocol) server for Todoist integration, allowing AI assistants to manage your tasks, projects, and labels.

Features

  • Tasks: Create, list, update, complete, reopen, and delete tasks
  • Projects: List and create projects, including sub-projects
  • Labels: List and create labels for task organization
  • Filters: Support for Todoist filter syntax (today, overdue, p1, etc.)
  • Natural language dates: Use tomorrow, next Monday, every week, etc.

Setup

1. Get Your Todoist API Token

  1. Open Todoist (web or app)
  2. Go to SettingsIntegrationsDeveloper
  3. Copy your API token

2. Install Dependencies

cd repos/todoist-mcp
python -m venv .venv
source .venv/bin/activate
uv pip install -r requirements.txt

3. Configure Claude Code

Add to your Claude Code MCP settings (~/.claude/mcp_settings.json):

{
  "mcpServers": {
    "todoist": {
      "command": "/home/samuel/repos/todoist-mcp/.venv/bin/python",
      "args": ["/home/samuel/repos/todoist-mcp/todoist_mcp.py"],
      "env": {
        "TODOIST_API_TOKEN": "your-api-token-here"
      }
    }
  }
}

Available Tools

Tool Description
todoist_list_projects List all projects
todoist_get_project Get project details
todoist_create_project Create a new project
todoist_list_tasks List tasks with filters
todoist_get_task Get task details
todoist_create_task Create a new task
todoist_update_task Update a task
todoist_complete_task Mark task complete
todoist_reopen_task Reopen a completed task
todoist_delete_task Delete a task
todoist_list_labels List all labels
todoist_create_label Create a new label

Usage Examples

Once configured, you can ask Claude:

  • "Show me my tasks for today"
  • "Create a task to review the quarterly report due next Friday"
  • "List all my projects"
  • "Mark task 123456789 as complete"
  • "What are my overdue tasks?"
  • "Create a high-priority task in my Work project"

Filter Syntax

The todoist_list_tasks tool supports Todoist's filter syntax:

  • today - Tasks due today
  • tomorrow - Tasks due tomorrow
  • overdue - Overdue tasks
  • p1, p2, p3, p4 - Filter by priority
  • no due date - Tasks without due dates
  • 7 days - Tasks due in the next 7 days
  • @label_name - Tasks with specific label
  • #project_name - Tasks in specific project

License

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
E2B

E2B

Using MCP to run code via e2b.

Official
Featured