Gumroad MCP Server
Gumroad MCP Server. The gumroad mcp mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 12 defined tools rather than through you.
Your browser does not support the video tag.
The Model Context Protocol (MCP) allows AI assistants to interact with external tools and services.
Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
Everything the assistant can do here goes through one of these:
gumroad_get_products — Get all productsgumroad_get_product — Get a single product by IDgumroad_disable_product — Disable a productgumroad_enable_product — Enable a productgumroad_get_sales — Get sales datagumroad_get_offer_codes — Get all offer codes for a productgumroad_get_offer_code — Get a single offer codegumroad_create_offer_code — Create a new offer codegumroad_update_offer_code — Update an existing offer codegumroad_delete_offer_code — Delete an offer codegumroad_get_user — Get authenticated user dataPrerequisites — To verify you have Node installed, open the command line on your computerYou will need 3 environment variables: GUMROAD_ACCESS_TOKEN, GUMROAD_BASE_URL, YOUR_TOKEN. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Gumroad MCP's toolset — gumroad_get_products, gumroad_get_product, gumroad_disable_product and 9 more — is a fair guide to whether it matches your workflow. It is maintained by rmarescu; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Gumroad MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| gumroad_get_products | Get all products |
| gumroad_get_product | Get a single product by ID |
| gumroad_disable_product | Disable a product |
| gumroad_enable_product | Enable a product |
| gumroad_get_sales | Get sales data |
| gumroad_get_offer_codes | Get all offer codes for a product |
| gumroad_get_offer_code | Get a single offer code |
| gumroad_create_offer_code | Create a new offer code |
| gumroad_update_offer_code | Update an existing offer code |
| gumroad_delete_offer_code | Delete an offer code |
| gumroad_get_user | Get authenticated user data |
| Prerequisites | To verify you have Node installed, open the command line on your computer. |
{
"mcpServers": {
"gumroad": {
"command": "npx",
"args": ["-y", "gumroad-mcp"],
"env": {
"GUMROAD_ACCESS_TOKEN": "your-value",
"GUMROAD_BASE_URL": "your-value",
"YOUR_TOKEN": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| GUMROAD_ACCESS_TOKEN | Credential the server authenticates with. | Yes |
| GUMROAD_BASE_URL | Endpoint or connection string the server talks to. | Yes |
| YOUR_TOKEN | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.