NPM MCP サーバー
これは、npm パッケージに関する情報を取得する機能を提供するモデル コンテキスト プロトコル (MCP) サーバーです。
特徴
- パッケージ検索: npm パッケージの詳細情報を取得するためのツール
- 人気パッケージ: 最も人気のある 10 個の npm パッケージをリストするリソース
インストール
Smithery経由でインストール
Smithery経由で Claude Desktop 用の NPM MCP サーバーを自動的にインストールするには:
手動でインストールする
建てる
ランニング
開発の場合:
使用法
サーバーは主に 2 つの機能を公開します。
1. searchNpmPackageツール
特定のnpmパッケージに関する詳細情報を取得します。このツールは、以下を含む包括的なパッケージ情報を返します。
- パッケージ名
- 最新バージョン
- 説明
- 著者情報
- ホームページURL
- リポジトリURL
- 依存関係リスト
使用例:
応答例:
2. 人気のパッケージリソース
最も人気のある10個のnpmパッケージを人気順にリストします。リスト内の各パッケージには以下が含まれます。
- パッケージ名
- 説明
- 現在のバージョン
リソースURI: npm://popular
応答例:
AIモデルとの統合
この MCP サーバーは AI モデルと統合して次のことが可能になります。
- インストール前にパッケージ情報を取得する
- 異なるパッケージバージョンを比較する
- 依存関係を分析する
- 人気の代替品を探す
- クイックパッケージ概要を取得する
テクノロジー
- タイプスクリプト
- モデルコンテキストプロトコルSDK
- ノードフェッチ
- ゾッド
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
AI モデルが npm パッケージに関する詳細情報を取得し、npm エコシステム内の人気のあるパッケージを検出できるようにするモデル コンテキスト プロトコル サーバー。
Related MCP Servers
- -securityFlicense-qualityA comprehensive suite of Model Context Protocol servers designed to extend AI agent Claude's capabilities with integrations for knowledge management, reasoning, advanced search, news access, and workspace tools.Last updated -5TypeScript
- AsecurityAlicenseAqualityA comprehensive Model Context Protocol server that provides advanced Node.js development tooling for automating project creation, component generation, package management, and documentation with AI-powered assistance.Last updated -72JavaScriptMIT License
- AsecurityFlicenseAqualityA Model Context Protocol server that enables AI models to interact with SourceSync.ai's knowledge management platform for managing documents, ingesting content from various sources, and performing semantic searches.Last updated -2514
- AsecurityAlicenseAqualityA Model Context Protocol server that integrates with Linear, enabling AI assistants to create, update, search, and comment on issues for project management and issue tracking.Last updated -56PythonApache 2.0