PluginBench
MCP Server

KeyCloak MCP MCP Server

io.github.shigechika/keycloak-mcp

What is the KeyCloak MCP MCP server?

MCP server for KeyCloak Admin REST API via Service Account

How to install KeyCloak MCP

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "keycloak-mcp": {
      "command": "uvx",
      "args": [
        "keycloak-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "keycloak-mcp": {
      "command": "uvx",
      "args": [
        "keycloak-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "keycloak-mcp": {
      "command": "uvx",
      "args": [
        "keycloak-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "keycloak-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "keycloak-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add keycloak-mcp -- uvx keycloak-mcp

Related MCP servers

MCP server for Aruba Central: expose AP, switch, and client status to AI assistants

View repository →

MCP server for Arista EOS device operations via eAPI

View repository →

MCP fork of Google Workspace CLI (Gmail, Drive, Calendar, and more)

View repository →

MCP server for retrieving Japanese stock market data via J-Quants API v2

View repository →

MCP server for Juniper Networks device operations via junos-ops

View repository →

Stdio-to-HTTP gateway — connects MCP clients to remote HTTP MCP servers

View repository →