Azure MCP
Freeby MCP Community
Azure MCP Server - Model Context Protocol implementation for Azure
v2.0.0Added Apr 12, 2026
azuremcpmodel-context-protocol
@azure/mcp MCP Server
Azure MCP Server - Model Context Protocol implementation for Azure
Installation
npx -y @azure/mcp
Reviews
Installation
Quick install
npx -y @azure/mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"azure-mcp": {
"command": "npx",
"args": ["-y", "@azure/mcp"]
}
}
}