Skip to content
Cursor

AgentTakt for Cursor

io.github.ryoohshima/agenttakt

Review, edit, and approve AI agent task plans in a ComfyUI-style visual node editor in your terminal

client:Cursor transport:stdio runtime:pypi

Install AgentTakt in Cursor

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

{
  "mcpServers": {
    "agenttakt": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "agenttakt"
      ]
    }
  }
}

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

AgentTakt in other clients