Kpangaa/npm-mcp-server
If you are the rightful owner of npm-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A comprehensive MCP server for interacting with npm and its services, allowing language models to use npm safely and in a structured manner.
Tools
Functions exposed to the LLM to take actions
npm_search
Search for packages in the npm registry.
npm_info
Get detailed information about a package.
npm_install
Install packages with support for development and global dependencies.
npm_uninstall
Uninstall packages.
npm_list
List installed packages.
npm_outdated
Check for outdated packages.
npm_update
Update packages to their latest versions.
npm_run_script
Run scripts defined in package.json.
npm_init
Initialize a new npm project.
npm_audit
Audit security vulnerabilities.
npm_audit_fix
Automatically fix security vulnerabilities.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client