All MCP servers

FunseaAI Unity MCP

Official
by Api.AirforcestdioDeveloper Tools0100MIT

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

mcpopen-sourcedeveloper-tools

Endpoint

POST 

Connecting a client

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

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