MCP Catalogs
Home

time vs gumroad-mcp

Side-by-side comparison to help you pick between these two MCP servers.

time
by modelcontextprotocol
gumroad-mcp
by rmarescu
Stars★ 85,748★ 22
30d uses
Score7737
Official
Categories
ProductivityDeveloper ToolsCommunication
E-commerceProductivityDeveloper Tools
LanguageTypeScriptTypeScript
Last committhis month13 mo ago

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

gumroad-mcp · Summary

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

time · Use cases

  • Assisting with international meeting scheduling across time zones
  • Providing real-time time information for location-based queries
  • Enabling time conversion for travel planning and itineraries

gumroad-mcp · Use cases

  • Digital creators can query monthly sales trends and compare performance across time periods
  • Automate product management tasks like enabling/disabling products through AI commands
  • Manage offer codes by creating, updating, or deleting promotional codes for products

time · Install

Installation Options

**Using uv (recommended):**

uvx mcp-server-time

**Using PIP:**

pip install mcp-server-time
python -m mcp_server_time

**Configure for Claude Desktop:**

{
  "mcpServers": {
    "time": {
      "command": "uvx",
      "args": ["mcp-server-time"]
    }
  }
}

gumroad-mcp · Install

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.

Comparison generated from public README + GitHub signals. Last updated automatically.