Build with AI

Integrate GrowSurf faster with AI tools and workflows.

Model Context Protocol (MCP)

The GrowSurf MCP serverarrow-up-right enables your AI agents and tools to directly interact with your GrowSurf referral and affiliate programs.

If you're using an AI tool such as Cursor, Claude Code, Antigravity, or ChatGPT Codex to help you implement GrowSurf, we recommend utilizing our MCP server.

Installation

View installation instructions for popular AI tools below.

  1. Download the MCP server herearrow-up-right

  2. In the top menu, click File > Preferences > Cursor Settings

  3. In the Cursor Settings panel, open Tools & MCP

  4. Click Add Custom MCP

  5. In the mcp.json file, add the following:

{
  "mcpServers": {
    "growsurf-mcp": {
    "command": "npx",
    "args": ["-y", "@growsurfteam/growsurf-mcp"],
    "env": {
      "GROWSURF_API_KEY": "REPLACE_WITH_YOUR_API_KEY",
      "GROWSURF_CAMPAIGN_ID": "REPLACE_WITH_YOUR_CAMPAIGN_ID"
    }
  }
}
  1. Save the configuration file

  2. You should see growsurf-mcp under MCP Tools with a green dot, indicating the MCP server is successfully running

Resources

Last updated

Was this helpful?