mcpbeat Sign in

Framingui MCP Server

local only

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

FramingUI design-system tools for coding agents: validate screens, check wiring, browse the catalog.

Installs per day peak 127 · avg 7 · -73% w/w
a month agotoday
48
Installs / week
npm · @framingui/mcp
4
Stars
0 open issues
18 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

We read the source, 12 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.

File ships in the package but is absent from the source [пакет] server.js:1
этот файл ставится пользователю, но в репозитории его нет
    execFile(
Builds a file path from a variable mcp/server.js:37, [пакет] server.js:37
  const scriptPath = path.join(SCRIPTS_DIR, scriptName);

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 framingui -- npx -y @framingui/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "framingui": {
      "args": [
        "-y",
        "@framingui/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.framingui]
command = "npx"
args = ["-y", "@framingui/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "framingui": {
      "args": [
        "-y",
        "@framingui/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "framingui": {
      "args": [
        "-y",
        "@framingui/mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Framingui

same job, measured the same way
Visily UI Design
by visily-app

UI design from prompts, screenshots, and URLs for AI coding agents and theme tokens.

answering
Taste Bank
by quasarg

Reusable visual design systems for AI coding agents — browse, fetch, and submit styles via MCP.

local only
TypeUI
by bergside

Design systems, UI prompts, and layout variations for AI coding tools.

answering
Seedflip
by bockenstette1

100+ curated design systems for AI coding agents. Design taste, not guesswork.

43 installs/wk local only
Design Constraint Validator
by cseperkepapp

Validate design tokens for accessibility, scales, and design-system constraint consistency.

103 installs/wk local only
Figma Context MCP Air
by compassalessandrolorenz

Figma MCP server for AI agents. 9 tools: design context, variables, screenshots, and FigJam.

54 installs/wk local only
Uizze
by uizze

Focused full-screen UI references and hosted design materials for coding agents.

1 tools answering
Webhook AI MCP
by csoai-org

Webhook Ai tools for AI agents. Capabilities: validate webhook signature, log webhook event, replay

189 installs/wk local only

Framingui — questions

Answers built from our own checks of this server.

Why is there no uptime for Framingui?
Framingui 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 @framingui/mcp was installed 48 times last week.
How do I connect Framingui?
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 @framingui/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Framingui?
The npm package @framingui/mcp was installed 48 times in the last week. Week over week that is -73%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Framingui open source?
Yes — it is published under the MIT licence, written in JavaScript and 4 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.