Unity Engine - MCP Server
https://server.smithery.ai/IvanMurzak/unity-mcp/mcp
● degraded
Enable seamless integration of AI capabilities within Unity Editor and Unity games by bridging MCP clients with Unity's runtime environment. Facilitate advanced AI interactions through a flexible server that supports multiple transport methods including HTTP and STDIO. Simplify AI-driven development workflows with easy deployment options such as Docker and standalone binaries.
Transport
streamable-http
Auth
smithery_api_key
Cost
—
How to connect
MCP endpoint (streamable-http)
https://server.smithery.ai/IvanMurzak/unity-mcp/mcp
JSON-RPC initialize probe
curl -X POST https://server.smithery.ai/IvanMurzak/unity-mcp/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Listed at (smithery)
https://github.com/IvanMurzak/Unity-MCP