PluginBench
MCP Server
Maintained
MIT

io.github.ofershap/npm-search MCP Server

io.github.ofershap/npm-search

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

npm search MCP — find packages, view details, compare, check downloads.

How to install io.github.ofershap/npm-search

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": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-npm-search"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "npm-search": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-npm-search"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "npm-search": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-npm-search"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "npm-search": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-npm-search"
      ]
    }
  }
}
Claude Code
claude mcp add npm-search -- npx -y mcp-server-npm-search

Related MCP servers

Lint, measure, and sync AI context files across Cursor, Claude Code, Copilot.

8
TypeScript
MIT
View repository →

MCP server to create, read, update, list, and search GitHub Gists from your IDE

2
TypeScript
MIT
View repository →

PostgreSQL MCP — query databases, inspect schemas, explain queries.

0
TypeScript
MIT
View repository →

MCP server to manage Cloudflare Workers, KV, R2, Pages, DNS, and cache from your IDE

View repository →

Developer utilities MCP: base64, UUID, hash, JWT decode, cron, timestamps.

View repository →

MCP server for DNS lookups, reverse DNS, WHOIS, and domain checks — zero auth, zero config

View repository →