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.
Latest Blog Posts
- 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