Skip to content
Cursor

Perfonext Build MCP for Cursor

io.github.souvikdu/perfonext-build-mcp

MCP server for Next.js build stats, chunk attribution, and bundle optimization advice.

client:Cursor transport:stdio runtime:npm

Install Perfonext Build MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "perfonext-build-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@perfonext/build-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Perfonext Build MCP in other clients