Skip to content
Cursor

todo mcp for Cursor

io.github.pasichdev/todo-mcp

Shared TODO/backlog MCP server with claim tracking, web UI, and encrypted local storage.

client:Cursor transport:stdio runtime:npm

Install todo mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "todo-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@pasichdev/todo-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

todo mcp in other clients