Skip to content
MCP-Bridge
Cloud Infrastructure

EventHub2018PreviewManagementClient Claude Desktop Config

Add the EventHub2018PreviewManagementClient MCP server to Claude Desktop with this ready-to-use configuration.

Setup Instructions

  1. Open Claude Desktop
  2. Go to Settings → Developer → Edit Config → claude_desktop_config.json
  3. Paste the JSON below into the file
  4. Set your credentials in the env section
  5. Restart Claude Desktop

Configuration JSON

Copy the entire block into your claude_desktop_config.json

{
  "mcpServers": {
    "azure-com-eventhub-eventhub-preview": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/azure-com-eventhub-eventhub-preview"
      ],
      "env": {
        "EVENTHUB2018PREVIEWMANAGEMENTCLIENT_API_KEY": "your_eventhub2018previewmanagementclient_api_key"
      }
    }
  }
}

Environment Variables

EVENTHUB2018PREVIEWMANAGEMENTCLIENT_API_KEY

Replace your_eventhub2018previewmanagementclient_api_key with your actual eventhub2018previewmanagementclient api key

Endpoints

GET/providers/Microsoft.EventHub/operations

Operations_List

GET/subscriptions/{subscriptionId}/providers/Microsoft.EventHub/availableClusterRegions

Clusters_ListAvailableClusters

GET/subscriptions/{subscriptionId}/providers/Microsoft.EventHub/namespaces

Namespaces_List

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/clusters

Clusters_ListByResourceGroup

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/clusters/{clusterName}

Clusters_Get

PUT/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/clusters/{clusterName}

Clusters_Put

DELETE/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/clusters/{clusterName}

Clusters_Delete

PATCH/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/clusters/{clusterName}

Clusters_Patch

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/clusters/{clusterName}/namespaces

Clusters_ListNamespaces

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/clusters/{clusterName}/quotaConfiguration/default

Configuration_Get