Npmplus
Freeby MCP Community
Production-ready MCP server for intelligent JavaScript package management. Works with Claude, Windsurf, Cursor, VS Code, and any MCP-compatible AI editor.
v12.0.19Added Apr 12, 2026
mcpmodel-context-protocolnpmyarnpnpm
Npmplus MCP Server
Production-ready MCP server for intelligent JavaScript package management. Works with Claude, Windsurf, Cursor, VS Code, and any MCP-compatible AI editor.
Installation
npx -y npmplus-mcp-server
Reviews
Installation
Quick install
npx -y npmplus-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"npmplus": {
"command": "npx",
"args": ["-y", "npmplus-mcp-server"]
}
}
}