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.
We read the source, 19 h ago · rules 3dff92dd89df
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.
proc = subprocess.run(
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.
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.
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.
claude mcp add cities2-mcp -- uvx cities2-mcp
{
"mcpServers": {
"cities2-mcp": {
"args": [
"cities2-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.cities2-mcp]
command = "uvx"
args = ["cities2-mcp"]
{
"mcpServers": {
"cities2-mcp": {
"args": [
"cities2-mcp"
],
"command": "uvx"
}
}
}
{
"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.
MCP server for Yandex 360 services (Wiki, and more) — tools for AI assistants.
MCP server enabling AI clients to interact with any MediaWiki wiki through standard tools
Redmine for AI agents: issues, projects, wiki, attachments, time entries and release analytics
Two-layer memory MCP server for AI agents with 37 tools, RAG, graphs, wiki, auth
Kanban board for teams and coding agents: manage tasks, subtasks, sprints and wiki pages via MCP.
Shared task board and knowledge base for AI coding agents
Local-first memory for AI coding agents. Memory + CodeGraph + Wiki in one SQLite file.
Jira & Confluence MCP: 24 tools for issues, sprints, comments, transitions & wiki. Run via npx.
Answers built from our own checks of this server.