KeyCloak MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 939 installs a week from pypi. Last commit 31 Jul 2026.
MCP server for KeyCloak Admin REST API via Service Account
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 keycloak-mcp -- uvx keycloak-mcp
{
"mcpServers": {
"keycloak-mcp": {
"args": [
"keycloak-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.keycloak-mcp]
command = "uvx"
args = ["keycloak-mcp"]
{
"mcpServers": {
"keycloak-mcp": {
"args": [
"keycloak-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"keycloak-mcp": {
"args": [
"keycloak-mcp"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.