MCP Directory
Back

SUMO-MCP-Server

by XRDS76354 · Python · ★ 42

SUMO-MCP 是一个连接大语言模型 (LLM) 与 Eclipse SUMO 交通仿真的中间件。通过 Model Context Protocol (MCP),它允许 AI 智能体(如 Claude, Cursor, TRAE等)直接调用 SUMO 的核心功能,实现从OpenStreetMap 数据获取、路网生成、需求建模到仿真运行与信号优化的全流程自动化。

Install

pip install git+https://github.com/XRDS76354/SUMO-MCP-Server.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "sumo-mcp-server": {
      "command": "uvx",
      "args": [
        "git+https://github.com/XRDS76354/SUMO-MCP-Server.git"
      ]
    }
  }
}

From the README

[中文文档](README_CN.md) SUMO-MCP is a middleware layer connecting Large Language Models (LLMs) with [Eclipse SUMO](https://www.eclipse.org/sumo/) traffic simulation. Through [Model Context Protocol (MCP)](https://modelcontextprotocol.io/), AI agents (such as Claude, Cursor, and TRAE) can directly call SUMO capabilities for end-to-end automation across **OpenStreetMap data retrieval**, **network generation**, **demand modeling**, **simulation execution**, and **signal optimization**. The system supports both **offline workflows** (file-based pip…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers