Skip to content

An MCP server for NPM JavaScript Package Management tools

License

Notifications You must be signed in to change notification settings

snyk-labs/mcp-server-npm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MCP Server for NPM Package Info

A Model Context Protocol server that provides a tool to fetch npm package information.

Features

  • Exposes a getNpmPackageInfo tool using MCP
  • Uses STDIO transport for IDE integrations (like Cursor)
  • Returns structured package information

Installation

npm install

Usage

Start the server:

npm start

This server is designed to be used with IDE integrations like Cursor that support the Model Context Protocol.

Tool: getNpmPackageInfo

Parameters:

  • packageName (string): The name of the npm package to look up

Returns:

  • packageInfo (object): JSON object containing all available information about the package

About

An MCP server for NPM JavaScript Package Management tools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published