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.
We read the source, 20 h ago · rules 3dff92dd89df
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.
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.
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.
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.
claude mcp add minerva-mcp -- npx -y minerva-mcp
{
"mcpServers": {
"minerva-mcp": {
"args": [
"-y",
"minerva-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.minerva-mcp]
command = "npx"
args = ["-y", "minerva-mcp"]
{
"mcpServers": {
"minerva-mcp": {
"args": [
"-y",
"minerva-mcp"
],
"command": "npx"
}
}
}
{
"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.
Query and manage Microsoft Graph and Azure Resource Manager APIs from MCP clients.
Manage Docker (containers, images, Compose, Swarm, registries) via the Docker SDK and CLI.
The MCP server for Azure DevOps, bringing the power of Azure DevOps directly to your agents.
Discover and explore Azure Verified Modules from the Bicep Public Registry
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Execute KQL in AI prompts via NL2KQL with schema discovery and Azure Data Explorer integration
MCP server for on-premises Azure DevOps Server and TFS: repos, pull requests, work items, and wiki.
MCP server and CLI that resolves config/env-var cascade across .env, docker-compose, and Kubernetes
Answers built from our own checks of this server.