gumroad-mcp
Allows interaction with your Gumroad store, providing tools for listing products, getting product details, viewing recent sales, and obtaining a sales summary with revenue and refund information.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@gumroad-mcpshow me my recent sales"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Gumroad MCP Server
A Model Context Protocol (MCP) server that integrates with Gumroad API, allowing Claude to interact with your Gumroad store.
Features
get_products: List all products in your Gumroad store
get_product: Get details of a specific product by ID or name
get_sales: View recent sales from your store
get_sales_summary: Get a summary of sales, revenue, and refunds
Related MCP server: Gumroad
Installation
Using npm
npm install -g gumroad-mcpFrom source
git clone https://github.com/LiZhuBin/gumroad-mcp.git
cd gumroad-mcp
npm install
npm run buildConfiguration
Getting your Gumroad Access Token
Go to your Gumroad account settings
Click on "Advanced" tab
Click "Generate new access token"
Copy the generated token
Setting up the environment variable
Create a .env file in the project root:
GUMROAD_ACCESS_TOKEN=your_token_hereOr set it as an environment variable in your system.
Usage with Claude
Add this to your MCP configuration (e.g., in claude_desktop_config.json or your MCP settings):
{
"mcpServers": {
"gumroad": {
"command": "npx",
"args": ["gumroad-mcp"],
"env": {
"GUMROAD_ACCESS_TOKEN": "your_token_here"
}
}
}
}Or if installed globally:
{
"mcpServers": {
"gumroad": {
"command": "gumroad-mcp",
"env": {
"GUMROAD_ACCESS_TOKEN": "your_token_here"
}
}
}
}Available Tools
get_products
Returns a list of all products in your Gumroad store.
get_product
Get details of a specific product.
Arguments:
identifier(required): Product ID or name to search for
get_sales
Returns recent sales from your Gumroad store.
get_sales_summary
Returns a summary including:
Total number of sales
Total revenue
Number of refunds
Development
# Install dependencies
npm install
# Run in development mode
npm run dev
# Build for production
npm run build
# Start production build
npm startLicense
MIT
Links
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityBmaintenanceMCP Server for the Notion API, enabling Claude to interact with Notion workspaces.Last updated311,520919MIT
- AlicenseAqualityDmaintenanceA Model Context Protocol (MCP) server implementation for Gumroad, enabling MCP-compatible AI clients like Claude Desktop to interact with Gumroad API.Last updated118129MIT
- Alicense-qualityCmaintenanceMCP server for managing WooCommerce stores through AI assistants like Claude. Provides 101 tools covering products, orders, customers, coupons, shipping, taxes, webhooks, settings, reports, and more.Last updated791MIT
- FlicenseAqualityBmaintenanceAn MCP server that exposes marketplace seller operations (Shopee first) as tools Claude can call, enabling automation of product, pricing, inventory, customer service, and other seller tasks.Last updated32
Related MCP Connectors
Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.
Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, Cursor, and agents.
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/LiZhuBin/gumroad-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server