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.
「その他」の他のコンテンツ
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
ghidraMCP
LaurieWiredMCP Server for Ghidra
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Blender
ahujasidOpen-source MCP to use Blender with any LLM
コメント