pipeworx-io/mcp-npm
MCP server for npm — search packages, get details, and download stats
Platform-specific configuration:
{
"mcpServers": {
"mcp-npm": {
"command": "npx",
"args": [
"-y",
"mcp-npm"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
npm MCP — wraps the npm Registry API (free, no auth)
Part of the Pipeworx open MCP gateway.
| Tool | Description | |------|-------------|
Add to your MCP client config:
{
"mcpServers": {
"npm": {
"url": "https://gateway.pipeworx.io/npm/mcp"
}
}
}Or use the CLI:
npx pipeworx use npmMIT
Loading reviews...