Loading MCP server directory, please wait...
Lemon Squeezy SDK as MCP server. Give your AI assistant access to payment and subscription data.
npx @getmcp/cli add io.github.IntrepidServicesLLC/lemonsqueezy-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
LEMONSQUEEZY_API_KEYYour Lemon Squeezy API key (required). Get it from Settings → API in the Lemon Squeezy dashboard.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.IntrepidServicesLLC/lemonsqueezy-mcp-server": {
"command": "npx",
"args": [
"-y",
"lemonsqueezy-mcp-server"
],
"env": {
"LEMONSQUEEZY_API_KEY": ""
}
}
}
}