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
- repository
- github.com/refgrow/refgrow-mcp
- 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
Alternatives to Refgrow MCP Server
Maintained API integration servers if Refgrow MCP Server isn't the fit.
- Microsoft 365 MCP Server Interact with Microsoft 365 and Office services through the Microsoft Graph API. ★ 932 · 2026-08-24
- Tapo MCP MCP server for discovering and controlling TP-Link Tapo smart home devices via AI Agents ★ 796 · 2026-08-21
- Idea Reality MCP Pre-build reality check. Scans GitHub, HN, npm, PyPI, Product Hunt - returns 0-100 signal. ★ 782 · 2026-08-11
- Sqz Pre-injection context compression for coding agents. Zero LLM calls, zero telemetry, offline-safe. ★ 609 · 2026-08-23
- Sv Number MCP Server Phone numbers for AI agents: order a private number, read the SMS verification code, hand it back. ★ 560 · 2026-08-10
- Anytype MCP Official MCP server for Anytype API - your encrypted, local and collaborative wiki. ★ 510 · 2026-08-24
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