Odel
refgrow mcp

refgrow mcp

Local
@refgrow2TypeScriptUpdated 5mo ago

Model Context Protocol server for Refgrow affiliate program management API

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).

npm@refgrow/mcpv1.0.3

Run

npx -y @refgrow/mcp

MCP client config

{
  "mcpServers": {
    "refgrow-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@refgrow/mcp"
      ]
    }
  }
}