Skip to main content
Glama
mateusribeirocampos

NPM MCP Server

NPM MCP 서버

대장간 배지

이는 npm 패키지에 대한 정보를 가져오는 기능을 제공하는 MCP(Model Context Protocol) 서버입니다.

특징

  1. 패키지 검색 : npm 패키지에 대한 자세한 정보를 가져오는 도구

  2. 인기 패키지 : 가장 인기 있는 10개의 npm 패키지를 나열하는 리소스

Related MCP server: NPM Helper MCP

설치

Smithery를 통해 설치

Smithery를 통해 Claude Desktop에 NPM MCP 서버를 자동으로 설치하려면:

지엑스피1

수동 설치

npm install

짓다

npm run build

달리기

npm start

개발을 위해:

npm run dev

용법

서버는 두 가지 주요 기능을 제공합니다.

1. NpmPackage 도구 검색

특정 npm 패키지에 대한 자세한 정보를 가져옵니다. 이 도구는 다음을 포함한 포괄적인 패키지 정보를 반환합니다.

  • 패키지 이름

  • 최신 버전

  • 설명

  • 저자 정보

  • 홈페이지 URL

  • 저장소 URL

  • 종속성 목록

사용 예:

const result = await server.tools.searchNpmPackage({ packageName: "react" });

응답 예시:

{
  "name": "react",
  "version": "18.2.0",
  "description": "React is a JavaScript library for building user interfaces.",
  "author": "Meta Open Source",
  "homepage": "https://reactjs.org/",
  "repository": {
    "url": "https://github.com/facebook/react.git"
  },
  "dependencies": {
    "loose-envify": "^1.1.0"
  }
}

가장 인기 있는 npm 패키지 10개를 인기순으로 정렬하여 나열합니다. 목록의 각 패키지에는 다음이 포함됩니다.

  • 패키지 이름

  • 설명

  • 현재 버전

리소스 URI: npm://popular

응답 예시:

[
  {
    "name": "lodash",
    "description": "Lodash modular utilities",
    "version": "4.17.21"
  },
  // ... more packages
]

AI 모델과의 통합

이 MCP 서버는 AI 모델과 통합되어 다음을 수행할 수 있습니다.

  1. 설치 전 패키지 정보 가져오기

  2. 다양한 패키지 버전을 비교하세요

  3. 종속성 분석

  4. 인기 있는 대안 찾기

  5. 빠른 패키지 요약을 받으세요

기술

  • 타입스크립트

  • 모델 컨텍스트 프로토콜 SDK

  • 노드 페치

  • 조드

Install Server
A
license - permissive license
D
quality
D
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
    A
    maintenance
    A Model Context Protocol server that enables AI-powered analysis of NPM packages through multiple tools for security vulnerability scanning, dependency analysis, package comparison, and quality assessment.
    12
    19
    1,030
    18
    TypeScript
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    A Model Context Protocol server that provides tools for NPM package management, including dependency searching, updates, conflict resolution, and version management to help AI assistants safely upgrade project dependencies.
    67
    8
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    A Model Context Protocol server that enables language models to interact with npm services securely, providing tools for package management, project initialization, script execution, and security auditing.
    8
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Enables AI coding agents to search the npm registry and retrieve package metadata, READMEs, download stats, GitHub details, and usage snippets via the Model Context Protocol.
    9
    24
    MIT

View all related MCP servers

Related MCP Connectors

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

  • A Model Context Protocol server for Wix AI tools

  • npm, PyPI & crates.io intel for AI agents: versions, popularity, deps, health. No API keys.

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/mateusribeirocampos/npm-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server