mcpbeat Sign in

Minerva MCP — Microsoft 365 & Azure MCP Server

by houssemmak Your server? Claim it
local only

Minerva MCP — Microsoft 365 & Azure runs on your own machine — the client starts it, so there is no endpoint to ping. 51 installs a week from npm. Last commit 29 Jul 2026.

Microsoft 365 & Azure admin: Graph, ARM, and the PowerShell cmdlets Graph does not expose.

Installs per day peak 323 · avg 13
a month agotoday
51
Installs / week
npm · minerva-mcp
1
Stars
0 open issues
29 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 20 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 an external command src/exec/localPwshExecutor.ts:109
      const probe = spawn(this.pwshPath, ['-NoProfile', '-NonInteractive', '-Command', '$PSVersionTable.PSVersion.Major'], {

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 minerva-mcp -- npx -y minerva-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "minerva-mcp": {
      "args": [
        "-y",
        "minerva-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.minerva-mcp]
command = "npx"
args = ["-y", "minerva-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "minerva-mcp": {
      "args": [
        "-y",
        "minerva-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "minerva-mcp": {
      "args": [
        "-y",
        "minerva-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: AZURE_TENANT_ID (Entra tenant id. Only needed for unattended app-only sign-in; omit it to sign in interactively with a device code.), AZURE_CLIENT_ID (Application (client) id. Defaults to the public Microsoft Graph PowerShell client, so it is optional for trying the server out.), AZURE_CLIENT_SECRET (Client secret for app-only authentication. Leave unset to sign in interactively instead.), MINERVA_SHAREPOINT_URL (SharePoint root URL, e.g. https://contoso.sharepoint.com. Required only by the SharePoint/PnP tool when PowerShell runs locally.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Minerva MCP — Microsoft 365 & Azure

same job, measured the same way
Lokka
by jozrahq

Query and manage Microsoft Graph and Azure Resource Manager APIs from MCP clients.

468 installs/wk local only
Docker MCP Server
by l337-org

Manage Docker (containers, images, Compose, Swarm, registries) via the Docker SDK and CLI.

540 installs/wk local only
Azure DevOps (ADO)
by premierinc

The MCP server for Azure DevOps, bringing the power of Azure DevOps directly to your agents.

answering
I
Azure Verified Modules (AVM) MCP Server
by stefanstranger

Discover and explore Azure Verified Modules from the Bicep Public Registry

133 installs/wk local only
microservices.sh
by microservices

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

39 installs/wk answering
I
MCP KQL Server
by 4r9un

Execute KQL in AI prompts via NL2KQL with schema discovery and Azure Data Explorer integration

259 installs/wk local only
Azure DevOps On-Premises
by zwitbaum

MCP server for on-premises Azure DevOps Server and TFS: repos, pull requests, work items, and wiki.

401 installs/wk local only
Envspeak
by patrizzos

MCP server and CLI that resolves config/env-var cascade across .env, docker-compose, and Kubernetes

33 installs/wk local only

Minerva MCP — Microsoft 365 & Azure — questions

Answers built from our own checks of this server.

Why is there no uptime for Minerva MCP — Microsoft 365 & Azure?
Minerva MCP — Microsoft 365 & Azure 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 npm package minerva-mcp was installed 51 times last week.
How do I connect Minerva MCP — Microsoft 365 & Azure?
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 minerva-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Minerva MCP — Microsoft 365 & Azure?
The npm package minerva-mcp was installed 51 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Minerva MCP — Microsoft 365 & Azure open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.