Perfonext Build MCP server
MCP server for Next.js build stats, chunk attribution, and bundle optimization advice.
0 stars62 downloads/wk
Reviews
Write oneNobody has reviewed Perfonext Build MCP yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Perfonext Build MCP tools (11)
write = sends, deletes, buys or postsRead from the package source without running it. The installed server may list more.
compare_buildsCompare two loaded Next.js builds and show which routes and chunks grew or shrank the most.
explain_growthIdentify which routes and chunks are responsible for bundle size growth between two loaded builds.
explain_shared_chunksShow which npm packages and app code dominate the shared chunks loaded by many routes, to identify
find_duplicatesFind npm packages whose code is bundled into more than one chunk, wasting bytes, ranked by wasted
get_largest_routesRank the heaviest user-facing routes in a loaded Next.js build by emitted chunk bytes.
get_shared_chunksRank the heaviest shared chunks in a loaded Next.js build and show which routes depend on them.
how_to_collect_statsExplain how to generate the webpack stats file (.next/stats.json) required by the bundle attribution
load_build_statsParse a Next.js .next directory and load route and chunk footprint data for later analysis.
load_webpack_statsParse the webpack module stats file (.next/stats.json) and link it to a build loaded with
suggest_optimizationsAggregate route, chunk, and (when loaded) webpack-stats evidence into severity-ranked,
trace_importExplain why a module is bundled by tracing its import chain from an entry point to the module.
Public scan report
scanner v0.1.9 · 2026-09-20 · same rubric, same numbers if you re-run it
- Code scan39 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 1 days ago15/15
- Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Install directly
Runs npx -y @perfonext/build-mcp on your machine. Read the scan report first; the gateway never runs local packages.
claude mcp add perfonext-build-mcp -- npx -y @perfonext/build-mcp
Perfonext Build MCP: common questions
- Is Perfonext Build MCP server safe?
- Yes, by our scan: it is graded A (92/100). Read the Perfonext Build MCP safety report
- How do I install Perfonext Build MCP?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does Perfonext Build 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 Build MCP maintained?
- The last commit was in the last day (2026-09-19). The latest release is v0.6.2.