All Azure MCP tools to create a seamless connection between AI agents and Azure services.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Published to NuGet as `Azure.Mcp` — run it with your .NET MCP host.
Run
npx -y @azure/mcp
MCP client config
{
"mcpServers": {
"azure-mcp-server": {
"command": "npx",
"args": [
"-y",
"@azure/mcp"
]
}
}
}Run
uvx msmcp-azure
MCP client config
{
"mcpServers": {
"azure-mcp-server": {
"command": "uvx",
"args": [
"msmcp-azure"
]
}
}
}Distributed as an MCP bundle (`https://github.com/microsoft/mcp/releases/download/Azure.Mcp.Server-3.0.0-beta.41/Azure.Mcp.Server-win-x64.mcpb`) — download it and import the bundle in your MCP client.
Distributed as an MCP bundle (`https://github.com/microsoft/mcp/releases/download/Azure.Mcp.Server-3.0.0-beta.41/Azure.Mcp.Server-win-arm64.mcpb`) — download it and import the bundle in your MCP client.
Distributed as an MCP bundle (`https://github.com/microsoft/mcp/releases/download/Azure.Mcp.Server-3.0.0-beta.41/Azure.Mcp.Server-linux-x64.mcpb`) — download it and import the bundle in your MCP client.
Distributed as an MCP bundle (`https://github.com/microsoft/mcp/releases/download/Azure.Mcp.Server-3.0.0-beta.41/Azure.Mcp.Server-linux-arm64.mcpb`) — download it and import the bundle in your MCP client.
Distributed as an MCP bundle (`https://github.com/microsoft/mcp/releases/download/Azure.Mcp.Server-3.0.0-beta.41/Azure.Mcp.Server-osx-x64.mcpb`) — download it and import the bundle in your MCP client.
Distributed as an MCP bundle (`https://github.com/microsoft/mcp/releases/download/Azure.Mcp.Server-3.0.0-beta.41/Azure.Mcp.Server-osx-arm64.mcpb`) — download it and import the bundle in your MCP client.