Azure MCP Server
Rank #44com.microsoft/azure
All Azure MCP tools to create a seamless connection between AI agents and Azure services.
Azure MCP Server is a Model Context Protocol (MCP) server published by microsoft. It ranks #44 of 115,591 servers tracked on MCP Toplist, and its repository has 3,622 GitHub stars. Azure MCP Server is listed on Official MCP, with 37 tracked versions. It was first listed on Nov 16, 2025 and most recently updated on Aug 27, 2026.
Ranks ahead of 115,547 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 -- dnx Azure.Mcp server startclaude mcp add azure -- npx -y @azure/mcp server startclaude mcp add azure -- uvx msmcp-azure server startPublished as mcp bundle `https://github.com/microsoft/mcp/releases/download/Azure.Mcp.Server-3.0.0-beta.39/Azure.Mcp.Server-win-x64.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Azure.Mcp.Server-3.0.0-beta.39/Azure.Mcp.Server-win-arm64.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Azure.Mcp.Server-3.0.0-beta.39/Azure.Mcp.Server-linux-x64.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Azure.Mcp.Server-3.0.0-beta.39/Azure.Mcp.Server-linux-arm64.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Azure.Mcp.Server-3.0.0-beta.39/Azure.Mcp.Server-osx-x64.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Azure.Mcp.Server-3.0.0-beta.39/Azure.Mcp.Server-osx-arm64.mcpb` — install it through your client’s extension manager.
[mcp_servers.azure]
command = "dnx"
args = ["Azure.Mcp", "server", "start"]Add to ~/.codex/config.toml.
[mcp_servers.azure]
command = "npx"
args = ["-y", "@azure/mcp", "server", "start"]Add to ~/.codex/config.toml.
[mcp_servers.azure]
command = "uvx"
args = ["msmcp-azure", "server", "start"]Add to ~/.codex/config.toml.
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Azure.Mcp.Server-3.0.0-beta.39/Azure.Mcp.Server-win-x64.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Azure.Mcp.Server-3.0.0-beta.39/Azure.Mcp.Server-win-arm64.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Azure.Mcp.Server-3.0.0-beta.39/Azure.Mcp.Server-linux-x64.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Azure.Mcp.Server-3.0.0-beta.39/Azure.Mcp.Server-linux-arm64.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Azure.Mcp.Server-3.0.0-beta.39/Azure.Mcp.Server-osx-x64.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Azure.Mcp.Server-3.0.0-beta.39/Azure.Mcp.Server-osx-arm64.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"azure": {
"command": "dnx",
"args": [
"Azure.Mcp",
"server",
"start"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"azure": {
"command": "npx",
"args": [
"-y",
"@azure/mcp",
"server",
"start"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"azure": {
"command": "uvx",
"args": [
"msmcp-azure",
"server",
"start"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Azure.Mcp.Server-3.0.0-beta.39/Azure.Mcp.Server-win-x64.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Azure.Mcp.Server-3.0.0-beta.39/Azure.Mcp.Server-win-arm64.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Azure.Mcp.Server-3.0.0-beta.39/Azure.Mcp.Server-linux-x64.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Azure.Mcp.Server-3.0.0-beta.39/Azure.Mcp.Server-linux-arm64.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Azure.Mcp.Server-3.0.0-beta.39/Azure.Mcp.Server-osx-x64.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Azure.Mcp.Server-3.0.0-beta.39/Azure.Mcp.Server-osx-arm64.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"azure": {
"command": "dnx",
"args": [
"Azure.Mcp",
"server",
"start"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"azure": {
"command": "npx",
"args": [
"-y",
"@azure/mcp",
"server",
"start"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"azure": {
"command": "uvx",
"args": [
"msmcp-azure",
"server",
"start"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Azure.Mcp.Server-3.0.0-beta.39/Azure.Mcp.Server-win-x64.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Azure.Mcp.Server-3.0.0-beta.39/Azure.Mcp.Server-win-arm64.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Azure.Mcp.Server-3.0.0-beta.39/Azure.Mcp.Server-linux-x64.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Azure.Mcp.Server-3.0.0-beta.39/Azure.Mcp.Server-linux-arm64.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Azure.Mcp.Server-3.0.0-beta.39/Azure.Mcp.Server-osx-x64.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Azure.Mcp.Server-3.0.0-beta.39/Azure.Mcp.Server-osx-arm64.mcpb` — install it through your client’s extension manager.
{
"servers": {
"azure": {
"type": "stdio",
"command": "dnx",
"args": [
"Azure.Mcp",
"server",
"start"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"azure": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@azure/mcp",
"server",
"start"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"azure": {
"type": "stdio",
"command": "uvx",
"args": [
"msmcp-azure",
"server",
"start"
]
}
}
}Save as .vscode/mcp.json in your workspace.
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Azure.Mcp.Server-3.0.0-beta.39/Azure.Mcp.Server-win-x64.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Azure.Mcp.Server-3.0.0-beta.39/Azure.Mcp.Server-win-arm64.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Azure.Mcp.Server-3.0.0-beta.39/Azure.Mcp.Server-linux-x64.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Azure.Mcp.Server-3.0.0-beta.39/Azure.Mcp.Server-linux-arm64.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Azure.Mcp.Server-3.0.0-beta.39/Azure.Mcp.Server-osx-x64.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Azure.Mcp.Server-3.0.0-beta.39/Azure.Mcp.Server-osx-arm64.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"azure": {
"command": "dnx",
"args": [
"Azure.Mcp",
"server",
"start"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"azure": {
"command": "npx",
"args": [
"-y",
"@azure/mcp",
"server",
"start"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"azure": {
"command": "uvx",
"args": [
"msmcp-azure",
"server",
"start"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Azure.Mcp.Server-3.0.0-beta.39/Azure.Mcp.Server-win-x64.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Azure.Mcp.Server-3.0.0-beta.39/Azure.Mcp.Server-win-arm64.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Azure.Mcp.Server-3.0.0-beta.39/Azure.Mcp.Server-linux-x64.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Azure.Mcp.Server-3.0.0-beta.39/Azure.Mcp.Server-linux-arm64.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Azure.Mcp.Server-3.0.0-beta.39/Azure.Mcp.Server-osx-x64.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Azure.Mcp.Server-3.0.0-beta.39/Azure.Mcp.Server-osx-arm64.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"azure": {
"command": "dnx",
"args": [
"Azure.Mcp",
"server",
"start"
]
}
}
}{
"mcpServers": {
"azure": {
"command": "npx",
"args": [
"-y",
"@azure/mcp",
"server",
"start"
]
}
}
}{
"mcpServers": {
"azure": {
"command": "uvx",
"args": [
"msmcp-azure",
"server",
"start"
]
}
}
}Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Azure.Mcp.Server-3.0.0-beta.39/Azure.Mcp.Server-win-x64.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Azure.Mcp.Server-3.0.0-beta.39/Azure.Mcp.Server-win-arm64.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Azure.Mcp.Server-3.0.0-beta.39/Azure.Mcp.Server-linux-x64.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Azure.Mcp.Server-3.0.0-beta.39/Azure.Mcp.Server-linux-arm64.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Azure.Mcp.Server-3.0.0-beta.39/Azure.Mcp.Server-osx-x64.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Azure.Mcp.Server-3.0.0-beta.39/Azure.Mcp.Server-osx-arm64.mcpb` — install it through your client’s extension manager.
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/com.microsoft%2Fazure)<a href="https://mcptoplist.com/server/com.microsoft%2Fazure"><img src="https://mcptoplist.com/badge/com.microsoft%2Fazure.svg" alt="MCP Toplist: Top 1% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
microsoft
Other servers by microsoft
- Geng#8 · 5 vers
- Playwright MCP Server#11 · 7 vers
- MarkItDown#14 · 6 vers
- Slack#42 · 5 vers
- 🚀 Model Context Protocol (MCP) Curriculum for Beginners#207
- Awesome Copilot MCP Server#361 · 111 vers
- Azure DevOps (ADO)#731 · 1 ver
- Power BI Modeling MCP Server#1,134 · 3 vers
- Microsoft Work IQ Calendar#1,192
- GenAIScript#1,674 · 5 vers
- Microsoft Fabric RTI MCP Server#1,754 · 8 vers
- DebugMCP#2,045
Available versions (37)
| Version | Published |
|---|---|
| 3.0.0-beta.39 | Aug 27, 2026 |
| 3.0.0-beta.38 | Aug 25, 2026 |
| 3.0.0-beta.37 | Aug 21, 2026 |
| 3.0.0-beta.6 | Apr 29, 2026 |
| 2.0.2 | Apr 25, 2026 |
| 3.0.0-beta.5 | Apr 23, 2026 |
| 3.0.0-beta.4 | Apr 21, 2026 |
| 3.0.0-beta.3 | Apr 16, 2026 |
| 3.0.0-beta.2 | Apr 14, 2026 |
| 2.0.1 | Apr 14, 2026 |
| 2.0.0 | Apr 10, 2026 |
| 2.0.0-beta.40 | Apr 8, 2026 |
| 2.0.0-beta.39 | Apr 6, 2026 |
| 2.0.0-beta.38 | Apr 4, 2026 |
| 2.0.0-beta.37 | Apr 3, 2026 |
| 3.0.0-beta.1 | Apr 1, 2026 |
| 2.0.0-beta.36 | Apr 1, 2026 |
| 2.0.0-beta.35 | Mar 31, 2026 |
| 2.0.0-beta.34 | Mar 28, 2026 |
| 2.0.0-beta.33 | Mar 26, 2026 |
| 2.0.0-beta.32 | Mar 25, 2026 |
| 2.0.0-beta.31 | Mar 21, 2026 |
| 2.0.0-beta.30 | Mar 20, 2026 |
| 2.0.0-beta.29 | Mar 19, 2026 |
| 2.0.0-beta.28 | Mar 18, 2026 |
| 2.0.0-beta.27 | Mar 12, 2026 |
| 2.0.0-beta.26 | Mar 10, 2026 |
| 2.0.0-beta.25 | Mar 6, 2026 |
| 2.0.0-beta.24 | Mar 4, 2026 |
| 2.0.0-beta.23 | Feb 28, 2026 |
| 2.0.0-beta.16 | Feb 4, 2026 |
| 2.0.0-beta.15 | Jan 30, 2026 |
| 2.0.0-beta.14 | Jan 28, 2026 |
| 2.0.0-beta.13 | Jan 22, 2026 |
| 2.0.0-beta.6 | Nov 24, 2025 |
| 2.0.0-beta.5 | Nov 16, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Azure MCP Server?
- Azure MCP Server is maintained by microsoft, which publishes 30 MCP servers (212 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.
- How many versions does Azure MCP Server have?
- MCP Toplist tracks 37 versions of Azure MCP Server, most recently published on Aug 27, 2026.
- Where can I find the source code for Azure MCP Server?
- The source code for Azure MCP Server is hosted at github.com/microsoft/mcp.