Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
The Azure MCP Server implements the Model Context Protocol (MCP) to connect AI agents with Azure services, enabling seamless interaction with Azure resources.
Add this to your MCP client configuration:
{
"mcpServers": {
"azure-azure-mcp": {
"command": "npx",
"args": [
"-y",
"@azure/mcp@latest",
"server",
"start"
]
}
}
}{
"id": "azure-azure-mcp",
"name": "Azure",
"description": "The Azure MCP Server implements the Model Context Protocol (MCP) to connect AI agents with Azure services, enabling seamless interaction with Azure resources.",
"source_url": "https://github.com/azure/azure-mcp",
"publisher_name": "azure",
"publisher_url": "https://github.com/azure",
"is_official": true,
"license": "",
"runtime": "node",
"downloads": 585403,
"requires_oauth": false,
"distribution": {
"type": "npm",
"package": "@azure/mcp"
},
"tools_count": 55
}