HomeMarketing & E-Commerce › GrowSurf

GrowSurf

Build and manage GrowSurf referral and affiliate programs through AI assistants.

Official TypeScript Cloud Remote
★ 0 stars Last pushed 2026-09-23 License: MIT

Topics: Marketing

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.growsurf.com Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http growsurf-mcp https://mcp.growsurf.com

Or add to your MCP client config:

{
  "mcpServers": {
    "growsurf-mcp": {
      "url": "https://mcp.growsurf.com"
    }
  }
}

Package (npm 0.19.1)

npx -y @growsurfteam/growsurf-mcp@0.19.1

Or add to your MCP client config:

{
  "mcpServers": {
    "growsurf-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@growsurfteam/growsurf-mcp@0.19.1"
      ],
      "env": {
        "GROWSURF_API_KEY": "<YOUR_VALUE>",
        "GROWSURF_CAMPAIGN_ID": "<YOUR_VALUE>",
        "GROWSURF_UPLOAD_ALLOWED_ORIGINS": "<YOUR_VALUE>"
      }
    }
  }
}
  • GROWSURF_API_KEY secret — A GrowSurf API key with access to the programs and actions you want to use.
  • GROWSURF_CAMPAIGN_ID — The default GrowSurf program ID for program-scoped tools.
  • GROWSURF_UPLOAD_ALLOWED_ORIGINS — A comma-separated allowlist of exact HTTPS origins accepted from GrowSurf FILE Resource upload tickets.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry