Odel
AgentTakt

AgentTakt

Local
@ryoohshimaPythonMITUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIagenttaktv0.2.1

Run

uvx agenttakt

MCP client config

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