$ timeahead.in
/ servers/npm/@azure/mcp
npm

@azure/mcp

Azure MCP Server - Model Context Protocol implementation for Azure

3k stars139k/wkupdated 1d agogithub ↗
57poor
▣ Overview

What it does

Azure MCP provides a standardized interface for AI assistants and large language models to interact with Azure cloud services through the Model Context Protocol. It enables AI agents to access, query, and manage Azure resources without building custom integrations, and integrates with GitHub Copilot for Azure and multiple IDE environments including VS Code, IntelliJ, Eclipse, and Visual Studio.

Who it's for

Azure-based software engineers and cloud platform teams who want LLM assistance with infrastructure management, resource exploration, and deployment tasks. Teams already using GitHub Copilot for Azure or deploying AI agents in Azure environments.

Common use cases

  • Query Azure resource state, configurations, and metrics through natural language
  • Deploy, scale, or reconfigure Azure infrastructure with AI guidance
  • Troubleshoot Azure issues with contextual resource information provided to an AI assistant
  • Automate routine operations (restarts, updates, permission changes) via AI agents
  • Provide real-time Azure context to GitHub Copilot for rapid infrastructure changes

Setup pitfalls

  • 16 secrets or credentials were found in the source repository—never commit production Azure credentials; use Azure CLI authentication, managed identity, or environment variables instead.
  • Requires valid Azure credentials and appropriate RBAC permissions; queries will fail silently if the authenticated principal lacks resource access.
  • The high risk classification warrants careful review of assigned permissions—restrict the MCP server to necessary resource groups and role scopes.
  • Installation and startup differ by IDE (VS Code extension marketplace vs. running npx @azure/mcp directly); verify correct setup for your environment.
16 credentials detected in repository history via Gitleaks
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
0
0.0
Freshness
25%
100
25.0
Adoption
20%
95
19.0
Quality
10%
80
8.0
Trust
10%
50
5.0
Total
57.0
⚿ Capabilities & Risk Explainer
fs readfs writenetworkexecsecrets
◆ Risk level: high
fs read + fs write + network + exec + secrets active — can execute code, access credentials, and make external network calls.
⚙ Install config
Claude Desktop · Cursor · Windsurf · VS Code (Copilot) · Claude Code
add to your MCP client config:
{
  "mcpServers": {
    "azuremcp": {
      "command": "npx",
      "args": [
        "-y",
        "@azure/mcp"
      ]
    }
  }
}
📈 Score historylast 43 snapshots
4/30/20266/21/2026 · 43 snapshots
⚙ Maintenance health
78/ 100 · is this project alive?
contributors (1y)80
top contributor share15%
releases (1y)100
last release2d ago
ci✓ passing
⛁ Raw data
weekly downloads139k
github stars3k
forks533
open issues324
license✓ present
readme length41994 chars
last publish0d ago
last commit1d ago
last updated10d ago
install verified✓ pass · 47d ago
owner of this server? claim your listing to get a verified badgeclaim →
🔔 Score drop alerts
get notified by email when this server's score drops 5+ points