Skip to content
VS Code

Microsoft MCP Server for Enterprise for VS Code

io.github.microsoft/enterprisemcp

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

client:VS Code transport:streamable-http

Install Microsoft MCP Server for Enterprise in VS Code

.vscode/mcp.json

{
  "servers": {
    "enterprisemcp": {
      "type": "http",
      "url": "https://mcp.svc.cloud.microsoft/enterprise"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Microsoft MCP Server for Enterprise in other clients