Azure MCP Server
OfficialMicrosoft's official Azure MCP server provides access to 47+ Azure services. Manage AI Foundry, Cosmos DB, Storage accounts, Log Analytics, and use the Azure CLI — all through a stable 1.0.0 MCP server.
API Key Required
Configuration
{
"mcpServers": {
"azure": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-azure"
],
"env": {
"AZURE_API_KEY": "your-api-key-here"
}
}
}
}Add this to your claude_desktop_config.json file.