★ 23 stars
C#
💻 Code/Dev Tools
Updated 7d ago
The Most Advanced MCP Server for Unity Editor with execute_code, prompts/resources, input simulation, screenshots, and play mode automation.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"funplay-unity-mcp": {
"command": "npx",
"args": [
"-y",
"FunplayAI/funplay-unity-mcp"
]
}
}
}
Run in terminal:
claude mcp add funplay-unity-mcp npx -y FunplayAI/funplay-unity-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"funplay-unity-mcp": {
"command": "npx",
"args": [
"-y",
"FunplayAI/funplay-unity-mcp"
]
}
}
}
Topics
aiai-toolsclaude-codecodexcursorgame-developmentgithub-copilotllmmcpmcp-servermodel-context-protocolopenclawunityunity-editorunity-plugin