ProductivityJavaScript

todoist-mcp-server

An MCP server that integrates Claude with Todoist for natural language task management.

Free
N/A rating (0 reviews)0 installs384 GitHub stars
task managementnatural languageTodoist

The Todoist MCP Server allows users to manage their tasks using everyday language, making it easier to create, update, complete, and delete tasks without needing to understand complex commands. It supports smart task search, enabling users to find tasks through partial name matches and flexible filtering options based on due dates, priority, and other attributes. Additionally, the server provides rich task details, including descriptions and priority levels, along with intuitive error handling for a better user experience.

Compatible with

Claude DesktopCursor

Install

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "todoist-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-todoist-mcp-server"
      ]
    }
  }
}

Config File Location

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Linux: ~/.config/claude/claude_desktop_config.json

Some servers require additional setup - check the GitHub README for specific instructions.

Permissions

ok0
ok1