PluginBench
MCP Server

io.github.mikusnuz/npm MCP Server

io.github.mikusnuz/npm

What is the io.github.mikusnuz/npm MCP server?

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

How to install io.github.mikusnuz/npm

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • NPM_TOKEN
    secret

    npm authentication token

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "npm": {
      "command": "npx",
      "args": [
        "-y",
        "@mikusnuz/npm-mcp"
      ],
      "env": {
        "NPM_TOKEN": "<YOUR_NPM_TOKEN>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "npm": {
      "command": "npx",
      "args": [
        "-y",
        "@mikusnuz/npm-mcp"
      ],
      "env": {
        "NPM_TOKEN": "<YOUR_NPM_TOKEN>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "npm": {
      "command": "npx",
      "args": [
        "-y",
        "@mikusnuz/npm-mcp"
      ],
      "env": {
        "NPM_TOKEN": "<YOUR_NPM_TOKEN>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "npm": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mikusnuz/npm-mcp"
      ],
      "env": {
        "NPM_TOKEN": "<YOUR_NPM_TOKEN>"
      }
    }
  }
}
Claude Code
claude mcp add npm --env NPM_TOKEN=<YOUR_NPM_TOKEN> -- npx -y @mikusnuz/npm-mcp

Related MCP servers

MCP server for App Store Connect & Google Play Console — iOS/Android app management

View repository →

MCP server for Chrome Web Store — extension upload, publish, status, and rollout

View repository →

MCP server for Dynadot domain registrar — domain search, registration, DNS, and transfers

View repository →

MCP server for Google Search Console & Indexing API — search analytics, sitemaps, URL inspection

View repository →

MCP server for Instagram Graph API, Threads API & Meta platform management

View repository →

MCP server for Meta Marketing API — Facebook & Instagram ad campaign management

View repository →