Skip to content
Zed

npm mcp for Zed

io.github.alisaitteke/npm-mcp

MCP server for npm package management, security analysis, and compatibility checking

client:Zed transport:stdio runtime:npm

Install npm mcp in Zed

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

{
  "context_servers": {
    "npm-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@alisaitteke/npm-mcp"
      ]
    }
  }
}

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

npm mcp in other clients