mateusribeirocampos/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.
The NPM MCP Server is a Model Context Protocol server designed to fetch information about npm packages.
The NPM MCP Server is a specialized server that leverages the Model Context Protocol (MCP) to provide detailed information about npm packages. It offers functionalities such as searching for specific npm packages and listing the most popular ones. This server is particularly useful for developers and AI models that need to access npm package data for various purposes, such as installation, comparison, and analysis. The server is built using TypeScript and utilizes the Model Context Protocol SDK, along with other technologies like Node-fetch and Zod, to ensure efficient data retrieval and processing.
Features
- Package Search: Tool to fetch detailed information about npm packages.
- Popular Packages: Resource to list the 10 most popular npm packages.
Usages
usage with smithery
bash npx -y @smithery/cli install @mateusribeirocampos/npm-mcp-server --client claude
usage with npm
bash npm install
build with npm
bash npm run build
run with npm
bash npm start
development with npm
bash npm run dev
Tools
searchNpmPackage Tool
Details for searching for specific npm packages
popular-packages Resource
Used to list the most popular npm packages