MCP.so
Sign In
Servers

Gumroad MCP Server

@rmarescu

A Model Context Protocol (MCP) server implementation for Gumroad API

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "gumroad-mcp": {
      "command": "npx",
      "args": [
        "gumroad-mcp@latest",
        "init"
      ]
    }
  }
}

More from Other