Azure MCP Server
Rank #50,823io.github.asklokesh/azure-mcp-server
MCP server providing azure-server capabilities
Azure MCP Server is a Model Context Protocol (MCP) server published by asklokesh. It ranks #50,823 of 115,591 servers tracked on MCP Toplist. Azure MCP Server is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Dec 31, 2025 and most recently updated on Dec 31, 2025.
Ranks ahead of 64,768 of 115,591 servers on MCP Toplist.
Use Azure MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add azure-mcp-server -e "AZURE_SUBSCRIPTION_ID=<your AZURE_SUBSCRIPTION_ID>" -e "AZURE_CLIENT_ID=<your AZURE_CLIENT_ID>" -e "AZURE_CLIENT_SECRET=<your AZURE_CLIENT_SECRET>" -e "AZURE_TENANT_ID=<your AZURE_TENANT_ID>" -- uvx azure-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.azure-mcp-server]
command = "uvx"
args = ["azure-mcp-server"]
[mcp_servers.azure-mcp-server.env]
AZURE_SUBSCRIPTION_ID = "<your AZURE_SUBSCRIPTION_ID>"
AZURE_CLIENT_ID = "<your AZURE_CLIENT_ID>"
AZURE_CLIENT_SECRET = "<your AZURE_CLIENT_SECRET>"
AZURE_TENANT_ID = "<your AZURE_TENANT_ID>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"azure-mcp-server": {
"command": "uvx",
"args": [
"azure-mcp-server"
],
"env": {
"AZURE_SUBSCRIPTION_ID": "<your AZURE_SUBSCRIPTION_ID>",
"AZURE_CLIENT_ID": "<your AZURE_CLIENT_ID>",
"AZURE_CLIENT_SECRET": "<your AZURE_CLIENT_SECRET>",
"AZURE_TENANT_ID": "<your AZURE_TENANT_ID>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"azure-mcp-server": {
"command": "uvx",
"args": [
"azure-mcp-server"
],
"env": {
"AZURE_SUBSCRIPTION_ID": "<your AZURE_SUBSCRIPTION_ID>",
"AZURE_CLIENT_ID": "<your AZURE_CLIENT_ID>",
"AZURE_CLIENT_SECRET": "<your AZURE_CLIENT_SECRET>",
"AZURE_TENANT_ID": "<your AZURE_TENANT_ID>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"azure-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"azure-mcp-server"
],
"env": {
"AZURE_SUBSCRIPTION_ID": "<your AZURE_SUBSCRIPTION_ID>",
"AZURE_CLIENT_ID": "<your AZURE_CLIENT_ID>",
"AZURE_CLIENT_SECRET": "<your AZURE_CLIENT_SECRET>",
"AZURE_TENANT_ID": "<your AZURE_TENANT_ID>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"azure-mcp-server": {
"command": "uvx",
"args": [
"azure-mcp-server"
],
"env": {
"AZURE_SUBSCRIPTION_ID": "<your AZURE_SUBSCRIPTION_ID>",
"AZURE_CLIENT_ID": "<your AZURE_CLIENT_ID>",
"AZURE_CLIENT_SECRET": "<your AZURE_CLIENT_SECRET>",
"AZURE_TENANT_ID": "<your AZURE_TENANT_ID>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"azure-mcp-server": {
"command": "uvx",
"args": [
"azure-mcp-server"
],
"env": {
"AZURE_SUBSCRIPTION_ID": "<your AZURE_SUBSCRIPTION_ID>",
"AZURE_CLIENT_ID": "<your AZURE_CLIENT_ID>",
"AZURE_CLIENT_SECRET": "<your AZURE_CLIENT_SECRET>",
"AZURE_TENANT_ID": "<your AZURE_TENANT_ID>"
}
}
}
}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.asklokesh%2Fazure-mcp-server)<a href="https://mcptoplist.com/server/io.github.asklokesh%2Fazure-mcp-server"><img src="https://mcptoplist.com/badge/io.github.asklokesh%2Fazure-mcp-server.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
asklokesh
Other servers by asklokesh
- Loki Mode#179 · 1 ver
- Servicenow MCP Server#3,411 · 2 vers
- Argocd MCP Server#47,994 · 1 ver
- Chanty MCP Server#47,995 · 1 ver
- Freshbooks MCP Server#47,996 · 1 ver
- Hootsuite MCP Server#47,997 · 1 ver
- Powerbi MCP Server#47,998 · 1 ver
- Quickbooks MCP Server#47,999 · 1 ver
- Rundeck MCP Server#48,000 · 1 ver
- Tableau MCP Server#48,001 · 1 ver
- Uipath MCP Server#48,002 · 1 ver
- Zoho Crm MCP Server#48,003 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Dec 31, 2025 |
Frequently asked questions
- Who maintains Azure MCP Server?
- Azure MCP Server is maintained by asklokesh, which publishes 17 MCP servers (18 total versions) tracked on MCP Toplist.
- Is Azure MCP Server listed on the Official MCP Registry?
- Yes — Azure MCP Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does Azure MCP Server have?
- MCP Toplist tracks 1 version of Azure MCP Server, most recently published on Dec 31, 2025.
- Where can I find the source code for Azure MCP Server?
- The source code for Azure MCP Server is hosted at github.com/asklokesh/azure-mcp-server.