Skip to content
MCP-Bridge
Developer ToolsAuto-generated

Mixed Reality MCP Server

Mixed Reality Resource Provider Proxy API

Quick Setup

Transport: STDIO

Command: npx -y @mcp/azure-com-mixedreality-proxy

Environment Variables

MIXED_REALITY_API_KEY

Example: your_mixed_reality_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

{
  "mcpServers": {
    "azure-com-mixedreality-proxy": {
      "command": "npx",
      "args": ["-y","@mcp/azure-com-mixedreality-proxy"],
      "env": {
      "MIXED_REALITY_API_KEY": "your_mixed_reality_api_key"
}
    }
  }
}

Endpoints

GET/providers/Microsoft.MixedReality/operations

Operations_List

POST/subscriptions/{subscriptionId}/providers/Microsoft.MixedReality/locations/{location}/checkNameAvailability

CheckNameAvailabilityLocal