Skip to content
Grok

KeyCloak MCP for Grok

io.github.shigechika/keycloak-mcp

MCP server for KeyCloak Admin REST API via Service Account

client:Grok transport:stdio runtime:pypi

Install KeyCloak MCP in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "keycloak-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "keycloak-mcp"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

KeyCloak MCP in other clients