Microsoft MCP Server for Enterprise for Claude Desktop
io.github.microsoft/enterprisemcp
Official Microsoft MCP Server to query Microsoft Entra data using natural language
client:Claude Desktop
transport:streamable-http
Install Microsoft MCP Server for Enterprise in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"enterprisemcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.svc.cloud.microsoft/enterprise"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs