← Back to browse

Minerva MCP — Microsoft 365 & Azure

Indexed by io.github.HoussemMak

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsAZURE_TENANT_ID AZURE_CLIENT_ID AZURE_CLIENT_SECRET MINERVA_SHAREPOINT_URL
Claude Code
claude mcp add --env AZURE_TENANT_ID= --env AZURE_CLIENT_ID= --env AZURE_CLIENT_SECRET= --env MINERVA_SHAREPOINT_URL= minerva-mcp -- npx minerva-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"minerva-mcp","command":"npx","args":["minerva-mcp"],"env":{"AZURE_TENANT_ID":"","AZURE_CLIENT_ID":"","AZURE_CLIENT_SECRET":"","MINERVA_SHAREPOINT_URL":""}}'
JSON
{
  "mcpServers": {
    "minerva-mcp": {
      "command": "npx",
      "args": [
        "minerva-mcp"
      ],
      "env": {
        "AZURE_TENANT_ID": "",
        "AZURE_CLIENT_ID": "",
        "AZURE_CLIENT_SECRET": "",
        "MINERVA_SHAREPOINT_URL": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.