MCP Catalogs
Home

gumroad-mcp

by rmarescu·22·Score 37

An MCP server for Gumroad API, enabling AI assistants to manage products, sales, and offer codes.

ecommerceproductivitydeveloper-tools
10
Forks
1
Open issues
13 mo ago
Last commit
2d ago
Indexed

Overview

The Gumroad MCP server provides a comprehensive interface between AI assistants and the Gumroad e-commerce platform. It allows users to interact with their Gumroad stores through natural language commands, querying sales data, managing products, and handling offer codes directly from AI clients like Claude Desktop. The server implements multiple API categories including products, sales, offer codes, and user data, making it a valuable tool for digital creators who want to automate and enhance their store management workflow through AI interactions.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Digital creators can query monthly sales trends and compare performance across time periods
you:Automate product management tasks like enabling/disabling products through AI commands
you:Manage offer codes by creating, updating, or deleting promotional codes for products
you:What authentication is required?
you:Can I use this with self-hosted Gumroad instances?

When to choose this

Choose this if you're a Gumroad creator who wants to use AI to manage your store, analyze sales, and create promotional campaigns through natural language commands.

When NOT to choose this

Don't choose this if you need to manage multiple e-commerce platforms beyond Gumroad, as this server is specifically designed for Gumroad API only.

Tools this server exposes

11 tools extracted from the README
  • 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

Comparable tools

shopify-mcpstripe-mcpecommerce-api-integration

Installation

Installation

Quickstart

npx gumroad-mcp@latest init

Manual Configuration

For Claude Desktop, add this to your configuration:

{
  "mcpServers": {
    "gumroad": {
      "command": "npx",
      "args": ["-y", "gumroad-mcp@latest"],
      "env": {
        "GUMROAD_ACCESS_TOKEN": "<YOUR_TOKEN>"
      }
    }
  }
}

For self-hosted Gumroad instances, also add GUMROAD_BASE_URL environment variable.

FAQ

What authentication is required?
You need to generate a Gumroad access token from the Settings > Advanced page in your Gumroad account.
Can I use this with self-hosted Gumroad instances?
Yes, you can configure the server to connect to a custom URL using the GUMROAD_BASE_URL environment variable.

Compare gumroad-mcp with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.