pypi cities2-mcpstdioMITupdated 16d ago
Cities2 MCP and Modding Toolkit is a local MCP server and agent skill bundle for Cities: Skylines II gameplay questions, patch notes, and mod project workflows.
What can you do with Cities2 MCP and Modding Toolkit?
Cities2 MCP and Modding Toolkit
Cities2 MCP and Modding Toolkit is a local MCP server and agent skill bundle for Cities: Skylines II gameplay questions, patch notes, and mod project workflows.
It gives AI agents access to a bundled, searchable Cities: Skylines II Wiki corpus, separately attributed curated research reports, and, when the game is installed locally, the in-game encyclopedia. Agents can use those sources to answer gameplay questions, summarize patch/update information, and explain city systems with source notes. The package also includes five agent skills for game knowledge, modding, review, debugging, and release readiness, plus local MCP workflow tools for scaffolding, inspecting, building, and packaging CS2 mod projects inside trusted workspaces.
The plugin is in active development. Package checks, direct MCP smoke tests, and selected client workflows are covered in the repository test suite and eval reports, but client plugin behavior can vary by host and version. See the known issues and eval reports for the latest verification notes.
Quick install
Choose your client: Claude Code | Claude desktop | Codex CLI | Codex app | Google Antigravity
See INSTALL.md for full installation details, direct MCP config, workspace setup, build prerequisites, and troubleshooting.
What it can do
Search game and modding information
The MCP server includes a prepared text corpus from the Cities: Skylines II Wiki. An AI assistant can:
- search the wiki
- retrieve full pages, page-level references, and code-oriented snippets for game systems, patch notes, and modding topics
- answer questions about game mechanics, recent updates, and how city systems affect your save
Search curated research
The MCP server also bundles curated Cities: Skylines II research reports. These reports are historically situated, separately attributed, and generated from committed research notes rather than raw transcripts. Results retain publication and source context so an assistant can distinguish time-bounded findings from current game behavior and APIs.
Search the local game encyclopedia
When Cities: Skylines II is installed locally, the MCP server reads the game encyclopedia from the installed game files. This source is enabled by default when the server can find Cities2_Data/Content/Game/Locale.cok.
The extracted encyclopedia index is cached locally on the user's machine and rebuilt only when the source game file, detected Steam build id, locale, or extractor version changes. Extracted game text is not committed to this repository, shipped in releases, or part of the redistributed wiki corpus.
Help with mod project workflows
The server also includes local workflow tools for CS2 mod projects. An AI assistant can:
- scaffold C# code, UI, or hybrid mod project templates
- write files inside configured workspaces
- list project trees
- run project builds and analyzers
- package project output
These tools are meant for local development workflows. Claude, Codex, and Antigravity can use them to write and run trusted workspace code during builds, so configure workspaces deliberately and use manual playtesting before treating any mod as ready to share.
Agent skills
cities2-knowledge: answers gameplay, city-system, and player-facing patch/update questions.cities2-modding: handles general modding questions and local mod project workflows.cities2-mod-review: reviews CS2 mods for safety, maintainability, user value, packaging hygiene, and verification gaps.cities2-mod-debugging: helps debug CS2 mod build, packaging, runtime, log, UI debugger, and in-game behavior issues.cities2-mod-release: checks whether a mod is ready to share.
The modding quality skills use documented CS2 best practices and negative constraints as defaults, and they do not present a mod as ready to share until it has been locally playtested.
Privacy
The MCP server runs locally and does not collect telemetry. See PRIVACY.md for details.
Licensing
The MCP server code is licensed under the MIT License. The included wiki corpus is licensed under Creative Commons Attribution-ShareAlike 3.0; its source attribution and transformation notes are in the wiki corpus attribution. The curated research corpus is separately attributed, and its original report prose follows the repository license; see the research corpus attribution.
This project is not developed by, endorsed by, reviewed by, or approved by Paradox Interactive, Iceflake Studios, Colossal Order, Paradox Wikis, or any related company. Cities: Skylines II and related names are used referentially.
Install
Add Cities2 MCP and Modding Toolkit to your client. Pick the one you use.
claude mcp add cities2-mcp -- uvx cities2-mcpcodex mcp add cities2-mcp -- uvx cities2-mcpamp mcp add cities2-mcp -- uvx cities2-mcp{
"mcpServers": {
"cities2-mcp": {
"command": "uvx",
"args": [
"cities2-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"cities2-mcp": {
"command": "uvx",
"args": [
"cities2-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"cities2-mcp","command":"uvx","args":["cities2-mcp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"cities2-mcp": {
"command": "uvx",
"args": [
"cities2-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"cities2-mcp": {
"command": "uvx",
"args": [
"cities2-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"cities2-mcp": {
"command": "uvx",
"args": [
"cities2-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"cities2-mcp": {
"type": "local",
"command": "uvx",
"args": [
"cities2-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"cities2-mcp": {
"command": {
"path": "uvx",
"args": [
"cities2-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
uvx cities2-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Score
39 / 100
Incomplete
- Documentation15/25
- Maintenance25/25
- Trust13/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 8 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 0.3.1Latest | Aug 23, 2026 |
| 0.3.0 | Aug 23, 2026 |
| 0.2.6 | Jul 31, 2026 |
| 0.2.5 | Jul 21, 2026 |
| 0.2.4 | Jul 21, 2026 |
| 0.2.3 | Jul 19, 2026 |
| 0.2.2 | Jul 12, 2026 |
| 0.2.1 | Jul 11, 2026 |
| 0.2.0 | Jul 11, 2026 |
| 0.1.9 | May 29, 2026 |
| 0.1.8 | May 28, 2026 |
| 0.1.6 | May 28, 2026 |
| 0.1.5 | May 28, 2026 |