Price Per TokenPrice Per Token
Todoist-mcp-server-extended

Todoist-mcp-server-extended

by chrusic

GitHub 23 13 uses
0

About

Todoist MCP Server Extended connects your Todoist workspace with MCP-compatible AI assistants like Claude, Cline, and Windsurf, enabling natural language control of tasks and projects. Key capabilities: - **Complete task lifecycle**: Create, update, complete, delete, and search tasks using conversational language, with full support for priorities, due dates, descriptions, and project assignment - **Hierarchical organization**: Manage Todoist projects and nested sections to structure complex workflows - **Flexible categorization**: Create, assign, and filter by custom labels for powerful task classification - **Intelligent discovery**: Find tasks via partial name matching and multi-criteria filtering by project, section, date, priority, or labels - **LLM-optimized batch operations**: Built-in support for efficient bulk updates and custom parameters designed specifically for AI workflow automation

README

Todoist MCP Server Extended

[](https://smithery.ai/server/@Chrusic/todoist-mcp-server-extended)

An MCP (Model Context Protocol) server implementation that integrates Claude - or any MCP compatible LLM if you're crafty - with Todoist, enabling natural language task management via MCP tools. The tools in this server allows Claude to interact with your Todoist tasks, projects, sections, and labels using everyday language, while also optimized for LLM workflow efficiency.

Features Overview

  • Task Management: Create, update, complete, and delete tasks using everyday language
  • Label Management: Create, update, and manage personal labels and task labels
  • Project Management: Create, update, and manage Todoist projects
  • Section Organization: Create and manage sections within projects
  • Smart Search: Find tasks and labels using partial name matches
  • Flexible Filtering: Filter tasks by project, section, due date, priority, and labels
  • Rich Task Details: Support for descriptions, due dates, priority levels, and project/section assignment
  • Batch Operations: Tools have built in batch operation support and custom parameters for efficient usage with LLM workflows
  • For a complete list of available tools as well as their usage, see tools.md.

    Quick Installation Guide

    Assuming you already have npm installed.

    A more comprehensive installation guide can be found in the How-to Guide.

    Installing via Smithery

    To install Todoist MCP Server Extended for Claude Desktop via Smithery:

    1. Run following command in cmd\pwsh:

        npx -y @smithery/cli install @Chrusic/todoist-mcp-server-extended --client claude
    

    *Also compatible with cline or windsurf, by changing last parameter to --client cline or --client windsurf*

    Installing via npm

    1. Run following command in cmd\pwsh:

    `` bash npm install -g @chrusic/todoist-mcp-server-extended

    
    

    Setup

    Grab a Todoist API Token

    1. Log in to your Todoist account 2. Navigate to Settings → Integrations 3. Find your API token under Developer 4. Press Copy API Token

    For more information about the Todoist API, visit the official Todoist API documentation.

    Add MCP Server and API Token Claude Desktop Client

    1. In your claude_desktop_config.json file, paste the following json snippet between: "mcpServers":{ }:

    json "todoist": { "command": "npx", "args": ["-y", "@chrusic/todoist-mcp-server-extended"], "env": { "TODOIST_API_TOKEN": "PASTE-YOUR-API-TOKEN-HERE" } }
    
    2. When all put together, it should look something like this:

    json { "mcpServers": { "todoist": { "command": "npx", "args": ["-y", "@chrusic/todoist-mcp-server-extended"], "env": { "TODOIST_API_TOKEN": "PASTE-YOUR-API-TOKEN-HERE" } } } }
    ``

    3. Claude Desktop client will then start the MCP server and load the tools on the next client (re)start.

    Example Usage

    Some simple suggestions on what to ask Claude. Note that sometimes you have to be *very* direct to get claude to use the tools:

  • "Using the MCP tool: todoist_get_tasks, list all my tasks for the day."
  • "Create task 'Review PR' in project 'Work' section 'To Do'"
  • "Add label 'Important' to task 'Review PR'"
  • "Show all tasks with label 'Important' in project 'Work'"
  • "Move task 'Documentation' to section 'In Progress'"
  • "Mark the documentation task as complete"
  • "Give me some suggestions for listed tasks I can do today as I'm going shopping in town."
  • "Break task X down in to smaller subtasks and add due dates, x, y, z."
  • Contributing

    Contributions are welcome! Feel free to submit a Pull Request.

    License

    This project is licensed under the MIT License - see the LICENSE file for details.

    Issues and Support

    If you encounter any issues or need support, please file an issue on the GitHub repository.

    Related MCP Servers

    AI Research Assistant

    AI Research Assistant

    hamid-vakilzadeh

    AI Research Assistant provides comprehensive access to millions of academic papers through the Semantic Scholar and arXiv databases. This MCP server enables AI coding assistants to perform intelligent literature searches, citation network analysis, and paper content extraction without requiring an API key. Key features include: - Advanced paper search with multi-filter support by year ranges, citation thresholds, field of study, and publication type - Title matching with confidence scoring for finding specific papers - Batch operations supporting up to 500 papers per request - Citation analysis and network exploration for understanding research relationships - Full-text PDF extraction from arXiv and Wiley open-access content (Wiley TDM token required for institutional access) - Rate limits of 100 requests per 5 minutes with options to request higher limits through Semantic Scholar

    Web & Search
    12 8
    Linkup

    Linkup

    LinkupPlatform

    Linkup is a real-time web search and content extraction service that enables AI assistants to search the web and retrieve information from trusted sources. It provides source-backed answers with citations, making it ideal for fact-checking, news gathering, and research tasks. Key features of Linkup: - Real-time web search using natural language queries to find current information, news, and data - Page fetching to extract and read content from any webpage URL - Search depth modes: Standard for direct-answer queries and Deep for complex research across multiple sources - Source-backed results with citations and context from relevant, trustworthy websites - JavaScript rendering support for accessing dynamic content on JavaScript-heavy pages

    Web & Search
    2 24
    Math-MCP

    Math-MCP

    EthanHenrickson

    Math-MCP is a computation server that enables Large Language Models (LLMs) to perform accurate numerical calculations through the Model Context Protocol. It provides precise mathematical operations via a simple API to overcome LLM limitations in arithmetic and statistical reasoning. Key features of Math-MCP: - Basic arithmetic operations: addition, subtraction, multiplication, division, modulo, and bulk summation - Statistical analysis functions: mean, median, mode, minimum, and maximum calculations - Rounding utilities: floor, ceiling, and nearest integer rounding - Trigonometric functions: sine, cosine, tangent, and their inverses with degrees and radians conversion support

    Developer Tools
    22 81