Perfonext Profiler MCP server
MCP server for analyzing V8/Chrome CPU profiles with line-level tick attribution.
0 stars96 downloads/wk
Reviews
Write oneNobody has reviewed Perfonext Profiler MCP yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Perfonext Profiler MCP tools (9)
write = sends, deletes, buys or postsRead from the package source without running it. The installed server may list more.
compare_profilesCompare two loaded CPU profiles side-by-side. Shows functions that got slower/faster and new/removed hotspots.
explain_functionReturns detailed timing info for a specific function: self-time, total-time, callers, and callees. Use this to understand why a function is slow.
get_hotspotsReturns the top N functions by self-time (CPU time spent directly in the function, not its callees). Use this to find performance bottlenecks.
get_package_costsAggregate CPU self-time by npm package. Identifies which third-party
get_profile_summaryReturns an overview of a loaded profile: duration, sample count, top-level call tree (filtered to functions >0.1% of total time), and idle time percentage. For large profiles, the call tree is limited to depth 2 and top 20 children per node to keep output manageable. Also lists all loaded profiles if no ID is given.
how_to_collectReturns a ready-to-run command and step-by-step recipe for capturing a V8
load_profileParse and load a V8/Chrome CPU profile from disk. Supports both .cpuprofile files and Chrome DevTools Trace JSON exports. Returns a profile ID for use with other tools.
read_source_contextRead the actual source code for a hot function and annotate each line with
suggest_optimizationsAnalyzes the profile and returns structured optimization suggestions for the hottest
Public scan report
scanner v0.1.5 · 2026-09-19 · same rubric, same numbers if you re-run it
- Code scan33 source files scanned25/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitylocal package, no credentials required12/15
- Maintenancelast push 0 days ago15/15
- Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Install directly
Runs npx -y @perfonext/profiler-mcp on your machine. Read the scan report first; the gateway never runs local packages.
claude mcp add perfonext-profiler-mcp -- npx -y @perfonext/profiler-mcp
Perfonext Profiler MCP: common questions
- Is Perfonext Profiler MCP server safe?
- Yes, by our scan: it is graded A (92/100). Read the Perfonext Profiler MCP safety report
- How do I install Perfonext Profiler MCP?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does Perfonext Profiler MCP need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Perfonext Profiler MCP maintained?
- The last commit was in the last day (2026-09-19). The latest release is v0.7.3.