What is the Azure MCP Server MCP server?
All Azure MCP tools to create a seamless connection between AI agents and Azure services.
How to install Azure MCP Server
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"azure": {
"command": "npx",
"args": [
"-y",
"@azure/mcp",
"server",
"start"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"azure": {
"command": "npx",
"args": [
"-y",
"@azure/mcp",
"server",
"start"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"azure": {
"command": "npx",
"args": [
"-y",
"@azure/mcp",
"server",
"start"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"azure": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@azure/mcp",
"server",
"start"
]
}
}
}Claude Code
claude mcp add azure -- npx -y @azure/mcp server startRelated MCP servers
Microsoft Learn MCP
Active
Free, one-click access to official Microsoft documentation and code samples—no API keys required.
1.7k
View repository →TypeScript
CC-BY-4.0
Microsoft NuGet
Active
Bring NuGet package management into AI agent workflows via MCP.
1.6k
View repository →HTML
The ESRP OSS MCP server exposes tools to discover & validate trusted Microsoft OSS Packages.
View repository →The Power BI Modeling MCP Server brings Power BI semantic modeling capabilities to your AI agents.
View repository →Find relevant security data from Sentinel data lake for building effective agents. More:aka.ms/s/de
View repository →