mcpbeat Sign in

Metricui MCP Server

by mpmcgowen Your server? Claim it
local only

Metricui runs on your own machine — the client starts it, so there is no endpoint to ping. 32 installs a week from npm. Last commit 30 Mar 2026.

React dashboard components — API lookup, code generation, and prop validation for AI tools.

Installs per day peak 12 · avg 5 · +67% w/w
a month agotoday
32
Installs / week
npm · @metricui/mcp-server
4
Stars
0 open issues
30 Mar 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

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.

Builds a file path from a variable bin/init.js:95
  const fullPath = path.join(cwd, relativePath);

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

Alternatives to Metricui

same job, measured the same way
Pine Script v6 Documentation
by paulieb89

Pine Script v6 documentation lookup, function validation, and linting for AI code generation

281 installs/wk 10 tools answering
Cesium MCP Dev
by gaopengbin

CesiumJS API docs, code generation and development tools for IDE AI assistants.

78 installs/wk local only
Denialbot
by edgeedgehq

Insurance denial code lookup, appeal letter generation, and denial analysis for AI agents.

33 installs/wk local only
Sceneview
by sceneview

3D & AR SDK for Android, iOS, Web — API docs, samples, validation, and code generation.

148 installs/wk local only
Sceneview
by thomasgorisse

3D & AR SDK for Android, iOS, Web — API docs, samples, validation, and code generation.

local only
SceneView
by sceneview

3D & AR SDK for Android, iOS, Web — API docs, samples, validation, and code generation.

local only
Marmo UI
by mahmoudilyan

Live React design-system APIs, patterns, and code validation so AI agents build real UI, not slop.

14 tools answering
Icdwise
by qinisolabs

Verified ICD-10-CM code lookup & validation for AI agents — official descriptions, not guesses.

62 installs/wk local only

Metricui — questions

Answers built from our own checks of this server.

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