All MCP servers

Unity Mcp

Official
by Api.AirforcestdioDeveloper Tools03,102Apache-2.0

Make 3D games in Unity Engine with AI. MCP Server + Plugin for Unity Editor and Unity games.

mcpopen-sourcedeveloper-tools

Endpoint

POST 

Connecting a client

Most MCP clients accept a remote server URL plus a bearer token.

{
  "mcpServers": {
    "unity-mcp-imp07a20": {
      "url": "",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}