mcpbeat

Cities2 MCP and Modding Toolkit MCP Server

io.github.mayor-modder/cities2-mcp
local only

Cities2 MCP and Modding Toolkit runs on your own machine — the client starts it, so there is no endpoint to ping. 747 installs a week from pypi. Last commit 31 Jul 2026.

Cities: Skylines II wiki, encyclopedia, and mod workflow tools for AI agents.

Installs per day peak 706 · avg 134 · -15% w/w
a month agotoday
747
Installs / week
pypi · cities2-mcp
6
Stars
0 open issues
31 Jul 2026
Last commit
0 releases in 90 days
MIT
License
Python

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 cities2-mcp -- uvx cities2-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cities2-mcp": {
      "args": [
        "cities2-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.cities2-mcp]
command = "uvx"
args = ["cities2-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "cities2-mcp": {
      "args": [
        "cities2-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "cities2-mcp": {
      "args": [
        "cities2-mcp"
      ],
      "command": "uvx"
    }
  }
}

Cities2 MCP and Modding Toolkit — questions

Answers built from our own checks of this server.

Why is there no uptime for Cities2 MCP and Modding Toolkit?
Cities2 MCP and Modding Toolkit 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 cities2-mcp was installed 747 times last week.
How do I connect Cities2 MCP and Modding Toolkit?
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 cities2-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Cities2 MCP and Modding Toolkit?
The pypi package cities2-mcp was installed 747 times in the last week. Week over week that is -15%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Cities2 MCP and Modding Toolkit open source?
Yes — it is published under the MIT licence, written in Python and 6 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.