Loading MCP server directory, please wait...
Microsoft 365 administration via Graph API application permissions (read-only by default).
npx @getmcp/cli add io.github.okapi-ca/ms-365-adminRequires Node.js 18+. Community-contributed server. Review source before installing.
MS365_ADMIN_MCP_TENANT_IDAzure AD tenant ID (specific GUID, not 'common').
MS365_ADMIN_MCP_CLIENT_IDApp registration client ID with the required application permissions.
MS365_ADMIN_MCP_CLIENT_SECRETApp registration client secret. Prefer Azure Key Vault via MS365_ADMIN_MCP_KEYVAULT_URL for production.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.okapi-ca/ms-365-admin": {
"command": "npx",
"args": [
"-y",
"@okapi-ca/ms-365-admin-mcp-server"
],
"env": {
"MS365_ADMIN_MCP_TENANT_ID": "",
"MS365_ADMIN_MCP_CLIENT_ID": "",
"MS365_ADMIN_MCP_CLIENT_SECRET": "",
"MS365_ADMIN_MCP_KEYVAULT_URL": "",
"MS365_ADMIN_MCP_CLOUD_TYPE": "",
"MS365_ADMIN_MCP_MAX_TOP": "",
"READ_ONLY": "",
"ENABLED_TOOLS": ""
}
}
}
}