Skip to content
Zed

npm search for Zed

io.github.ofershap/npm-search

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

client:Zed transport:stdio runtime:npm

Install npm search in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "npm-search": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-npm-search"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

npm search in other clients