pinkpixel-dev/npm-helper-mcp
A Model Context Protocol (MCP) server providing tools for NPM package management and dependency updates. Helps LLMs like Claude interact with npm packages, search npm registry, and keep dependencies up-to-date.
Platform-specific configuration:
{
"mcpServers": {
"npm-helper-mcp": {
"command": "npx",
"args": [
"-y",
"npm-helper-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...