mcp-npm-package-documentation

NirojShah/mcp-npm-package-documentation
★ 0 stars TypeScript Code/Dev Tools Updated today
An MCP server with a tool to get the latest NPM package Documentation.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-npm-package-docu": {
      "command": "npx",
      "args": [
        "-y",
        "NirojShah/mcp-npm-package-documentation"
      ]
    }
  }
}