MCP Server for NPM Package Info
Allows fetching npm package information, including name, version, and other metadata.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Server for NPM Package InfoTell me about the npm package express"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Server for NPM Package Info
A Model Context Protocol server that provides a tool to fetch npm package information.
Security Disclaimer: this repository is intentionally vulnerable, intended to be used as an educational tool for MCP Server security.
How to use the MCP Server
Define the MCP Server in your Agent MCP configuration, as follows:
{
"servers": {
"npm-and-node-tools": {
"type": "http",
"url": "http://localhost:3500/mcp"
}
},
"inputs": []
}Related MCP server: MCP Server for NPM Package Info
Features
Exposes a
getNpmPackageInfotool using MCPUses HTTP (Streamable HTTP) transport for remote connections
Returns structured package information
Supports session management for stateful connections
Installation
npm installUsage
Start the server:
npm startThe server will start listening on port 3000 by default. You can customize the port by setting the PORT environment variable:
PORT=3500 npm startThis server is designed to be used with IDE integrations and AI agents that support the Model Context Protocol over HTTP.
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
This server cannot be deployed
Maintenance
Related MCP Connectors
Dive into the world of npm with our NPM Package Info MCP. Access crucial metadata about any npm
Provide AI-powered real-time analysis and intelligence on NPM packages, including security, depend…
npm MCP — wraps the npm Registry API (free, no auth)
Package intelligence MCP for AI agents — 22 tools, 19 ecosystems, AGPL SDK, free.
Related MCP Servers
- 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.64109 npm2MIT
- FlicenseNot gradedqualityDmaintenanceProvides a tool to fetch npm package information via the Model Context Protocol.8-
- AlicenseAqualityCmaintenanceMCP server that provides npm package information for AI agents during TypeScript development.78 npm1MIT
- AlicenseAqualityCmaintenanceEnables 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.920 npmMIT