mcpbeat Sign in

Keycloak Admin MCP Server

local only

Keycloak Admin runs on your own machine — the client starts it, so there is no endpoint to ping. 45 installs a week from npm. Last commit 16 Aug 2026.

Administer Keycloak via its Admin REST API: users, roles, clients, groups, IdP, events.

Installs per day peak 29 · avg 11 · -20% w/w
a month agotoday
45
Installs / week
npm · mcp-keycloak-admin
2
Stars
0 open issues
16 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Keycloak Admin 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 mcp-keycloak-admin -- npx -y mcp-keycloak-admin
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-keycloak-admin": {
      "args": [
        "-y",
        "mcp-keycloak-admin"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-keycloak-admin]
command = "npx"
args = ["-y", "mcp-keycloak-admin"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-keycloak-admin": {
      "args": [
        "-y",
        "mcp-keycloak-admin"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-keycloak-admin": {
      "args": [
        "-y",
        "mcp-keycloak-admin"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: KEYCLOAK_BASE_URL (Base URL of the Keycloak server (no trailing slash).), KEYCLOAK_REALM (Realm the server operates on.), AUTH_MODE (Authentication mode: service_account or password.), KC_CLIENT_ID (Confidential client id (service_account mode).), KC_CLIENT_SECRET (Client secret (service_account mode).), KC_ADMIN_USERNAME (Admin username (password mode).), KC_ADMIN_PASSWORD (Admin password (password mode).), KC_ADMIN_REALM (Realm holding the admin user (password mode; default master).), READ_ONLY (When true, write and destructive tools are not registered.), ALLOWED_REALMS (Comma-separated allow-list of realms the server may operate on.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Keycloak Admin

same job, measured the same way
MCP Keycloak
by dockndevai

Keycloak admin for AI agents — realms, users, clients, roles; safe-by-default governance.

319 installs/wk local only
KeyCloak MCP
by shigechika

MCP server for KeyCloak Admin REST API via Service Account

332 installs/wk local only
Identity AIops
by aiops-tools

Governed Keycloak + authentik identity ops: users, events, clients, MFA, RCA. 29 tools.

228 installs/wk local only
Skycloak
by skycloak

Managed Keycloak from any MCP client: clusters, realms, apps, SSO, users, domains, audit events.

answering
Google Workspace MCP
by aringad

Google Workspace Admin via MCP. Manage users, groups, aliases, org units.

37 installs/wk local only
Groupsio
by ke4qqq

MCP server for consuming and managing Groups.io data via the Groups.io REST API

27 installs/wk local only
Wiki.js
by ni-c

Search, read and edit Wiki.js pages, and manage its assets, users, groups and comments

73 installs/wk local only
Kr Dart Events
by ljaysk

Real-time Korean corporate disclosure (DART) events. Pay per call in USDC via x402. No API key.

local only

Keycloak Admin — questions

Answers built from our own checks of this server.

Why is there no uptime for Keycloak Admin?
Keycloak Admin 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 mcp-keycloak-admin was installed 45 times last week.
How do I connect Keycloak Admin?
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 mcp-keycloak-admin straight from npm; nothing to host, nothing to sign up for.
How many people use Keycloak Admin?
The npm package mcp-keycloak-admin was installed 45 times in the last week. Week over week that is -20%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Keycloak Admin open source?
Yes — it is published under the MIT licence, written in TypeScript and 2 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.