What is the Bundlephobia MCP server?
Bundlephobia MCP — npm bundle-size analysis
How to install Bundlephobia
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"bundlephobia": {
"url": "https://gateway.pipeworx.io/bundlephobia/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"bundlephobia": {
"serverUrl": "https://gateway.pipeworx.io/bundlephobia/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"bundlephobia": {
"type": "http",
"url": "https://gateway.pipeworx.io/bundlephobia/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"bundlephobia": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://gateway.pipeworx.io/bundlephobia/mcp"
]
}
}
}Claude Code
claude mcp add --transport http bundlephobia https://gateway.pipeworx.io/bundlephobia/mcp