Skip to content
Grok

mcp azure for Grok

io.github.dockndevai/mcp-azure

Azure Resource Manager inventory & ops for AI agents — governed, confirmation-gated.

client:Grok transport:stdio runtime:npm

Install mcp azure in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-azure": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@dockndevai/mcp-azure"
      ],
      "env": {
        "AZURE_TENANT_ID": "<AZURE_TENANT_ID>",
        "AZURE_CLIENT_ID": "<AZURE_CLIENT_ID>",
        "AZURE_CLIENT_SECRET": "<AZURE_CLIENT_SECRET>",
        "AZURE_SUBSCRIPTION_ID": "<AZURE_SUBSCRIPTION_ID>",
        "AZURE_MODE": "<AZURE_MODE>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

mcp azure in other clients