Azure MCP Server
One server covering Azure services, plus a hosted endpoint for Microsoft Learn.
Add it to your client
Officialnpx -y @azure/mcp@latest server start
{
"mcpServers": {
"azure-mcp": {
"command": "npx",
"args": [
"-y",
"@azure/mcp@latest",
"server",
"start"
]
}
}
}- Transport
- stdio
- Runtime
- .NET
- Auth
- Required
- License
- MIT
Azure MCP Server groups its tools by service namespace — Storage, Key Vault, Cosmos DB, Monitor, App Configuration, AKS, Kusto and others — behind a single process that can be started with npx, dnx, uvx or Docker. It reuses whatever Azure sign-in the machine already holds instead of asking for a separate key, and namespace filtering keeps the exposed tool list short enough for a model to reason about. Microsoft runs a second, unrelated endpoint at learn.microsoft.com/api/mcp that answers documentation questions with no account at all.
Similar MCP servers
Vercel MCP
MCP serverHosted endpoint for Vercel docs, projects, deployments and logs.
Zendesk MCP Server
MCP serverCommunity server that lets an assistant read Zendesk tickets and post comments.
AWS MCP Servers
MCP serverA large collection of AWS-specific MCP servers, installed one at a time.
Comments(0)
Sign in to comment