Skip to content
MCP-Bridge
Cloud Infrastructure

azureactivedirectory MCP Config

Azure Active Directory Client.

Config URL

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

https://mcp-bridge.pages.dev/config/azure-com-azureactivedirectory.json

Configuration JSON

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

{
  "mcpServers": {
    "azure-com-azureactivedirectory": {
      "command": "npx",
      "args": ["-y","@mcp/azure-com-azureactivedirectory"],
      "env": {
      "AZUREACTIVEDIRECTORY_API_KEY": "your_azureactivedirectory_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-azureactivedirectory.json

Environment Variables

AZUREACTIVEDIRECTORY_API_KEY

Replace your_azureactivedirectory_api_key with your actual azureactivedirectory api key

Endpoints

GET/providers/microsoft.aadiam/diagnosticSettings

DiagnosticSettings_List

GET/providers/microsoft.aadiam/diagnosticSettings/{name}

DiagnosticSettings_Get

PUT/providers/microsoft.aadiam/diagnosticSettings/{name}

DiagnosticSettings_CreateOrUpdate

DELETE/providers/microsoft.aadiam/diagnosticSettings/{name}

DiagnosticSettings_Delete

GET/providers/microsoft.aadiam/diagnosticSettingsCategories

DiagnosticSettingsCategory_List

GET/providers/microsoft.aadiam/operations

Operations_List