mcp-azure
Rank #14,444io.github.dockndevai/mcp-azure
Azure Resource Manager inventory & ops for AI agents — governed, confirmation-gated.
mcp-azure is a Model Context Protocol (MCP) server published by dockndevai. It ranks #14,444 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. mcp-azure is listed across 2 registries — Official MCP and Glama, with 3 tracked versions. It was first listed on Aug 23, 2026 and most recently updated on Aug 30, 2026.
Ranks ahead of 101,016 of 115,460 servers on MCP Toplist.
Use mcp-azure
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add mcp-azure -e "AZURE_TENANT_ID=<your AZURE_TENANT_ID>" -e "AZURE_CLIENT_ID=<your AZURE_CLIENT_ID>" -e "AZURE_CLIENT_SECRET=<your AZURE_CLIENT_SECRET>" -e "AZURE_SUBSCRIPTION_ID=<your AZURE_SUBSCRIPTION_ID>" -e "AZURE_MODE=<your AZURE_MODE>" -- npx -y @dockndevai/mcp-azureReplace each placeholder with your own value before saving.
[mcp_servers.mcp-azure]
command = "npx"
args = ["-y", "@dockndevai/mcp-azure"]
[mcp_servers.mcp-azure.env]
AZURE_TENANT_ID = "<your AZURE_TENANT_ID>"
AZURE_CLIENT_ID = "<your AZURE_CLIENT_ID>"
AZURE_CLIENT_SECRET = "<your AZURE_CLIENT_SECRET>"
AZURE_SUBSCRIPTION_ID = "<your AZURE_SUBSCRIPTION_ID>"
AZURE_MODE = "<your AZURE_MODE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-azure": {
"command": "npx",
"args": [
"-y",
"@dockndevai/mcp-azure"
],
"env": {
"AZURE_TENANT_ID": "<your AZURE_TENANT_ID>",
"AZURE_CLIENT_ID": "<your AZURE_CLIENT_ID>",
"AZURE_CLIENT_SECRET": "<your AZURE_CLIENT_SECRET>",
"AZURE_SUBSCRIPTION_ID": "<your AZURE_SUBSCRIPTION_ID>",
"AZURE_MODE": "<your AZURE_MODE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-azure": {
"command": "npx",
"args": [
"-y",
"@dockndevai/mcp-azure"
],
"env": {
"AZURE_TENANT_ID": "<your AZURE_TENANT_ID>",
"AZURE_CLIENT_ID": "<your AZURE_CLIENT_ID>",
"AZURE_CLIENT_SECRET": "<your AZURE_CLIENT_SECRET>",
"AZURE_SUBSCRIPTION_ID": "<your AZURE_SUBSCRIPTION_ID>",
"AZURE_MODE": "<your AZURE_MODE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-azure": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@dockndevai/mcp-azure"
],
"env": {
"AZURE_TENANT_ID": "<your AZURE_TENANT_ID>",
"AZURE_CLIENT_ID": "<your AZURE_CLIENT_ID>",
"AZURE_CLIENT_SECRET": "<your AZURE_CLIENT_SECRET>",
"AZURE_SUBSCRIPTION_ID": "<your AZURE_SUBSCRIPTION_ID>",
"AZURE_MODE": "<your AZURE_MODE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-azure": {
"command": "npx",
"args": [
"-y",
"@dockndevai/mcp-azure"
],
"env": {
"AZURE_TENANT_ID": "<your AZURE_TENANT_ID>",
"AZURE_CLIENT_ID": "<your AZURE_CLIENT_ID>",
"AZURE_CLIENT_SECRET": "<your AZURE_CLIENT_SECRET>",
"AZURE_SUBSCRIPTION_ID": "<your AZURE_SUBSCRIPTION_ID>",
"AZURE_MODE": "<your AZURE_MODE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-azure": {
"command": "npx",
"args": [
"-y",
"@dockndevai/mcp-azure"
],
"env": {
"AZURE_TENANT_ID": "<your AZURE_TENANT_ID>",
"AZURE_CLIENT_ID": "<your AZURE_CLIENT_ID>",
"AZURE_CLIENT_SECRET": "<your AZURE_CLIENT_SECRET>",
"AZURE_SUBSCRIPTION_ID": "<your AZURE_SUBSCRIPTION_ID>",
"AZURE_MODE": "<your AZURE_MODE>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.dockndevai%2Fmcp-azure)<a href="https://mcptoplist.com/server/io.github.dockndevai%2Fmcp-azure"><img src="https://mcptoplist.com/badge/io.github.dockndevai%2Fmcp-azure.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
dockndevai
Other servers by dockndevai
- mcp-kubernetes#10,655 · 3 vers
- mcp-keycloak#12,447 · 3 vers
- mcp-kafka#13,059 · 3 vers
- mcp-clickhouse#13,335 · 3 vers
- mcp-debezium#13,336 · 3 vers
- mcp-azure-devops#14,445 · 3 vers
- mcp-oci#14,446 · 3 vers
- MCP Percona Pg Server#24,370 · 1 ver
Available versions (3)
| Version | Published |
|---|---|
| 0.1.2 | Aug 30, 2026 |
| 0.1.1 | Aug 28, 2026 |
| 0.1.0 | Aug 23, 2026 |
Frequently asked questions
- Who maintains mcp-azure?
- mcp-azure is maintained by dockndevai, which publishes 9 MCP servers (25 total versions) tracked on MCP Toplist.
- Is mcp-azure listed on the Official MCP Registry?
- Yes — mcp-azure is listed on the Official MCP Registry, alongside Glama.
- How many versions does mcp-azure have?
- MCP Toplist tracks 3 versions of mcp-azure, most recently published on Aug 30, 2026.
- Where can I find the source code for mcp-azure?
- The source code for mcp-azure is hosted at github.com/dockndevai/mcp-azure.