MCP Server for Game Development - AI tools for Unity, Unreal Engine and game asset management
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"game-mcp-server": {
"command": "npx",
"args": [
"-y",
"boy-373/game-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add game-mcp-server npx -y boy-373/game-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"game-mcp-server": {
"command": "npx",
"args": [
"-y",
"boy-373/game-mcp-server"
]
}
}
}