Back to directory
tim10002/mcp-azresource

tim10002/mcp-azresource

@tim10002

MCP server for listing and querying Azure resources and costs using service principal authentication.

azureresourcecostmcpcloudinfrastructure

Installation & Configuration

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

Information

Transport
stdio
Language
Python
Created
2026/6/14
Updated
2026/6/15