Keycloak Admin runs on your own machine — the client starts it, so there is no endpoint to ping. 60 installs a week from npm. Last commit 25 Jul 2026.
Administer Keycloak via its Admin REST API: users, roles, clients, groups, IdP, events.
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.
claude mcp add mcp-keycloak-admin -- npx -y mcp-keycloak-admin
{
"mcpServers": {
"mcp-keycloak-admin": {
"args": [
"-y",
"mcp-keycloak-admin"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-keycloak-admin]
command = "npx"
args = ["-y", "mcp-keycloak-admin"]
{
"mcpServers": {
"mcp-keycloak-admin": {
"args": [
"-y",
"mcp-keycloak-admin"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-keycloak-admin": {
"args": [
"-y",
"mcp-keycloak-admin"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.