NPM MCP Server
@mateusribeirocampos
关于 NPM MCP Server
Servidor NPM MCP - Projeto TypeScript
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"npm-mcp-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@mateusribeirocampos/npm-mcp-server",
"--client",
"claude"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is NPM MCP Server?
NPM MCP Server is a Model Context Protocol server that fetches detailed information about npm packages. It provides a search tool for individual packages and a resource listing the 10 most popular packages. It is intended for developers and AI agents that need rapid, structured package metadata.
How to use NPM MCP Server?
Install via Smithery (npx -y @smithery/cli install @mateusribeirocampos/npm-mcp-server --client claude) or manually (npm install, then npm run build and npm start). Use the searchNpmPackage tool with a packageName argument or access the npm://popular resource URI.
Key features of NPM MCP Server
- Search any npm package by name for detailed info
- List the top 10 most popular npm packages
- Returns version, description, author, and homepage
- Provides dependencies for searched packages
- Exposes resource URI
npm://popular - Written in TypeScript using the MCP SDK
Use cases of NPM MCP Server
- Get package information before installation
- Compare different package versions or alternatives
- Analyze dependencies of a specific package
- Find popular packages and their descriptions
- Quick package summaries for AI‑assisted development
FAQ from NPM MCP Server
What does the NPM MCP Server do?
It fetches and returns structured metadata about npm packages, either by searching for a single package or by listing the 10 most popular packages.
How do I install the NPM MCP Server?
You can install it automatically via Smithery (npx -y @smithery/cli install @mateusribeirocampos/npm-mcp-server --client claude) or manually by cloning the repository, running npm install, then npm run build and npm start.
What data does the searchNpmPackage tool return?
It returns the package name, latest version, description, author, homepage URL, repository URL, and a list of dependencies.
What is the resource URI for popular packages?
The resource URI is npm://popular. Accessing it returns the top 10 npm packages sorted by popularity, each with name, description, and version.
Can this server be used with AI models?
Yes, it is designed for integration with AI models to get package information, compare versions, analyze dependencies, find alternatives, and obtain quick summaries.
其他 分类下的更多 MCP 服务器
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
ICSS
chokcoco不止于 CSS
Blender
ahujasidOpen-source MCP to use Blender with any LLM

EverArt
modelcontextprotocolModel Context Protocol Servers
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
评论