Skip to content
MCP-BridgeMCP-Bridge
Cloud Infrastructure

EventGridManagementClient MCP Config

Azure EventGrid Management Client

Config URL

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

https://mcpbridge.org/config/azure-com-eventgrid-eventgrid.json

One-Click Install

Copy the snippet for your MCP client and paste it in — zero editing required.

Claude Desktop

Add to claude_desktop_config.json

{
  "mcpServers": {
    "azure-com-eventgrid-eventgrid": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/azure-com-eventgrid-eventgrid"
      ],
      "env": {
        "EVENTGRIDMANAGEMENTCLIENT_API_KEY": "your_eventgridmanagementclient_api_key"
      }
    }
  }
}

Cursor

Settings → MCP Servers → Add

{
  "mcpServers": {
    "azure-com-eventgrid-eventgrid": {
      "url": "https://mcpbridge.org/config/azure-com-eventgrid-eventgrid.json"
    }
  }
}

VS Code

Use with MCP extension

{
  "mcpServers": {
    "azure-com-eventgrid-eventgrid": {
      "url": "https://mcpbridge.org/config/azure-com-eventgrid-eventgrid.json"
    }
  }
}

Configuration JSON

Use curl https://mcpbridge.org/config/azure-com-eventgrid-eventgrid.json to fetch programmatically.

{
  "mcpServers": {
    "azure-com-eventgrid-eventgrid": {
      "command": "npx",
      "args": ["-y","@mcp/azure-com-eventgrid-eventgrid"],
      "env": {
      "EVENTGRIDMANAGEMENTCLIENT_API_KEY": "your_eventgridmanagementclient_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://mcpbridge.org/config/azure-com-eventgrid-eventgrid.json

Environment Variables

EVENTGRIDMANAGEMENTCLIENT_API_KEY

Replace your_eventgridmanagementclient_api_key with your actual eventgridmanagementclient api key

Endpoints

GET/providers/Microsoft.EventGrid/operations

List available operations

GET/providers/Microsoft.EventGrid/topicTypes

List topic types

GET/providers/Microsoft.EventGrid/topicTypes/{topicTypeName}

Get a topic type

GET/providers/Microsoft.EventGrid/topicTypes/{topicTypeName}/eventTypes

List event types

GET/subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/eventSubscriptions

Get an aggregated list of all global event subscriptions under an Azure subscription

GET/subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/locations/{location}/eventSubscriptions

List all regional event subscriptions under an Azure subscription

GET/subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/locations/{location}/topicTypes/{topicTypeName}/eventSubscriptions

List all regional event subscriptions under an Azure subscription for a topic type

GET/subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/topicTypes/{topicTypeName}/eventSubscriptions

List all global event subscriptions for a topic type

GET/subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/topics

List topics under an Azure subscription

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/eventSubscriptions

List all global event subscriptions under an Azure subscription and resource group