Azure MCP Server
Quality Score
95
/100
All Azure MCP tools to create a seamless connection between AI agents and Azure services.
§01 Install
Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"azure": {
"command": "npx",
"args": [
"-y",
"@azure/mcp"
]
}
}
}Cursor (.cursor/mcp.json)
{
"mcpServers": {
"azure": {
"command": "npx",
"args": [
"-y",
"@azure/mcp"
]
}
}
}Cline (cline_mcp_settings.json)
npx -y @azure/mcpClaude Desktop (uvx)
{
"mcpServers": {
"azure": {
"command": "uvx",
"args": [
"msmcp-azure"
]
}
}
}§03 MCP Quality Score · methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
10
§04 Alternatives in Azure
MCP KQL Server
io.github.4R9UN/mcp-kql-server
Execute KQL in AI prompts via NL2KQL with schema discovery and Azure Data Explorer integration
Azure
io.github.asklokesh/azure-mcp-server
MCP server for Azure API integration
Azure Boards MCP
io.github.broisnischal/azure-mcp
Azure DevOps Boards work items over MCP (stdio). Requires Bun, org, project, and PAT.