Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"cities2-mcp": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/bin/cities2-mcp-launcher.js",
"--workspace",
"${CLAUDE_PROJECT_DIR}"
],
"env": {
"CITIES2_GAME_DIR": "${user_config.game_dir}",
"CITIES2_MODS_DIR": "${user_config.mods_dir}",
"CITIES2_LOCALE_COK": "${user_config.locale_cok}",
"CITIES2_MCP_WORKSPACE": "${user_config.trusted_workspace}"
}
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
nodeCommand-line arguments passed to the server process
Environment variables set when the server starts
CITIES2_GAME_DIR=${user_config.game_dir}CITIES2_MODS_DIR=${user_config.mods_dir}CITIES2_LOCALE_COK=${user_config.locale_cok}CITIES2_MCP_WORKSPACE=${user_config.trusted_workspace}Declared capabilities of this MCP server
npx claudepluginhub mayor-modder/cities2-mcp --plugin cities2-mcp