Server Directory
ProductivityBeginner

Todoist

by Community

Manage Todoist tasks and projects. Create, update, and complete tasks. Organize with projects, labels, and priorities through the Todoist API.

CAPABILITIES

  • Create and manage tasks
  • Project organization
  • Label and priority management
  • Due date handling
  • Task completion tracking

INSTALLATION

Terminal
npx -y todoist-mcp-server

CLAUDE DESKTOP CONFIG

claude_desktop_config.json
{
  "mcpServers": {
    "todoist": {
      "command": "npx",
      "args": [
        "npx", "-y",
        ""todoist-mcp-server"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

QUICK FACTS

Category
Productivity
Difficulty
Beginner
Maintained By
Community
NPM Package
todoist-mcp-server

NEW TO MCP?

Learn how to set up MCP servers with Claude Desktop step by step.

Read the tutorial →