mcp-server-npm-goof
An MCP server for NPM JavaScript Package Management tools
Documentation
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": []
}Features
- Exposes a `getNpmPackageInfo` tool using MCP
- Uses 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
Frequently asked questions
What is mcp-server-npm-goof?
mcp-server-npm-goof is An MCP server for NPM JavaScript Package Management tools
How do I install mcp-server-npm-goof?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is mcp-server-npm-goof open source?
Yes — it is hosted on GitHub at https://github.com/snyk-labs/mcp-server-npm and has 7 stars.
Related MCP tools
The all-in-one Desktop & Docker AI application with built-in RAG, AI agents, No-code agent builder, MCP compatibility, and more.
An AI-powered task-management system you can drop into Cursor, Lovable, Windsurf, Roo, and others. Built for the Model Context Protocol to enhance AI capabiliti
Fay是一个帮助数字人(2.5d、3d、移动、pc、网页)或大语言模型(openai兼容、deepseek)连通业务系统的mcp框架。 JavaScript-based implementation. Trusted by 12000+ developers.
CTTF: MCP integration between Cursor and Figma, allowing Cursor Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients. JavaScript-based implementation.
This is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities JavaScript-based implementation.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP