Skip to content
Cursor

Microsoft MCP Server for Enterprise for Cursor

io.github.microsoft/enterprisemcp

Official Microsoft MCP Server to query Microsoft Entra data using natural language

client:Cursor transport:streamable-http

Install Microsoft MCP Server for Enterprise in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "enterprisemcp": {
      "url": "https://mcp.svc.cloud.microsoft/enterprise"
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Microsoft MCP Server for Enterprise in other clients