CodexSpot
T

Todoist MCP Server

Connects AI assistants to Todoist through MCP, enabling task creation, listing active tasks, and marking tasks complete in your Todoist projects.

stdioLocalApiKeynpm

What This Server Exposes

Tools

create_tasklist_taskscomplete_task

Setup Instructions

  1. 1Log in to Todoist and go to Settings > Integrations > Developer
  2. 2Copy your API token
  3. 3Add the Todoist server config to your Claude Desktop configuration
  4. 4Set the TODOIST_API_TOKEN environment variable
  5. 5Restart Claude Desktop

Configuration

Claude Desktop Configuration

claude_desktop_config.json
{
  "mcpServers": {
    "todoist": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-todoist"
      ],
      "env": {
        "TODOIST_API_TOKEN": "your-todoist-api-token"
      }
    }
  }
}

Environment Variables

TODOIST_API_TOKEN
Todoist API token found in Settings > Integrations > Developer
Required🔒 Secret

Server Manifest

No official server.json manifest found. Generate one with our MCP server.json Generator →

Compatibility

Claude DesktopClaude Code

Safety Notes

Your Todoist API token provides full access to all your projects and tasks. Keep it confidential and never commit it to version control.

This listing is for informational purposes only. CodexSpot is not affiliated with Todoist MCP Server.