Cities2 MCP and Modding Toolkit
About
Cities: Skylines II wiki, encyclopedia, and mod workflow tools for AI agents.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
CITIES2_MODS_DIR CITIES2_GAME_DIR CITIES2_LOCALE_COKClaude Code
claude mcp add --env CITIES2_MODS_DIR= --env CITIES2_GAME_DIR= --env CITIES2_LOCALE_COK= cities2-mcp -- uvx cities2-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"cities2-mcp","command":"uvx","args":["cities2-mcp"],"env":{"CITIES2_MODS_DIR":"","CITIES2_GAME_DIR":"","CITIES2_LOCALE_COK":""}}'
JSON
{
"mcpServers": {
"cities2-mcp": {
"command": "uvx",
"args": [
"cities2-mcp"
],
"env": {
"CITIES2_MODS_DIR": "",
"CITIES2_GAME_DIR": "",
"CITIES2_LOCALE_COK": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.