uMCP is a server implementation of the MCP protocol, designed for working with the AI in Unity.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"umcp": {
"command": "npx",
"args": [
"-y",
"mika-f/uMCP"
]
}
}
}
Run in terminal:
claude mcp add umcp npx -y mika-f/uMCP
Add to .cursor/mcp.json:
{
"mcpServers": {
"umcp": {
"command": "npx",
"args": [
"-y",
"mika-f/uMCP"
]
}
}
}