Skip to content
Grok

Perfonext Build MCP for Grok

io.github.souvikdu/perfonext-build-mcp

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

client:Grok transport:stdio runtime:npm

Install Perfonext Build MCP in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Perfonext Build MCP in other clients