PluginBench
MCP Server

Microsoft MCP Server for Enterprise MCP Server

io.github.microsoft/EnterpriseMCP

What is the Microsoft MCP Server for Enterprise MCP server?

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

How to install Microsoft MCP Server for Enterprise

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "EnterpriseMCP": {
      "url": "https://mcp.svc.cloud.microsoft/enterprise"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "EnterpriseMCP": {
      "serverUrl": "https://mcp.svc.cloud.microsoft/enterprise"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "EnterpriseMCP": {
      "type": "http",
      "url": "https://mcp.svc.cloud.microsoft/enterprise"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "EnterpriseMCP": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.svc.cloud.microsoft/enterprise"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http EnterpriseMCP https://mcp.svc.cloud.microsoft/enterprise

Related MCP servers

An MCP server that stores Copilot customizations from the Awesome Copilot repository

View repository →