@pipeworx/packagephobia
Connect: https://gateway.pipeworx.io/packagephobia/mcp · Install: one-click buttons
Tools: 1
Packagephobia MCP — measures the size an npm package takes up on disk after install (publish-size + install-size including all transitive deps). Complements bundlephobia, which measures runtime bundle size. Keyless.
Tools
size(package, version?)— install + publish size for an npm package
Why bother?
Bundle size ≠ install size. A package can be tiny at runtime but pull in heavy dev/transitive deps that slow CI cache hydration. packagephobia measures the full node_modules footprint.
Data source
https://packagephobia.com/v2/api.json?p=<pkg>[@version]
Tools
- size — Return the publish size and full install size (including dependencies) in bytes for an npm package name and optional version via packagephobia.com.
Tools
size— Return the publish size and full install size (including dependencies) in bytes for an npm package name and optional version via packagephobia.com.