Skip to content
Cursor

TaskChampion MCP for Cursor

io.github.gabiup2/taskchampion-mcp

MCP server for Taskwarrior 3.x, TaskChampion, and Timewarrior task management.

client:Cursor transport:stdio runtime:pypi

Install TaskChampion MCP in Cursor

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

{
  "mcpServers": {
    "taskchampion-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "taskchampion-mcp"
      ]
    }
  }
}

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

TaskChampion MCP in other clients