Back to directory
atharvagupta2003/mcp-lemonsqueezy

atharvagupta2003/mcp-lemonsqueezy

@atharvagupta2003

A Model Context Protocol (MCP) server implementation that integrates with Lemon Squeezy for handling subscriptions, checkouts, products, and more.

lemonsqueezypaymentssubscriptionscheckoutswebhooksaudit-loggingmcppythonfinance

Installation & Configuration

{
  "mcpServers": {
    "lemonsqueezy": {
      "command": "uv",
      "args": [
        "--directory",
        "/ABSOLUTE/PATH/TO/PARENT/FOLDER/src/mcp_lemonsqueezy",
        "run",
        "--with",
        "fastmcp",
        "server.py"
      ],
      "env": {
        "LEMONSQUEEZY_API_KEY": "<YOUR-API-KEY>"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/15
Updated
2026/6/17