UIcockpit
Rank #5,493Delistedcom.uicockpit/mcp
No registry has listed this server since Aug 25, 2026. The historical record below is preserved.
Generate a design system from a brief, then verify your AI stays on it.
UIcockpit is a Model Context Protocol (MCP) server published by AlexanderKaan. It ranks #5,493 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. MCP Toplist tracks 1 version of UIcockpit. It is no longer listed by any tracked registry (last seen Aug 25, 2026); its historical record is preserved here.
Ranks ahead of 110,098 of 115,591 servers on MCP Toplist.
Use UIcockpit
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add uicockpit -- npx -y uicockpit-mcp[mcp_servers.uicockpit]
command = "npx"
args = ["-y", "uicockpit-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"uicockpit": {
"command": "npx",
"args": [
"-y",
"uicockpit-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"uicockpit": {
"command": "npx",
"args": [
"-y",
"uicockpit-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"uicockpit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"uicockpit-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"uicockpit": {
"command": "npx",
"args": [
"-y",
"uicockpit-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"uicockpit": {
"command": "npx",
"args": [
"-y",
"uicockpit-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/com.uicockpit%2Fmcp)<a href="https://mcptoplist.com/server/com.uicockpit%2Fmcp"><img src="https://mcptoplist.com/badge/com.uicockpit%2Fmcp.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
AlexanderKaan
Available versions (1)
| Version | Published |
|---|---|
| 0.5.1 | Jul 16, 2026 |
Frequently asked questions
- Who maintains UIcockpit?
- UIcockpit is maintained by AlexanderKaan, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is UIcockpit listed on the Official MCP Registry?
- UIcockpit is not currently listed on the Official MCP Registry.
- How many versions does UIcockpit have?
- MCP Toplist tracks 1 version of UIcockpit, most recently published on Jul 16, 2026.
- Where can I find the source code for UIcockpit?
- The source code for UIcockpit is hosted at github.com/AlexanderKaan/uicockpit.