Odel
junglescout mcp

junglescout mcp

Local
@purahmanianTypeScriptMITUpdated 3mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmjunglescout-mcpv0.1.1

Run

npx -y junglescout-mcp

MCP client config

{
  "mcpServers": {
    "junglescout-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "junglescout-mcp"
      ]
    }
  }
}