Cloud Infrastructure
Trust: 56/100 (Fair)Azure MCP Server Guide
All Azure MCP tools to create a seamless connection between AI agents and Azure services.
2,728 starsby microsoft
Quick Start
Install
npx @azure/mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"com-microsoft-azure": {
"command": "npx",
"args": [
"@azure/mcp"
]
}
}
}