PluginBench
MCP Server

io.github.zcag/npm-search-mcp MCP Server

io.github.zcag/npm-search-mcp

What is the io.github.zcag/npm-search-mcp MCP server?

Search npm packages, get live registry data, and compare alternatives. No API key needed.

How to install io.github.zcag/npm-search-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "npm-search-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/zcag/npm-search-mcp:1.0.0"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "npm-search-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/zcag/npm-search-mcp:1.0.0"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "npm-search-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/zcag/npm-search-mcp:1.0.0"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "npm-search-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/zcag/npm-search-mcp:1.0.0"
      ]
    }
  }
}
Claude Code
claude mcp add npm-search-mcp -- docker run -i --rm ghcr.io/zcag/npm-search-mcp:1.0.0

Related MCP servers

Convert web pages to clean, LLM-optimized Markdown. No browser needed.

View repository →

Self-hostable team wiki; agents read & write it via MCP; Atlas turns your repo into a cited wiki.

View repository →