mcpbeat Sign in

Azure MCP Server

local only

Azure MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 145 637 installs a week from npm. Last commit 18 Sep 2026.

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

Installs per day peak 2 010 · avg 751 · +6% w/w
a month agotoday
145 637
Installs / week
pypi · msmcp-azure
3683
Stars
214 open issues
18 Sep 2026
Last commit
0 releases in 90 days
MIT
License
C#

What the code does

We read the source, 1 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs a command on install [пакет] package.json:1
postinstall: node ./scripts/post-install-script.js
File ships in the package but is absent from the source [пакет] index.js:1
этот файл ставится пользователю, но в репозитории его нет
        ${{ insert }}: ${{ parameters.EnvVars }}
      inputs:
        azureSubscription: ${{ parameters.ServiceConnection }}
    const child = childProcess.spawn(execPath, args, {
Runs an external command eng/pypi/__init__.py:73
        result = subprocess.run(
        using var process = Process.Start(psi)
Known vulnerability in the package @azure/mcp · GHSA-hhfx-wfvq-7g9c, msmcp-azure · GHSA-hhfx-wfvq-7g9c
Known vulnerability in the package msmcp-azure · PYSEC-2026-2669

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add azure -- uvx msmcp-azure
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "azure": {
      "args": [
        "msmcp-azure"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.azure]
command = "uvx"
args = ["msmcp-azure"]
.cursor/mcp.json
{
  "mcpServers": {
    "azure": {
      "args": [
        "msmcp-azure"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "azure": {
      "args": [
        "msmcp-azure"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Azure MCP Server

same job, measured the same way
db-compare
by yadu-tv

Read-only MCP to diff SQL Server/Azure SQL schema, procs, views, and tables between environments.

70 installs/wk local only
I
AWS MCP Server
by aws

A managed MCP server enabling AI agents to access AWS using docs, API calls, and SOP workflows.

local only
microservices.sh
by microservices

MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.

39 installs/wk answering
MCP Server Cloud Fs
by nogoo9

Cloud replacement for mcp-server-filesystem — 20 tools for S3, Azure Blob, and GCS

43 installs/wk local only
Azure Updates
by jonnybottles

MCP server for Azure Updates RSS feed - search, filter, and summarize Azure service updates

97 installs/wk local only
Bussin MCP
by sgebb

MCP server for Azure Service Bus. Peek, search and replay dead-letter messages from any MCP client.

627 installs/wk local only
Obsd Launchpad
by lordbasilaiassistant-sudo

MCP server for AI agents to deploy tokens on Base. One command launch, earn OBSD forever.

51 installs/wk local only
Devopness
by devopness-mcp

Devopness MCP server for DevOps happiness! Empower AI Agents to deploy apps and infra, to any cloud.

answering

Azure MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Azure MCP Server?
Azure MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package msmcp-azure was installed 145 637 times last week.
How do I connect Azure MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls msmcp-azure straight from pypi; nothing to host, nothing to sign up for.
How many people use Azure MCP Server?
The pypi package msmcp-azure was installed 145 637 times in the last week. Week over week that is +6%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Azure MCP Server open source?
Yes — it is published under the MIT licence, written in C#, 3 683 stars on GitHub and 214 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.