Minerva MCP — Microsoft 365 & Azure
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 vars
AZURE_TENANT_ID AZURE_CLIENT_ID AZURE_CLIENT_SECRET MINERVA_SHAREPOINT_URLClaude 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
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.