Loading MCP server directory, please wait...
Administer Keycloak via its Admin REST API: users, roles, clients, groups, IdP, events.
npx @getmcp/cli add io.github.mrz1880/mcp-keycloak-adminRequires Node.js 18+. Community-contributed server. Review source before installing.
KEYCLOAK_BASE_URLBase URL of the Keycloak server (no trailing slash).
KEYCLOAK_REALMRealm the server operates on.
AUTH_MODEAuthentication mode: service_account or password.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.mrz1880/mcp-keycloak-admin": {
"command": "npx",
"args": [
"-y",
"mcp-keycloak-admin"
],
"env": {
"KEYCLOAK_BASE_URL": "",
"KEYCLOAK_REALM": "",
"AUTH_MODE": "",
"KC_CLIENT_ID": "",
"KC_CLIENT_SECRET": "",
"KC_ADMIN_USERNAME": "",
"KC_ADMIN_PASSWORD": "",
"KC_ADMIN_REALM": "",
"READ_ONLY": "",
"ALLOWED_REALMS": ""
}
}
}
}