# yairm210/Unciv | Model Context Protocol (MCP) Server > Open-source Android/Desktop remake of Civ V - **Stars**: ⭐ 10,346 - **Language**: Kotlin - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "Unciv": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Unciv" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "Unciv": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Unciv" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-Unciv` - **Docker**: `docker run -i --rm mcp/Unciv`