mcpbeat Sign in

UI Registry MCP Server

by mrityunjay-tiwari Your server? Claim it
local only

UI Registry runs on your own machine — the client starts it, so there is no endpoint to ping. 82 installs a week from npm. Last commit 13 Jul 2026.

Live access to 12 shadcn-style component libraries so agents compose UI from real components.

Installs per day peak 1 266 · avg 57 · -40% w/w
a month agotoday
82
Installs / week
npm · ui-registry-mcp
5
Stars
0 open issues
13 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check UI Registry every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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

Alternatives to UI Registry

same job, measured the same way
appCN
by shineup

Install & correctly use appCN React Native / Expo components, streamed from the live registry.

61 installs/wk local only
Epivo Course Catalog
by henrikthome-arch

Read-only access to Epivo's live course catalogue for AI agents.

3 tools answering
Curio — design style library
by designbycurio

A design-style library for AI agents: search real styles, fetch a ready-to-apply design spec.

answering
Vue Harvest
by virgilvox

Extract reusable component libraries and design tokens from Vue applications

25 installs/wk local only
I
Rejstrik MCP
by janf19

Czech company registry MCP that reads filed PDF financial statements — keyless, agent-native.

97 installs/wk local only
Petal Components MCP
by petalframework

Phoenix LiveView component schemas from petal_components, exposed to AI coding assistants.

30 installs/wk 3 tools answering
Livewire Flux MCP
by lemaur

Flux UI component and layout docs for AI coding agents. Live from fluxui.dev, Pro-tier aware.

122 installs/wk local only
Aicanvas
by aicanvas-me

Browse and install 75+ free animated, shadcn-compatible React components from AI Canvas.

local only

UI Registry — questions

Answers built from our own checks of this server.

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