Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
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.
npx claudepluginhub anthropics/claude-plugins-official --plugin azureCopy 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
Share bugs, ideas, or general feedback.