Skip to main content
Glama

mcp-npm

npm MCP — npm Registry API(無料、認証不要)をラップします。

Pipeworx の一部 — AIエージェントを1394以上のライブデータソースへ接続するMCPゲートウェイです。

ツール

ツール

説明

search_packages

キーワードでnpmパッケージを検索します。パッケージ名、説明、最新バージョン、公開日、発行者を返します。タスク用のライブラリを探すときに使用します。

get_package

特定のパッケージの詳細(バージョン、説明、依存関係、ホームページ、リポジトリ、ライセンス)を取得します。候補となるパッケージを評価するには、search_packages の後に使用します。

get_downloads

指定した期間(last-day、last-week、last-month、last-year)または "2024-01-01:2024-06-30" のようなカスタム日付範囲でのnpmダウンロード数を取得します。合計ダウンロード数、開始日、終了日を返します。

list_versions

npmパッケージの公開済みバージョンを、公開日、dist-tags(latest/next/beta)、非推奨(deprecation)通知とともに一覧表示します。「 にはどのバージョンが存在するか」「 は最後にいつ公開されたか」「最新バージョンは非推奨か」という質問に答えます。バージョンを新しい順で返し、パッケージの作成日時と最終更新日時も返します。

get_version_info

npmパッケージの特定(SPECIFIC)のバージョン(またはdist-tag)のメタデータを取得します: 依存関係、dev/peer依存関係、engines、ライセンス、tarball + integrityハッシュ + 解凍サイズ、および(あれば)非推奨(deprecation)通知。<pkg>@<version> の依存関係の確認、固定バージョンの監査、特定リリースの調査に使用します。バージョンには正確なバージョン(例: "4.18.2")、dist-tag(例: "latest"、"next")を指定できるほか、省略すると最新版を取得します。

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

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    D
    maintenance
    Provides 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.
    9
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Enables 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.
    64
    362
    2
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    Grants AI agents real-time access to the NPM registry, enabling package metadata retrieval, version checks, and dependency auditing for up-to-date code generation.
    7
    3

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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