Agent SUMO MCP Server

An Agentic Framework for Interactive Simulation Scenario Generation in SUMO via Large Language Models. It runs locally over stdio via the published package.

People connecting design tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-06-17 · ★ 8 · #54 OF 74 MAINTAINED DESIGN · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Agent SUMO

before you install - you'll need

Set ANTHROPIC_API_KEY, MAPBOX_TOKEN, SUMO_HOME before connecting. AGENTSUMO_MCP_OUTPUT_BASE is optional or environment-specific per the README.

Claude Code

claude mcp add mw-jeong-agentsumo -- uvx agentsumo-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "mw-jeong-agentsumo": {
      "command": "uvx",
      "args": [
        "agentsumo-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package agentsumo-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.mw-jeong is GitHub-verified and matches the repo owner

03 · What Agent SUMO can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.1.2 · 2026-06-05

Added · Packaged default vehicle_types.add.xml (passenger / electric / · gasoline) under agentsumo_mcp/defaults/. Auto-seeded into the · simulation directory on the first sumo_runner call and at · AgentSUMO.start(), so…

04 · Who maintains Agent SUMO

AgentSUMO is maintained by mw-jeong. It's the only MCP server we track from this author; the repo dates to May 2026.

05 · Facts

category
design - ranked #54 of 74 actively-maintained design servers as of 2026-08-25.
release cadence
1 release in the last 90 days (latest 2026-06-05)
registry
io.github.mw-jeong/agentsumo-mcp (active, first published 2026-05-30 · 3 versions)
packages
pypi:agentsumo-mcp

06 · Agent SUMO FAQ

What is Agent SUMO?

An Agentic Framework for Interactive Simulation Scenario Generation in SUMO via Large Language Models. It runs locally over stdio via the published package.

Is Agent SUMO still maintained?

Yes - as of 2026-08-25, its last commit was 2026-06-17 and it shipped 1 release in the last 90 days. We re-verify nightly.

How do I install Agent SUMO?

Run `uvx agentsumo-mcp`. The README documents 4 environment variables (ANTHROPIC_API_KEY, MAPBOX_TOKEN, SUMO_HOME…) to set first. Set ANTHROPIC_API_KEY, MAPBOX_TOKEN, SUMO_HOME before connecting. AGENTSUMO_MCP_OUTPUT_BASE is optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Agent SUMO run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Agent SUMO

More design MCP servers · Figma Edit MCP · UI Beats · Colors LE · NVIDIA Elements · Easyeda MCP Pro

More Python MCP servers · Tesla · Better Code Review Graph · Better Telegram MCP · Imagine MCP · Mnemo MCP · see all