mcpbeat Sign in

UI Beats MCP Server

local only

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

MCP server for UI Beats. Let your coding agent search, read and install animated React components.

Installs per day peak 245 · avg 24 · +14% w/w
a month agotoday
254
Installs / week
npm · @uibeats/mcp
230
Stars
0 open issues
16 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

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

Builds a file path from a variable lib/blog.ts:48
  const raw = fs.readFileSync(path.join(BLOG_DIR, fileName), "utf8");

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

Alternatives to UI Beats

same job, measured the same way
Callimachus
by betabots-llc

MCP server for Callimachus: local index and search of your AI coding-agent threads

164 installs/wk local only
Switchboard
by wkoverfield

One firewall and password manager for all your AI coding agents' MCP servers and secrets.

60 installs/wk local only
Seatable
by seatable

MCP server for SeaTable — read, write, search, link, and query data in your bases

440 installs/wk local only
Aem MCP Server
by easingthemes

AEM MCP server. Chat with your AEM instance for content, component, and asset operations.

254 installs/wk local only
Catalog
by getagentictools

Search 41,000+ agent skills, MCP servers, plugins & loops — real install counts and stars.

5 tools answering
Github Gist
by ofershap

MCP server to create, read, update, list, and search GitHub Gists from your IDE

52 installs/wk local only
Agentguard47
by bmdhodl

Read-only MCP server for coding-agent traces, alerts, costs, usage, and budget health.

41 installs/wk local only
Partuno — DigiKey & Mouser MCP Server
by jpmarhefka

DigiKey and Mouser MCP server for component research, BOM analysis, and sourcing.

132 installs/wk local only

UI Beats — questions

Answers built from our own checks of this server.

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