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
{
"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