Skip to content
Zed

junglescout mcp for Zed

io.github.purahmanian/junglescout-mcp

Jungle Scout MCP server: keyword volumes, product database, sales estimates, share of voice

client:Zed transport:stdio runtime:npm

Install junglescout mcp in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "junglescout-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "junglescout-mcp"
      ],
      "env": {
        "JUNGLESCOUT_API_KEY": "<JUNGLESCOUT_API_KEY>",
        "JUNGLESCOUT_KEY_NAME": "<JUNGLESCOUT_KEY_NAME>"
      }
    }
  }
}

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

junglescout mcp in other clients