Azure Resource MCP ServerServer

tim10002
GitHub
AzureCloud ServicesCost Analysis

Loading subscription status...

💡 Description

This MCP server provides tools to list and query Azure resources directly from any MCP client, allowing efficient browsing of Azure infrastructure and cost analysis without leaving your workflow.

📝 JSON Entries

{
  "mcpServers": [
    {
      "azure-resource": {
        "env": {
          "AZURE_CLIENT_ID": "your-client-id",
          "AZURE_TENANT_ID": "your-tenant-id",
          "AZURE_CLIENT_SECRET": "your-client-secret",
          "AZURE_SUBSCRIPTION_ID": "your-subscription-id"
        },
        "args": [
          "--directory",
          "/ABSOLUTE/PATH/TO/PARENT/FOLDER",
          "run",
          "-m",
          "azure_resource_mcp_server"
        ],
        "command": "uv"
      }
    }
  ]
}

🛠️ Tools

List Azure ResourcesGet Azure Cost

Features

  • Resource Discovery - List all resources in an Azure subscription
  • Filtering - Filter resources by resource group name
  • Cost Analysis - Retrieve cost information for Azure subscriptions
  • Security - Use Azure service principal credentials
  • Detailed View - View resource location, type, and tags

💬 Example Queries

  • List all Azure resources in my subscription
  • Get cost analysis for my Azure subscription