Skip to content

Azuremcp

Free

by MCP Community

Azure MCP tool which publishes function names with '_'

v1.0.1Added Apr 12, 2026
azureclimcp
Works with:ClaudeGPTGeminiCopilot

Azuremcp MCP Server

Azure MCP tool which publishes function names with '_'

Installation

npx -y @onderyildirim/azuremcp

Reviews

Leave a Review

Installation

Quick install
npx -y @onderyildirim/azuremcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "azuremcp": {
      "command": "npx",
      "args": ["-y", "@onderyildirim/azuremcp"]
    }
  }
}