mcpbeat Sign in

Perfonext Render MCP Server

local only

Perfonext Render MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 262 installs a week from npm. Last commit 16 Sep 2026.

MCP server for analyzing React Profiler exports: rerenders, commit spikes, slow components.

Installs per day peak 316 · avg 48 · +6% w/w
a month agotoday
262
Installs / week
npm · @perfonext/render-mcp
0
Stars
0 open issues
16 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Perfonext Render MCP 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 perfonext-render-mcp -- npx -y @perfonext/render-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "perfonext-render-mcp": {
      "args": [
        "-y",
        "@perfonext/render-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.perfonext-render-mcp]
command = "npx"
args = ["-y", "@perfonext/render-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "perfonext-render-mcp": {
      "args": [
        "-y",
        "@perfonext/render-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "perfonext-render-mcp": {
      "args": [
        "-y",
        "@perfonext/render-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Perfonext Render MCP

same job, measured the same way
Perfonext Profiler MCP
by souvikdu

MCP server for analyzing V8/Chrome CPU profiles with line-level tick attribution.

267 installs/wk local only
CLIO Darshan
by iowarp

Darshan I/O profiler MCP server for analyzing I/O trace files

local only
Mcpcap
by mcpcap

An MCP server for analyzing PCAP files.

480 installs/wk local only
Noteit MCP
by bahfahh

MCP server for AI agent profiles and smart notes. 60+ coding prompt packs with expert personas.

answering
Mhlabs MCP Tools
by musaddiquehussainlabs

An MCP server that provides text preprocessing, NLP components, and document analysis

86 installs/wk local only
React Render Profile MCP
by vola-trebla

Decodes React DevTools Profiler exports into render summaries and memoization advice for AI agents.

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

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

96 installs/wk local only
Webcomponents React MCP Server
by ui5

MCP server for UI5 Web Components for React - Developer documentation and API assistance

962 installs/wk local only

Perfonext Render MCP — questions

Answers built from our own checks of this server.

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