Odel
metricui

metricui

Local
@mpmcgowen4TypeScriptMITUpdated 5mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@metricui/mcp-serverv0.2.0

Run

npx -y @metricui/mcp-server

MCP client config

{
  "mcpServers": {
    "metricui": {
      "command": "npx",
      "args": [
        "-y",
        "@metricui/mcp-server"
      ]
    }
  }
}