Skip to content
Claude Desktop

AgentSUMO for Claude Desktop

io.github.mw-jeong/agentsumo-mcp

MCP server for LLM-driven SUMO traffic simulation, scenario design, and result analysis.

client:Claude Desktop transport:stdio runtime:pypi

Install AgentSUMO in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "agentsumo-mcp": {
      "command": "uvx",
      "args": [
        "agentsumo-mcp"
      ],
      "env": {
        "SUMO_HOME": "<SUMO_HOME>",
        "AGENTSUMO_MCP_OUTPUT_BASE": "<AGENTSUMO_MCP_OUTPUT_BASE>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

AgentSUMO in other clients