mcpbeat Sign in

UIcockpit MCP Server

by uicockpit Your server? Claim it
local only

UIcockpit runs on your own machine — the client starts it, so there is no endpoint to ping. 34 installs a week from npm. Last commit 31 Aug 2026.

Generate a design system from a brief, then verify your AI stays on it.

Installs per day peak 135 · avg 14 · -24% w/w
a month agotoday
34
Installs / week
npm · uicockpit-mcp
2
Stars
0 open issues
31 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What changed 1

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 31 August 2026. No other catalogue keeps this.

31 Aug the owner changed

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Package points at a different repository ideelab/uicockpit
пакет uicockpit-mcp ссылается на alexanderkaan/uicockpit
    const run = (cmd, args) => execFileSync(cmd, args, { cwd: dir, stdio: 'pipe', encoding: 'utf8' })
Page executes code built at runtime dsg/home.template.html:524, dsg/page.template.html:1024
  const swap = () => { $('#wallshot').innerHTML = frame(id, 'all', `${KITS[id].name}, rendered`); showing = id }

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp -- npx -y uicockpit-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "uicockpit-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "uicockpit-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "uicockpit-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "uicockpit-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to UIcockpit

same job, measured the same way
Plumb MCP
by tathagat22

Two-way Figma MCP: extract + verify design-to-code, or generate on-brand Figma pages from a prompt.

116 installs/wk local only
Tokven MCP
by mihkel00

Generate design token systems from a hex color — OKLCH-derived, WCAG-validated, multi-format

57 installs/wk local only
Roast My Design System
by pencilrebel

Audit your Design System and serve your Agent the rules that keep AI-written UI on-system.

3 546 installs/wk local only
Roast My Design System
by gregkozakiewicz

Audit your Design System and serve your Agent the rules that keep AI-written UI on-system.

local only
Stytrix MCP
by stytrix

AI fashion design MCP: generate concepts, models, fabrics & looks live on your StyTrix canvas.

answering
Stytrix MCP
by hirosichen

AI fashion design MCP: generate concepts, models, fabrics & looks live on your StyTrix canvas.

answering
Design System
by zaklad

Build and manage your design system with AI: tokens, themes, components, icons, Figma and code.

answering
StyleSeed Tokenizer
by evozim

Automated design system token generator and export utility.

answering

UIcockpit — questions

Answers built from our own checks of this server.

Why is there no uptime for UIcockpit?
UIcockpit runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package uicockpit-mcp was installed 34 times last week.
How do I connect UIcockpit?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls uicockpit-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use UIcockpit?
The npm package uicockpit-mcp was installed 34 times in the last week. Week over week that is -24%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is UIcockpit open source?
Yes — it is published under the MIT licence, written in JavaScript and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.