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