Stats
Actions
Tags
From azure
Runs locally via stdio to extend Claude with tools and resources for Azure cloud services, such as resource management and infrastructure operations. Requires Azure authentication.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"azure": {
"command": "npx",
"args": [
"-y",
"@azure/mcp@latest",
"server",
"start"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Declared capabilities of this MCP server
npx claudepluginhub anthropics/claude-plugins-official --plugin azure