mcpbeat Sign in

AgentSUMO MCP Server

local only

AgentSUMO runs on your own machine — the client starts it, so there is no endpoint to ping. 83 installs a week from pypi. Last commit 17 Jun 2026.

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

Installs per day peak 32 · avg 16 · -17% w/w
a month agotoday
83
Installs / week
pypi · agentsumo-mcp
10
Stars
0 open issues
17 Jun 2026
Last commit
0 releases in 90 days
MIT
License
Python

What changed 41

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 9 August 2026. No other catalogue keeps this.

18 Sep the owner changed
17 Sep the owner changed
16 Sep the owner changed
15 Sep the owner changed
14 Sep the owner changed
13 Sep the owner changed
12 Sep the owner changed
11 Sep the owner changed
10 Sep the owner changed
9 Sep the owner changed
and 31 more, back to 9 August 2026

Nothing serious here today

Today is the operative word: we check AgentSUMO every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add agentsumo-mcp -- uvx agentsumo-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agentsumo-mcp": {
      "args": [
        "agentsumo-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agentsumo-mcp]
command = "uvx"
args = ["agentsumo-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "agentsumo-mcp": {
      "args": [
        "agentsumo-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agentsumo-mcp": {
      "args": [
        "agentsumo-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: SUMO_HOME (Absolute path to the local SUMO installation directory (must contain bin/, share/, tools/).), AGENTSUMO_MCP_OUTPUT_BASE (Base directory for simulation outputs (networks, trips, results). Defaults to the current working directory.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to AgentSUMO

same job, measured the same way
I
Decixa MCP
by koki-socialgist

Decixa MCP Server — intent-driven API discovery and selection for AI agents.

local only
D
Ceraph
by ceraph

MCP server for agent-driven React Native and Expo development and mobile testing

656 installs/wk local only
LensHH-LT Optical Design
by synapseoptics

Drive real optical lens design: ray tracing, optimization, MTF and aberration analysis.

local only
Dropbox Sign
by usefulapi

Hosted MCP server for Dropbox Sign — signature requests, templates, and account for AI agents.

10 tools answering
Rivemcp
by paradoxsyn

MCP server for creating and editing Rive (.riv) animation files. 139 tools for AI-driven animation.

615 installs/wk local only
MCP Factory
by jaimenbell

Manifest-driven MCP server scaffolder and runtime hub for tool integrations.

110 installs/wk local only
I
Key Drivers MCP
by petrmasa

MCP server for key driver and feature importance analysis based on rule mining

53 installs/wk local only
junai Pipeline MCP
by saajunaid

Agentic pipeline orchestration MCP server for AI-driven development workflows.

205 installs/wk local only

AgentSUMO — questions

Answers built from our own checks of this server.

Why is there no uptime for AgentSUMO?
AgentSUMO runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package agentsumo-mcp was installed 83 times last week.
How do I connect AgentSUMO?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls agentsumo-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use AgentSUMO?
The pypi package agentsumo-mcp was installed 83 times in the last week. Week over week that is -17%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is AgentSUMO open source?
Yes — it is published under the MIT licence, written in Python and 10 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.