Home › Development › npm-mcp

npm-mcp

MCP server for npm package management — publish, version, search, audit, and more

TypeScript Local
★ 1 stars Last pushed 2026-03-20 License: MIT

Topics: Developer Tools

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.2.1)

npx -y @mikusnuz/npm-mcp@1.2.1

Or add to your MCP client config:

{
  "mcpServers": {
    "npm-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mikusnuz/npm-mcp@1.2.1"
      ],
      "env": {
        "NPM_TOKEN": "<YOUR_VALUE>"
      }
    }
  }
}
  • NPM_TOKEN secret — npm authentication token

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry