Perfonext Build MCP for VS Code
io.github.souvikdu/perfonext-build-mcp
MCP server for Next.js build stats, chunk attribution, and bundle optimization advice.
client:VS Code
transport:stdio
runtime:npm
Install Perfonext Build MCP in VS Code
.vscode/mcp.json
{
"servers": {
"perfonext-build-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@perfonext/build-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs