Refgrow MCP Server

A Model Context Protocol (MCP) server that wraps the Refgrow REST API. This allows AI agents -- Claude Desktop, Cursor, ChatGPT, and other MCP-compatible clients -- to manage your affiliate program directly. Its 18 documented tools cover affiliate, conversion, coupon, referral. It runs locally over stdio via the published package.

People connecting API integration tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-03-12 · ★ 2 · #193 OF 250 MAINTAINED API INTEGRATION · VERIFIED 2026-08-25

TypeScript servers · how we verify → /methodology

01 · Install Refgrow MCP Server

before you install - you'll need

REFGROW_API_KEY

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add refgrow-refgrow-mcp -- npx -y @refgrow/mcp

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license no standard license detected - usage rights unclear; check the repo before commercial use

npm package @refgrow/mcp - published under the repo owner's npm scope (@refgrow)

registry namespace io.github.refgrow is GitHub-verified and matches the repo owner

03 · What Refgrow MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can list all affiliates with stats (clicks, signups, purchases, earnings), get details for a specific affiliate by email, create a new affiliate with optional custom referral code, and update affiliate email, referral code, status, or partner slug.

Capability map

Tools grouped from the project's README - what Refgrow MCP Server lets an agent do.

read & search

4 tools - e.g. List all affiliates with stats (clicks, signups, purchases, earnings); List referred users, filterable by affiliate or status; List conversions with filters for type, affiliate, date range, paid status

list_affiliates · list_referrals · list_conversions · list_coupons

Affiliate

4 tools - e.g. Get details for a specific affiliate by email; Create a new affiliate with optional custom referral code; Update affiliate email, referral code, status, or partner slug

get_affiliate_details · create_affiliate · update_affiliate · delete_affiliate

Conversion

4 tools - e.g. Get a specific conversion by ID; Create a conversion (signup/purchase) with auto-commission calculation; Update conversion details or mark as paid

get_conversion · create_conversion · update_conversion · delete_conversion

Coupon

4 tools - e.g. Get a specific coupon by ID; Create a coupon linked to an affiliate (with optional Stripe/LemonSqueezy IDs); Update coupon details

get_coupon · create_coupon · update_coupon · delete_coupon

Referral

2 tools - e.g. Get details for a specific referred user by email; Manually create a referred user record

get_referral_details · create_referral

04 · Who maintains Refgrow MCP Server

mcp is maintained by refgrow. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
API integration - ranked #193 of 250 actively-maintained API integration servers as of 2026-08-25.
registry
io.github.refgrow/mcp (active, first published 2026-03-12)
packages
npm:@refgrow/mcp

06 · Refgrow MCP Server FAQ

Is Refgrow MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-03-12. We re-verify nightly.

What can Refgrow MCP Server do?

With this server connected, an agent can list all affiliates with stats (clicks, signups, purchases, earnings), get details for a specific affiliate by email, create a new affiliate with optional custom referral code, and update affiliate email, referral code, status, or partner slug.

How do I install Refgrow MCP Server?

Run `npx -y @refgrow/mcp`. The README documents one environment variable (REFGROW_API_KEY) to set first. You can also paste the ready-made client config above.

Does Refgrow MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Refgrow MCP Server

More API integration MCP servers · StitchAPI Docs · Remoet MCP · Cronometer API MCP · CatchDoms - Expired Domains API · Banco Inter

More TypeScript MCP servers · Q-SYS MCP · Replen · Lune Research · Promptrejectormcp · see all