mcpbeat Sign in

Cities2 MCP and Modding Toolkit MCP Server

by mayor-modder Your server? Claim it
local only

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

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

Installs per day peak 471 · avg 61 · -62% w/w
a month agotoday
179
Installs / week
pypi · cities2-mcp
9
Stars
0 open issues
23 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    const result = spawnSync(candidate.command, [...candidate.args, "-c", "import sys; raise SystemExit(0 if sys.version_info >= (3, 10) else 1)"], {
        merged = dict(os.environ if env is None else env)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 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"
    }
  }
}

This one needs environment variables set before it will start: CITIES2_MODS_DIR (Optional path to the Cities: Skylines II Mods directory.), CITIES2_GAME_DIR (Optional path to the Cities: Skylines II install directory when auto-detection cannot find the game.), CITIES2_LOCALE_COK (Optional path to Locale.cok when the in-game encyclopedia file should be selected directly.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Cities2 MCP and Modding Toolkit

same job, measured the same way
I
Yandex360 MCP
by pa1ch

MCP server for Yandex 360 services (Wiki, and more) — tools for AI assistants.

67 installs/wk local only
MediaWiki MCP Server
by professionalwiki

MCP server enabling AI clients to interact with any MediaWiki wiki through standard tools

1 086 installs/wk local only
Redmine MCP Server
by igorolv

Redmine for AI agents: issues, projects, wiki, attachments, time entries and release analytics

local only
Ariel Memory
by cipher208

Two-layer memory MCP server for AI agents with 37 tools, RAG, graphs, wiki, auth

40 installs/wk local only
Runlane
by runlane

Kanban board for teams and coding agents: manage tasks, subtasks, sprints and wiki pages via MCP.

answering
mFlow
by m-flow

Shared task board and knowledge base for AI coding agents

answering
remem-mcp — Local-first MCP Memory + CodeGraph + Wiki
by tinhien11

Local-first memory for AI coding agents. Memory + CodeGraph + Wiki in one SQLite file.

92 installs/wk local only
Jira MCP
by raalarcon9705

Jira & Confluence MCP: 24 tools for issues, sprints, comments, transitions & wiki. Run via npx.

60 installs/wk local only

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 179 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 179 times in the last week. Week over week that is -62%. 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 9 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.