mcpbeat Sign in

Refgrow MCP Server

local only

Refgrow runs on your own machine — the client starts it, so there is no endpoint to ping. 29 installs a week from npm. Last commit 12 Mar 2026.

Model Context Protocol server for Refgrow affiliate program management API

Installs per day peak 153 · avg 12 · +10% w/w
a month agotoday
29
Installs / week
npm · @refgrow/mcp
2
Stars
0 open issues
12 Mar 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Refgrow every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp -- npx -y @refgrow/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@refgrow/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "@refgrow/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@refgrow/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@refgrow/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: REFGROW_API_KEY (Your Refgrow API key (starts with rgk_)), REFGROW_API_URL (Refgrow API base URL). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Refgrow

same job, measured the same way
Procm
by coder-ka

A Model Context Protocol (MCP) server for process management.

75 installs/wk local only
MCP For API
by appwrite

MCP (Model Context Protocol) server for Appwrite

33 496 installs/wk local only
todo.vu
by mooball

Model Context Protocol server for todo.vu task management and time tracking.

answering
MCP Sitecore Server
by antonytm

A Model Context Protocol server for Sitecore

484 installs/wk local only
Nx MCP
by nrwl

A Model Context Protocol server implementation for Nx

57 193 installs/wk local only
Nx Console
by nrwl

A Model Context Protocol server implementation for Nx

local only
MCP Alertmanager
by jeanlopezxyz

A Model Context Protocol (MCP) server for Prometheus Alertmanager

74 installs/wk local only
I
Hn MCP Server
by wei

Model Context Protocol server for HackerNews API access.

35 installs/wk local only

Refgrow — questions

Answers built from our own checks of this server.

Why is there no uptime for Refgrow?
Refgrow runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @refgrow/mcp was installed 29 times last week.
How do I connect Refgrow?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @refgrow/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Refgrow?
The npm package @refgrow/mcp was installed 29 times in the last week. Week over week that is +10%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Refgrow open source?
We cannot say either way: written in TypeScript and 2 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.