Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Mcp Server Npm Goof

    An MCP server for NPM JavaScript Package Management tools

    7 stars
    JavaScript
    Updated Aug 26, 2025

    Table of Contents

    • How to use the MCP Server
    • Features
    • Installation
    • Usage
    • Tool: getNpmPackageInfo

    Table of Contents

    • How to use the MCP Server
    • Features
    • Installation
    • Usage
    • Tool: getNpmPackageInfo

    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:

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

    bash
    npm install

    Usage

    Start the server:

    bash
    npm start

    The server will start listening on port 3000 by default. You can customize the port by setting the PORT environment variable:

    bash
    PORT=3500 npm start

    This 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

    Similar MCP

    Based on tags & features

    • WA

      Waha Mcp

      JavaScript00
    • WI

      Wizzy Mcp Tmdb

      JavaScript00
    • RI

      Rijksmuseum Mcp

      JavaScript·
      59
    • MC

      Mcp Server Playwright

      JavaScript·
      262

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • WA

      Waha Mcp

      JavaScript00
    • WI

      Wizzy Mcp Tmdb

      JavaScript00
    • RI

      Rijksmuseum Mcp

      JavaScript·
      59
    • MC

      Mcp Server Playwright

      JavaScript·
      262

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k