Skip to content
MCP-Bridge
Developer Tools

Mixed Reality MCP Config

Mixed Reality Resource Provider Spatial Anchors Resource API

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/azure-com-mixedreality-spatial-anchors.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/azure-com-mixedreality-spatial-anchors.json to fetch programmatically.

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

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/azure-com-mixedreality-spatial-anchors.json

Environment Variables

MIXED_REALITY_API_KEY

Replace your_mixed_reality_api_key with your actual mixed reality api key

Endpoints

GET/subscriptions/{subscriptionId}/providers/Microsoft.MixedReality/spatialAnchorsAccounts

SpatialAnchorsAccounts_ListBySubscription

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MixedReality/spatialAnchorsAccounts

SpatialAnchorsAccounts_ListByResourceGroup

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MixedReality/spatialAnchorsAccounts/{accountName}

SpatialAnchorsAccounts_Get

PUT/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MixedReality/spatialAnchorsAccounts/{accountName}

SpatialAnchorsAccounts_Create

DELETE/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MixedReality/spatialAnchorsAccounts/{accountName}

SpatialAnchorsAccounts_Delete

PATCH/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MixedReality/spatialAnchorsAccounts/{accountName}

SpatialAnchorsAccounts_Update

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MixedReality/spatialAnchorsAccounts/{accountName}/keys

SpatialAnchorsAccounts_GetKeys

POST/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MixedReality/spatialAnchorsAccounts/{accountName}/keys

SpatialAnchorsAccounts_RegenerateKeys