PluginBench
MCP Server

io.github.purahmanian/junglescout-mcp MCP Server

io.github.purahmanian/junglescout-mcp

What is the io.github.purahmanian/junglescout-mcp MCP server?

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

How to install io.github.purahmanian/junglescout-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • JUNGLESCOUT_API_KEY
    required
    secret

    Jungle Scout API key from the Developer/Cobalt API settings

  • JUNGLESCOUT_KEY_NAME
    required

    Jungle Scout API key name (used in the Authorization header as KEY_NAME:API_KEY)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "junglescout-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "junglescout-mcp"
      ],
      "env": {
        "JUNGLESCOUT_API_KEY": "<YOUR_JUNGLESCOUT_API_KEY>",
        "JUNGLESCOUT_KEY_NAME": "<YOUR_JUNGLESCOUT_KEY_NAME>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "junglescout-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "junglescout-mcp"
      ],
      "env": {
        "JUNGLESCOUT_API_KEY": "<YOUR_JUNGLESCOUT_API_KEY>",
        "JUNGLESCOUT_KEY_NAME": "<YOUR_JUNGLESCOUT_KEY_NAME>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "junglescout-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "junglescout-mcp"
      ],
      "env": {
        "JUNGLESCOUT_API_KEY": "<YOUR_JUNGLESCOUT_API_KEY>",
        "JUNGLESCOUT_KEY_NAME": "<YOUR_JUNGLESCOUT_KEY_NAME>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "junglescout-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "junglescout-mcp"
      ],
      "env": {
        "JUNGLESCOUT_API_KEY": "<YOUR_JUNGLESCOUT_API_KEY>",
        "JUNGLESCOUT_KEY_NAME": "<YOUR_JUNGLESCOUT_KEY_NAME>"
      }
    }
  }
}
Claude Code
claude mcp add junglescout-mcp --env JUNGLESCOUT_API_KEY=<YOUR_JUNGLESCOUT_API_KEY> --env JUNGLESCOUT_KEY_NAME=<YOUR_JUNGLESCOUT_KEY_NAME> -- npx -y junglescout-mcp

Related MCP servers

macOS-first MCP bridge for FL Studio using CoreMIDI and FL Studio Python MIDI scripts.

View repository →

Google Trends MCP server: interest over time, comparisons, related queries, trending searches

View repository →

MCP server for Keepa Amazon price and sales rank history API

View repository →