keycloak-mcp-server

sshaaf/keycloak-mcp-server
★ 40 stars Java 🔒 Security Updated 12d ago
An MCP server for Keycloak, designed to work with Keycloak for identity and access management, covering, Users, Realms, Clients, Roles, Groups, IDPs, Authentication. Searching keycloak discourse, Native builds available.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "keycloak-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "sshaaf/keycloak-mcp-server"
      ]
    }
  }
}

Topics

javakeycloakmcp-serverquarkus