Loading MCP server directory, please wait...
Microsoft Entra SCIM 2.0 Provisioning API: user and group lifecycle, with a local mock.
npx @getmcp/cli add io.github.darrenjrobinson/entra-scim-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.darrenjrobinson/entra-scim-mcp": {
"command": "npx",
"args": [
"-y",
"entra-scim-mcp"
],
"env": {
"ENTRA_TENANT_ID": "",
"ENTRA_CLIENT_ID": "",
"ENTRA_CLIENT_SECRET": "",
"ENTRA_CLIENT_CERT_PATH": "",
"ENTRA_CLIENT_CERT_PASSWORD": "",
"ENTRA_SCIM_BASE_URL": "",
"ENTRA_SCIM_STATIC_TOKEN": "",
"ENTRA_SCIM_DRY_RUN": ""
}
}
}
}