GameDev-MCP-Server

IvanMurzak/GameDev-MCP-Server
★ 1 stars C# Other Updated 2d ago
Engine-agnostic MCP server shared by Unity-MCP, Godot-MCP and Unreal-MCP
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "gamedev-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "IvanMurzak/GameDev-MCP-Server"
      ]
    }
  }
}