All MCP servers

Funplay Unity MCP

Official
by Api.AirforcestdioDeveloper Tools0100MIT

stdio bridge for the local Unity Editor MCP server from FunplayAI/funplay-unity-mcp.

mcpopen-sourcedeveloper-tools

Endpoint

POST 

Connecting a client

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

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