Npm
Freeby MCP Community
npm MCP — wraps the npm Registry API (free, no auth)
v0.1.0Added Apr 12, 2026
mcpmcp-servermodel-context-protocolpipeworxnpm
Npm MCP Server
npm MCP — wraps the npm Registry API (free, no auth)
Installation
npx -y @pipeworx/mcp-npm
Reviews
Installation
Quick install
npx -y @pipeworx/mcp-npm
Add to claude_desktop_config.json
{
"mcpServers": {
"npm": {
"command": "npx",
"args": ["-y", "@pipeworx/mcp-npm"]
}
}
}