NPM MCP Server
NPM MCP サーバー
これは、npm パッケージに関する情報を取得する機能を提供するモデル コンテキスト プロトコル (MCP) サーバーです。
特徴
パッケージ検索: npm パッケージの詳細情報を取得するためのツール
人気パッケージ: 最も人気のある 10 個の npm パッケージをリストするリソース
Related MCP server: NPM Helper MCP
インストール
Smithery経由でインストール
Smithery経由で Claude Desktop 用の NPM MCP サーバーを自動的にインストールするには:
npx -y @smithery/cli install @mateusribeirocampos/npm-mcp-server --client claude手動でインストールする
npm install建てる
npm run buildランニング
npm start開発の場合:
npm run dev使用法
サーバーは主に 2 つの機能を公開します。
1. searchNpmPackageツール
特定のnpmパッケージに関する詳細情報を取得します。このツールは、以下を含む包括的なパッケージ情報を返します。
パッケージ名
最新バージョン
説明
著者情報
ホームページURL
リポジトリURL
依存関係リスト
使用例:
const result = await server.tools.searchNpmPackage({ packageName: "react" });応答例:
{
"name": "react",
"version": "18.2.0",
"description": "React is a JavaScript library for building user interfaces.",
"author": "Meta Open Source",
"homepage": "https://reactjs.org/",
"repository": {
"url": "https://github.com/facebook/react.git"
},
"dependencies": {
"loose-envify": "^1.1.0"
}
}2. 人気のパッケージリソース
最も人気のある10個のnpmパッケージを人気順にリストします。リスト内の各パッケージには以下が含まれます。
パッケージ名
説明
現在のバージョン
リソースURI: npm://popular
応答例:
[
{
"name": "lodash",
"description": "Lodash modular utilities",
"version": "4.17.21"
},
// ... more packages
]AIモデルとの統合
この MCP サーバーは AI モデルと統合して次のことが可能になります。
インストール前にパッケージ情報を取得する
異なるパッケージバージョンを比較する
依存関係を分析する
人気の代替品を探す
クイックパッケージ概要を取得する
テクノロジー
タイプスクリプト
モデルコンテキストプロトコルSDK
ノードフェッチ
ゾッド
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseAqualityAmaintenanceA Model Context Protocol server that enables AI-powered analysis of NPM packages through multiple tools for security vulnerability scanning, dependency analysis, package comparison, and quality assessment.12191,03018TypeScriptMIT
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that provides tools for NPM package management, including dependency searching, updates, conflict resolution, and version management to help AI assistants safely upgrade project dependencies.678MIT
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that enables language models to interact with npm services securely, providing tools for package management, project initialization, script execution, and security auditing.8MIT
- AlicenseAqualityCmaintenanceEnables AI coding agents to search the npm registry and retrieve package metadata, READMEs, download stats, GitHub details, and usage snippets via the Model Context Protocol.924MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
npm, PyPI & crates.io intel for AI agents: versions, popularity, deps, health. No API keys.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mateusribeirocampos/npm-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server