MCP server

Azure
MCPMicrosoft’s official Azure MCP.
All the Azure tools in one official server — the account you signed into, not a guessed ARM template.
latest·Apache-2.0·Updated this quarter·github.com/microsoft/mcp·Transport: stdio
Claude CodeCursorVS CodeDesktop
ScannedActive
claude_desktop_config.json
{
"mcpServers": {
"azure": {
"command": "npx",
"args": [
"-y",
"@azure/mcp@latest"
]
}
}
}By Microsoft
Spec
What the server actually exposes.
list_resources
readResources in the subscription.
describe
readA resource’s current state.
apply
writeA change after you confirm.
Guardrails
- Credentials stay in env
- Read-first unless a write tool is called
- Official package, not a wrapper
azure-mcp.mcp/tools
Tools
- read
list_resources
Resources in the subscription.
- read
describe
A resource’s current state.
- write
apply
A change after you confirm.
Last call
{ "ok": true,
"tool": "list_resources",
"rows": 12 }Other servers worth installing
Discussion
No notes yet. Be the first hunter to report back.
