EventHub2018PreviewManagementClient Claude Desktop Config
Add the EventHub2018PreviewManagementClient MCP server to Claude Desktop with this ready-to-use configuration.
Setup Instructions
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your credentials in the
envsection - 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_KEYReplace your_eventhub2018previewmanagementclient_api_key with your actual eventhub2018previewmanagementclient api key
Endpoints
GET
/providers/Microsoft.EventHub/operationsOperations_List
GET
/subscriptions/{subscriptionId}/providers/Microsoft.EventHub/availableClusterRegionsClusters_ListAvailableClusters
GET
/subscriptions/{subscriptionId}/providers/Microsoft.EventHub/namespacesNamespaces_List
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/clustersClusters_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}/namespacesClusters_ListNamespaces
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/clusters/{clusterName}/quotaConfiguration/defaultConfiguration_Get