Funplay Unity MCP for Cursor
io.github.funplayai/funplay-unity-mcp
stdio bridge for the local Unity Editor MCP server from FunplayAI/funplay-unity-mcp.
client:Cursor
transport:stdio
runtime:nuget
Install Funplay Unity MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"funplay-unity-mcp": {
"type": "stdio",
"command": "dnx",
"args": [
"funplay.unity.mcp",
"--yes"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs