MCP server for Microsoft 365 admin operations via Graph API application permissions (security, audit, reports, service health)
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"ms-365-admin-mcp-ser": {
"command": "npx",
"args": [
"-y",
"okapi-ca/ms-365-admin-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add ms-365-admin-mcp-ser npx -y okapi-ca/ms-365-admin-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"ms-365-admin-mcp-ser": {
"command": "npx",
"args": [
"-y",
"okapi-ca/ms-365-admin-mcp-server"
]
}
}
}