KeyCloak MCP
Rank #4,838io.github.shigechika/keycloak-mcp
MCP server for KeyCloak Admin REST API via Service Account
KeyCloak MCP is a Model Context Protocol (MCP) server published by shigechika. It ranks #4,838 of 115,460 servers tracked on MCP Toplist. KeyCloak MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 16 tracked versions. It was first listed on Apr 9, 2026 and most recently updated on Aug 17, 2026.
Ranks ahead of 110,622 of 115,460 servers on MCP Toplist.
Use KeyCloak MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add keycloak-mcp -- uvx keycloak-mcp[mcp_servers.keycloak-mcp]
command = "uvx"
args = ["keycloak-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"keycloak-mcp": {
"command": "uvx",
"args": [
"keycloak-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"keycloak-mcp": {
"command": "uvx",
"args": [
"keycloak-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"keycloak-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"keycloak-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"keycloak-mcp": {
"command": "uvx",
"args": [
"keycloak-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"keycloak-mcp": {
"command": "uvx",
"args": [
"keycloak-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.shigechika%2Fkeycloak-mcp)<a href="https://mcptoplist.com/server/io.github.shigechika%2Fkeycloak-mcp"><img src="https://mcptoplist.com/badge/io.github.shigechika%2Fkeycloak-mcp.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
shigechika
Other servers by shigechika
- MCP Stdio#1,060 · 48 vers
- J-Quants MCP#1,978 · 58 vers
- Junos MCP#4,880 · 19 vers
- Google Workspace Admin Security-Audit MCP#5,540 · 14 vers
- Aruba Central MCP#6,178 · 12 vers
- Zabbix API MCP#6,316 · 9 vers
- Box Admin Analytics MCP#6,362 · 11 vers
- EOS MCP#6,507 · 9 vers
- Cloud Armor WAF Patrol MCP#9,825 · 4 vers
- MCP fork of Google Workspace CLI#10,645 · 3 vers
- netdiag MCP#14,456 · 2 vers
- entraadm MCP#27,912 · 1 ver
Available versions (16)
| Version | Published |
|---|---|
| 0.17.0 | Aug 17, 2026 |
| 0.16.1 | Aug 15, 2026 |
| 0.16.0 | Aug 15, 2026 |
| 0.15.1 | Aug 11, 2026 |
| 0.15.0 | Aug 8, 2026 |
| 0.14.4 | Aug 6, 2026 |
| 0.14.3 | Jul 31, 2026 |
| 0.14.2 | Jul 27, 2026 |
| 0.14.0 | Jul 26, 2026 |
| 0.6.0 | May 1, 2026 |
| 0.5.0 | Apr 22, 2026 |
| 0.4.0 | Apr 22, 2026 |
| 0.3.0 | Apr 13, 2026 |
| 0.2.1 | Apr 10, 2026 |
| 0.2.0 | Apr 10, 2026 |
| 0.1.0 | Apr 9, 2026 |
Frequently asked questions
- Who maintains KeyCloak MCP?
- KeyCloak MCP is maintained by shigechika, which publishes 13 MCP servers (206 total versions) tracked on MCP Toplist.
- Is KeyCloak MCP listed on the Official MCP Registry?
- Yes — KeyCloak MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does KeyCloak MCP have?
- MCP Toplist tracks 16 versions of KeyCloak MCP, most recently published on Aug 17, 2026.
- Where can I find the source code for KeyCloak MCP?
- The source code for KeyCloak MCP is hosted at github.com/shigechika/keycloak-mcp.