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.
Integrations
Allows searching for npm packages by executing the npm search command, enabling users to find and explore available packages in the npm registry with their name, description, version, author, and license information.
npm-search MCP サーバー
npm search
コマンドを呼び出して npm パッケージを検索できるモデル コンテキスト プロトコル サーバー。
利用可能なツール
search_npm_packages
- npm パッケージを検索します。- 必要な引数:
query
(文字列): 検索クエリ。
- 必要な引数:
インストール
Smithery経由でインストール
Smithery経由で Claude Desktop の npm-search を自動的にインストールするには:
NPMの使用(推奨)
あるいは、npm 経由でnpm-search-mcp-server
をインストールすることもできます。
インストール後、次のコマンドを使用してコマンドとして実行できます。
UVの使用
uv
を使用する場合、特別なインストールは必要ありません。uvx uvx
使用してnpm-search-mcp-serverを直接実行します。
構成
Claude.app 用に設定する
Claude 設定に追加:
Zed用の設定
Zed のsettings.jsonに追加します:
やり取りの例
- npm パッケージを検索:
応答:
デバッグ
MCPインスペクタを使用してサーバーをデバッグできます。UVXインストールの場合:
または、パッケージを特定のディレクトリにインストールした場合や、そのディレクトリで開発している場合は、次のようにします。
クロードへの質問例
- 「npmでExpressパッケージを検索」
- 「Reactに関連するパッケージを見つける」
- 「Web開発用のnpmパッケージを表示」
建てる
Dockerビルド:
貢献
npm-search-mcp-server の拡張と改善のための貢献を歓迎します。npm 関連の新しいツールの追加、既存の機能の強化、ドキュメントの改善など、皆様からのご意見は大変貴重です。
他の MCP サーバーと実装パターンの例については、https: //github.com/modelcontextprotocol/serversを参照してください。
プルリクエストを歓迎します。npm-search-mcp-server をさらに強力で便利なものにするために、新しいアイデア、バグ修正、機能強化などをお気軽にご提供ください。
ライセンス
npm-search-mcp-server は MIT ライセンスに基づきます。つまり、MIT ライセンスの条件に従って、ソフトウェアを自由に使用、改変、配布できます。詳細については、プロジェクトリポジトリの LICENSE ファイルをご覧ください。
You must be authenticated.
Tools
npm パッケージを検索するための MCP サーバー
- Available Tools
- Installation
- Configuration
- Example Interactions
- Debugging
- Examples of Questions for Claude
- Build
- Contributing
- License