Lemonsqueezy MCP — AI skill for Claude Code
LemonSqueezy MCP server for managing your store from AI assistants.
How to install Lemonsqueezy MCP
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open YawLabs/lemonsqueezy-mcp and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Lemonsqueezy MCP does
LemonSqueezy MCP server for managing your store from AI assistants.
Alternatives in AI
- Zen MCP Server — The power of Claude Code + Gemini / OpenAI / Grok / OpenRouter / Ollama / Custom Model working as one 11.3k ★
- AI Dev Tasks — A simple task management system for managing AI dev agents 7.8k ★
- Khazix Skills — DA collection of AI Skills for managing and evolving your skill library 1.5k ★
README
@yawlabs/lemonsqueezy-mcp
MCP server for the [LemonSqueezy](https://lemonsqueezy.com) API. Manage your store, products, customers, subscriptions, discounts, license keys, and more from any MCP-compatible AI assistant.
[](https://yaw.sh/mcp/install?name=LemonSqueezy&command=npx&args=-y%2C%40yawlabs%2Flemonsqueezy-mcp&description=LemonSqueezy%20store%20management%20-%20products%2C%20orders%2C%20subscriptions%2C%20license%20keys&source=https%3A%2F%2Fgithub.com%2FYawLabs%2Flemonsqueezy-mcp)
One click adds this to your local Yaw MCP config so it's available in every Yaw Terminal session. Or install manually below.
Quick start
npx -y @yawlabs/lemonsqueezy-mcp@latest
Or one-click install via Smithery:
npx -y @smithery/cli install @yawlabs/lemonsqueezy-mcp --client claude
Smithery prompts for your env vars (API key, optional guardrails) and writes the config into your client for you.
What it looks like
Once configured, you can ask your AI assistant store-management questions in plain English and it routes them through the MCP tools:
You: How much did we make from the "Pro Annual" plan last month?
Claude: [calls ls_list_subscriptions, ls_get_variant, ls_list_subscription_invoices]
Pro Annual brought in $14,280 across 84 active subscriptions in April.
Three of those were upgrades from monthly; none churned.
You: Refund order #LS-1234 in full.
Claude: [calls ls_get_order to fetch the total, then ls_refund_order with amount = total]
Refunded $99.00 against order LS-1234. The customer's card will see the
credit in 5-10 business days.
You: Disable license key abc-123 for the customer who reported abuse.
Claude: [calls ls_list_license_keys to find the ID, then ls_update_license_key with disabled: true]
License key disabled. Their existing activations will fail validation
on the next check.
Guardrails (refund cap, rate limit, s
Related Skills
Rocketprompt
RocketPrompt is a Chrome extension (Manifest V3) for managing custom prompts across multiple AI platforms. The
Local Faiss MCP
Local FAISS vector store as an MCP server – Agent Memory, drop-in local semantic search for Claude / Copilot /
Appstore Connect MCP
Apple Store Connect MCP Server for Claude AI - iOS-compatible OAuth with comprehensive App Store Connect API i
OpenContext
A personal context store for AI agents and assistants—reuse your existing coding agent CLI (Codex/Claude/OpenC
Linggen Memory
Local-first semantic memory for AI assistants — one store your preferences, decisions and gotchas follow you i
Human In The Loop MCP Server
A powerful MCP Server that enables AI assistants like Claude to interact with humans through intuitive GUI dia
Related Agents
Identity Server Specialist
Expert in Duende IdentityServer configuration, deployment, and troubleshooting. Specializes in client configur
Prosa Architect
Architecture specialist for prosa's importer/store/API boundaries, repository structure, and cross-package des
SQL Expert
Expert SQL engineer for querying databases, writing cross-dialect SQL, inspecting schemas, and managing data a