mcpbeat Sign in

Microsoft Entra SCIM MCP Server

local only

Microsoft Entra SCIM runs on your own machine — the client starts it, so there is no endpoint to ping. 63 installs a week from npm. Last commit 8 Sep 2026.

Microsoft Entra SCIM 2.0 Provisioning API: user and group lifecycle, with a local mock.

Installs per day peak 369 · avg 12
a month agotoday
63
Installs / week
npm · entra-scim-mcp
1
Stars
0 open issues
8 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Microsoft Entra SCIM every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add entra-scim-mcp -- npx -y entra-scim-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "entra-scim-mcp": {
      "args": [
        "-y",
        "entra-scim-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.entra-scim-mcp]
command = "npx"
args = ["-y", "entra-scim-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "entra-scim-mcp": {
      "args": [
        "-y",
        "entra-scim-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "entra-scim-mcp": {
      "args": [
        "-y",
        "entra-scim-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ENTRA_TENANT_ID (Directory (tenant) GUID. Required to authenticate against a live tenant; not needed for ENTRA_SCIM_DRY_RUN or ENTRA_SCIM_STATIC_TOKEN, which supply their own placeholder.), ENTRA_CLIENT_ID (App registration (client) GUID. Required to authenticate against a live tenant; not needed for ENTRA_SCIM_DRY_RUN or ENTRA_SCIM_STATIC_TOKEN.), ENTRA_CLIENT_SECRET (Client secret value. For a live tenant set exactly one of ENTRA_CLIENT_SECRET or ENTRA_CLIENT_CERT_PATH; a certificate is preferred for anything long-lived.), ENTRA_CLIENT_CERT_PATH (Path to a PEM holding the certificate and its private key. Set exactly one of ENTRA_CLIENT_SECRET or ENTRA_CLIENT_CERT_PATH.), ENTRA_CLIENT_CERT_PASSWORD (Password for the PEM, if it is encrypted.), ENTRA_SCIM_BASE_URL (Override the SCIM base URL (default https://graph.microsoft.com/rp/scim). Point it at the bundled mock to try the tools without a tenant.), ENTRA_SCIM_STATIC_TOKEN (Use a fixed bearer token instead of Azure AD. Refuses any microsoft.com/microsoft.us host and requires ENTRA_SCIM_BASE_URL; intended for the local mock only.), ENTRA_SCIM_DRY_RUN (Set to 1 to run every client-side validation and return the request that would have been sent, without sending it or acquiring a token.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Microsoft Entra SCIM

same job, measured the same way
Graph Atlas MCP
by darrenjrobinson

Tracks documented and undocumented Microsoft Graph API schema changes, with an MCP Apps visualiser

56 installs/wk local only
Microsoft 365 MCP Server
by softeria

Interact with Microsoft 365 and Office services through the Microsoft Graph API.

40 680 installs/wk local only
Anvx
by tje8x

Track and optimize AI API spending across 16 providers with live pricing.

28 installs/wk local only
GroundTruth - Environmental Records
by agentlookups

Federal environmental records near any US location, with dates and provenance; never a safety score.

3 tools answering
I
FireKey MCP
by partnerhbhl

Manage FireKey browser profiles and browser lifecycles through an authenticated localhost API.

63 installs/wk local only
M365 Graph MCP
by mcps

Manage Microsoft 365 email, calendar, contacts and inbox rules via the Graph API with OAuth 2.0.

answering
One Search MCP
by yokingma

Web search, URL discovery, scraping & extraction with agent-browser and search providers

173 installs/wk local only
Steam Local MCP
by jackson-brooks

A Windows Steam MCP server with local client controls and optional Steam Web API insights.

46 installs/wk local only

Microsoft Entra SCIM — questions

Answers built from our own checks of this server.

Why is there no uptime for Microsoft Entra SCIM?
Microsoft Entra SCIM runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package entra-scim-mcp was installed 63 times last week.
How do I connect Microsoft Entra SCIM?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls entra-scim-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Microsoft Entra SCIM?
The npm package entra-scim-mcp was installed 63 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Microsoft Entra SCIM open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.