Odel
Azure MCP Server

Azure MCP Server

Local
@microsoft3.6kC#MITUpdated 3 days ago

All Azure MCP tools to create a seamless connection between AI agents and Azure services.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

NuGetAzure.Mcpv3.0.0-beta.41

Published to NuGet as `Azure.Mcp` — run it with your .NET MCP host.

npm@azure/mcpv3.0.0-beta.41

Run

npx -y @azure/mcp

MCP client config

{
  "mcpServers": {
    "azure-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@azure/mcp"
      ]
    }
  }
}
PyPImsmcp-azurev3.0.0b41

Run

uvx msmcp-azure

MCP client config

{
  "mcpServers": {
    "azure-mcp-server": {
      "command": "uvx",
      "args": [
        "msmcp-azure"
      ]
    }
  }
}
MCP Bundlehttps://github.com/microsoft/mcp/releases/download/Azure.Mcp.Server-3.0.0-beta.41/Azure.Mcp.Server-win-x64.mcpb

Distributed as an MCP bundle (`https://github.com/microsoft/mcp/releases/download/Azure.Mcp.Server-3.0.0-beta.41/Azure.Mcp.Server-win-x64.mcpb`) — download it and import the bundle in your MCP client.

MCP Bundlehttps://github.com/microsoft/mcp/releases/download/Azure.Mcp.Server-3.0.0-beta.41/Azure.Mcp.Server-win-arm64.mcpb

Distributed as an MCP bundle (`https://github.com/microsoft/mcp/releases/download/Azure.Mcp.Server-3.0.0-beta.41/Azure.Mcp.Server-win-arm64.mcpb`) — download it and import the bundle in your MCP client.

MCP Bundlehttps://github.com/microsoft/mcp/releases/download/Azure.Mcp.Server-3.0.0-beta.41/Azure.Mcp.Server-linux-x64.mcpb

Distributed as an MCP bundle (`https://github.com/microsoft/mcp/releases/download/Azure.Mcp.Server-3.0.0-beta.41/Azure.Mcp.Server-linux-x64.mcpb`) — download it and import the bundle in your MCP client.

MCP Bundlehttps://github.com/microsoft/mcp/releases/download/Azure.Mcp.Server-3.0.0-beta.41/Azure.Mcp.Server-linux-arm64.mcpb

Distributed as an MCP bundle (`https://github.com/microsoft/mcp/releases/download/Azure.Mcp.Server-3.0.0-beta.41/Azure.Mcp.Server-linux-arm64.mcpb`) — download it and import the bundle in your MCP client.

MCP Bundlehttps://github.com/microsoft/mcp/releases/download/Azure.Mcp.Server-3.0.0-beta.41/Azure.Mcp.Server-osx-x64.mcpb

Distributed as an MCP bundle (`https://github.com/microsoft/mcp/releases/download/Azure.Mcp.Server-3.0.0-beta.41/Azure.Mcp.Server-osx-x64.mcpb`) — download it and import the bundle in your MCP client.

MCP Bundlehttps://github.com/microsoft/mcp/releases/download/Azure.Mcp.Server-3.0.0-beta.41/Azure.Mcp.Server-osx-arm64.mcpb

Distributed as an MCP bundle (`https://github.com/microsoft/mcp/releases/download/Azure.Mcp.Server-3.0.0-beta.41/Azure.Mcp.Server-osx-arm64.mcpb`) — download it and import the bundle in your MCP client.