mcp-npm
mcp-npm
npm MCP — npm Registry API(無料、認証不要)をラップします。
Pipeworx の一部 — AIエージェントを1394以上のライブデータソースへ接続するMCPゲートウェイです。
ツール
ツール | 説明 |
| キーワードでnpmパッケージを検索します。パッケージ名、説明、最新バージョン、公開日、発行者を返します。タスク用のライブラリを探すときに使用します。 |
| 特定のパッケージの詳細(バージョン、説明、依存関係、ホームページ、リポジトリ、ライセンス)を取得します。候補となるパッケージを評価するには、search_packages の後に使用します。 |
| 指定した期間(last-day、last-week、last-month、last-year)または "2024-01-01:2024-06-30" のようなカスタム日付範囲でのnpmダウンロード数を取得します。合計ダウンロード数、開始日、終了日を返します。 |
| npmパッケージの公開済みバージョンを、公開日、dist-tags(latest/next/beta)、非推奨(deprecation)通知とともに一覧表示します。「 にはどのバージョンが存在するか」「 は最後にいつ公開されたか」「最新バージョンは非推奨か」という質問に答えます。バージョンを新しい順で返し、パッケージの作成日時と最終更新日時も返します。 |
| npmパッケージの特定(SPECIFIC)のバージョン(またはdist-tag)のメタデータを取得します: 依存関係、dev/peer依存関係、engines、ライセンス、tarball + integrityハッシュ + 解凍サイズ、および(あれば)非推奨(deprecation)通知。 |
Related MCP server: @yawlabs/npmjs-mcp
クイックスタート
お使いのMCPクライアント(Claude Desktop、Cursor、Windsurf など)に追加します:
{
"mcpServers": {
"npm": {
"url": "https://gateway.pipeworx.io/npm/mcp"
}
}
}または、完全なPipeworxゲートウェイに接続して、1394以上のすべてのデータソースにアクセスします:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}ask_pipeworx との併用
ツールを直接呼び出す代わりに、平易な英語で質問できます:
ask_pipeworx({ question: "your question about Npm data" })ゲートウェイが適切なツールを選択し、引数を自動的に埋めます。
その他
ライセンス
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceProvides comprehensive contextual information about npm packages including README files, versions, dependencies, download statistics, and search functionality. Enables users to explore and analyze npm packages through natural language queries with intelligent GitHub README fetching and branch fallback.9MIT
- AlicenseAqualityAmaintenanceEnables npm registry operations from MCP clients like Claude Code and Cursor, with 64 tools for package intelligence, security audits, dependency analysis, org/team management, and write operations like deprecate and unpublish.643622MIT
- AlicenseNot gradedqualityDmaintenanceFetches metadata and README documentation for NPM packages, with local caching via SQLite for improved performance.3MIT
- FlicenseNot gradedqualityCmaintenanceGrants AI agents real-time access to the NPM registry, enabling package metadata retrieval, version checks, and dependency auditing for up-to-date code generation.73
Related MCP Connectors
Provide AI-powered real-time analysis and intelligence on NPM packages, including security, depend…
npm, PyPI & crates.io intel for AI agents: versions, popularity, deps, health. No API keys.
Dev-registry data: npm/PyPI/Docker/VS Code packages, dep graphs, vulns, 50+ ecosystems.
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/pipeworx-io/mcp-npm'
If you have feedback or need assistance with the MCP directory API, please join our Discord server