Enables querying and listing Azure resources and costs directly from an MCP client.
Enables querying and listing Azure resources and costs directly from an MCP client. The azresource mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 6 defined tools rather than through you.
bash az ad sp create-for-rbac --name {service principal name} 2. Assign appropriate reader permissions to the service principal 3. Note your Azure subscription ID, tenant ID, client ID, and client secret 4. Set up the required environment variablesEverything the assistant can do here goes through one of these:
list_azure_resources — List Azure resource groups and resources using service principal authenticationInputs — - subscription_id (string, optional): Specific subscription ID to query. If not provided, uses the default subscription from environment variablesReturns — Formatted markdown list of resource groups and their resources with details such as location, type, and tagsget_azure_costs_rest — Get cost analysis data for an Azure subscription using the REST APIPrerequisites — The Prerequisites tool exposed by this serverSetup — The Setup tool exposed by this serverSetup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
You will need 4 environment variables: AZURE_TENANT_ID, AZURE_CLIENT_ID, AZURE_CLIENT_SECRET, AZURE_SUBSCRIPTION_ID. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
This sits in the cloud and infrastructure group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. AzResource's toolset — list_azure_resources, Inputs, Returns and 3 more — is a fair guide to whether it matches your workflow. It is maintained by tim10002; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| list_azure_resources | List Azure resource groups and resources using service principal authentication |
| Inputs | - subscription_id (string, optional): Specific subscription ID to query. If not provided, uses the default subscription from environment variables. |
| Returns | Formatted markdown list of resource groups and their resources with details such as location, type, and tags. |
| get_azure_costs_rest | Get cost analysis data for an Azure subscription using the REST API |
| Prerequisites | The Prerequisites tool exposed by this server. |
| Setup | The Setup tool exposed by this server. |
| Variable | Description | Required |
|---|---|---|
| AZURE_TENANT_ID | Configuration value read at startup. | Optional |
| AZURE_CLIENT_ID | Configuration value read at startup. | Optional |
| AZURE_CLIENT_SECRET | Credential the server authenticates with. | Yes |
| AZURE_SUBSCRIPTION_ID | Configuration value read at startup. | Optional |
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.
AWS Labs' official server suite — current AWS docs, CDK guidance, cost analysis and service tools.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.
Workers, KV, R2 and D1 by conversation — Cloudflare's official remote servers for building and observability.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.