MCP-Todoist Integration

MCP-Todoist Integration

MCP server for Todoist integration for Natural language task management

stevengonsalvez

Developer Tools
Visit Server

README

MCP-Todoist Integration

This project provides a Model Context Protocol (MCP) server that integrates with Todoist, allowing language models to interact with Todoist tasks and projects.

Features

  • Create, read, update, and complete Todoist tasks
  • Access Todoist projects, sections, and labels
  • Filter tasks by various criteria
  • Well-documented tools and resources for use with language models

Requirements

  • Python 3.10 or higher
  • Todoist account with API token
  • MCP-compatible client (like Claude Desktop)

Installation

  1. Clone this repository:

    git clone https://github.com/your-username/mcp-todoist.git
    cd mcp-todoist
    
  2. Install dependencies:

    pip install -r requirements.txt
    
  3. Create a .env file with your Todoist API token:

    cp .env.example .env
    # Edit .env file to add your Todoist API token
    

Getting a Todoist API Token

  1. Log in to your Todoist account
  2. Go to Settings > Integrations
  3. Copy your API token from the "API token" section

Usage

Running with MCP Dev Tools

For testing and development, use the MCP dev tools:

mcp dev main.py

This will start the MCP Inspector, allowing you to test the server interactively.

Installing in Claude Desktop

To install the server in Claude Desktop:

mcp install main.py

Available Tools

The following Todoist tools are available:

  • create_task - Create a new task
  • get_tasks - Get tasks based on filters
  • get_task - Get a specific task by ID
  • update_task - Update an existing task
  • complete_task - Mark a task as complete
  • delete_task - Delete a task
  • get_projects - Get all projects

Available Resources

The following Todoist resources are available:

  • todoist://tasks - All tasks
  • todoist://tasks/project/{project_id} - Tasks in a specific project
  • todoist://tasks/section/{section_id} - Tasks in a specific section
  • todoist://tasks/label/{label} - Tasks with a specific label
  • todoist://projects - All projects
  • todoist://sections/{project_id} - Sections in a specific project
  • todoist://labels - All labels

Examples

Creating a Task

Please create a new task in Todoist called "Buy groceries" due tomorrow.

Getting Tasks from a Project

Show me all tasks in my "Work" project.

Completing a Task

Mark the "Buy groceries" task as complete.

Development

To contribute to the project or modify it for your needs:

  1. Fork the repository
  2. Make your changes
  3. Test with mcp dev main.py
  4. Submit a pull request

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
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
MCP Package Docs Server

MCP Package Docs Server

Facilitates LLMs to efficiently access and fetch structured documentation for packages in Go, Python, and NPM, enhancing software development with multi-language support and performance optimization.

Featured
Local
TypeScript
Claude Code MCP

Claude Code MCP

An implementation of Claude Code as a Model Context Protocol server that enables using Claude's software engineering capabilities (code generation, editing, reviewing, and file operations) through the standardized MCP interface.

Featured
Local
JavaScript
@kazuph/mcp-taskmanager

@kazuph/mcp-taskmanager

Model Context Protocol server for Task Management. This allows Claude Desktop (or any MCP client) to manage and execute tasks in a queue-based system.

Featured
Local
JavaScript
Linear MCP Server

Linear MCP Server

Enables interaction with Linear's API for managing issues, teams, and projects programmatically through the Model Context Protocol.

Featured
JavaScript
mermaid-mcp-server

mermaid-mcp-server

A Model Context Protocol (MCP) server that converts Mermaid diagrams to PNG images.

Featured
JavaScript
Jira-Context-MCP

Jira-Context-MCP

MCP server to provide Jira Tickets information to AI coding agents like Cursor

Featured
TypeScript
Linear MCP Server

Linear MCP Server

A Model Context Protocol server that integrates with Linear's issue tracking system, allowing LLMs to create, update, search, and comment on Linear issues through natural language interactions.

Featured
JavaScript
Sequential Thinking MCP Server

Sequential Thinking MCP Server

This server facilitates structured problem-solving by breaking down complex issues into sequential steps, supporting revisions, and enabling multiple solution paths through full MCP integration.

Featured
Python