What is the AgentSUMO MCP server?
MCP server for LLM-driven SUMO traffic simulation, scenario design, and result analysis.
How to install AgentSUMO
Copy-paste configuration for popular MCP clients.
SUMO_HOMErequiredAbsolute path to the local SUMO installation directory (must contain bin/, share/, tools/).
AGENTSUMO_MCP_OUTPUT_BASEBase directory for simulation outputs (networks, trips, results). Defaults to the current working directory.
{
"mcpServers": {
"agentsumo-mcp": {
"command": "uvx",
"args": [
"agentsumo-mcp"
],
"env": {
"SUMO_HOME": "<YOUR_SUMO_HOME>",
"AGENTSUMO_MCP_OUTPUT_BASE": "<YOUR_AGENTSUMO_MCP_OUTPUT_BASE>"
}
}
}
}{
"mcpServers": {
"agentsumo-mcp": {
"command": "uvx",
"args": [
"agentsumo-mcp"
],
"env": {
"SUMO_HOME": "<YOUR_SUMO_HOME>",
"AGENTSUMO_MCP_OUTPUT_BASE": "<YOUR_AGENTSUMO_MCP_OUTPUT_BASE>"
}
}
}
}{
"mcpServers": {
"agentsumo-mcp": {
"command": "uvx",
"args": [
"agentsumo-mcp"
],
"env": {
"SUMO_HOME": "<YOUR_SUMO_HOME>",
"AGENTSUMO_MCP_OUTPUT_BASE": "<YOUR_AGENTSUMO_MCP_OUTPUT_BASE>"
}
}
}
}{
"servers": {
"agentsumo-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"agentsumo-mcp"
],
"env": {
"SUMO_HOME": "<YOUR_SUMO_HOME>",
"AGENTSUMO_MCP_OUTPUT_BASE": "<YOUR_AGENTSUMO_MCP_OUTPUT_BASE>"
}
}
}
}claude mcp add agentsumo-mcp --env SUMO_HOME=<YOUR_SUMO_HOME> --env AGENTSUMO_MCP_OUTPUT_BASE=<YOUR_AGENTSUMO_MCP_OUTPUT_BASE> -- uvx agentsumo-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.