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-tag(latest/next/beta) 및 지원 중단 알림과 함께 나열합니다 — "의 어떤 버전이 존재하나요", "는 언제 마지막으로 게시되었나요", "최신 버전이 지원 중단되었나요" 같은 질문에 답합니다. 최신순으로 버전을 반환하고 패키지의 생성/마지막 수정 타임스탬프도 포함합니다.

get_version_info

npm 패키지의 특정 버전(또는 dist-tag)에 대한 메타데이터를 가져옵니다: 의존성, dev/peer 의존성, engines, 라이선스, tarball + 무결성 해시 + 압축 해제 크기, 그리고 지원 중단 알림. "@의 의존성", 고정 버전 감사 또는 특정 릴리스 점검에 사용합니다. 버전 매개변수는 정확한 버전(예: "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"
    }
  }
}

또는 1394+ 모든 데이터 소스에 접근하려면 전체 Pipeworx 게이트웨이에 연결하세요:

{
  "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