LemonSqueezy MCP Server

LemonSqueezy MCP server for managing your store from AI assistants. Its 40 documented tools cover subscription, order, customer, invoice. It runs locally over stdio via the published package.

People who work with subscription, order and customer and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-15 · ★ 4 · #8 OF 52 MAINTAINED E-COMMERCE · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install LemonSqueezy MCP Server

before you install - you'll need

Set LEMONSQUEEZY_API_KEY before connecting.

Claude Code

claude mcp add yawlabs-lemonsqueezy-mcp -- npx -y @yawlabs/lemonsqueezy-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "yawlabs-lemonsqueezy-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@yawlabs/lemonsqueezy-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @yawlabs/lemonsqueezy-mcp - published under the repo owner's npm scope (@yawlabs)

registry namespace io.github.YawLabs is GitHub-verified and matches the repo owner

03 · What LemonSqueezy MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can get the authenticated user, get a store by ID, list all stores, and get a customer by ID.

Capability map

Tools grouped from the project's README - what LemonSqueezy MCP Server lets an agent do.

Subscription

9 tools - e.g. Get a subscription by ID; Update (plan switch, pause, billing anchor, trial); Cancel a subscription

ls_get_subscription · ls_update_subscription · ls_cancel_subscription · ls_get_subscription_invoice · ls_list_subscription_invoices · ls_get_subscription_item…

Order

5 tools - e.g. Get an order by ID; Generate a PDF invoice; Issue a refund

ls_get_order · ls_generate_order_invoice · ls_refund_order · ls_get_order_item · ls_list_order_items

Customer

4 tools - e.g. Get a customer by ID; Create a customer; Update a customer

ls_get_customer · ls_create_customer · ls_update_customer · ls_archive_customer

Usage

3 tools - e.g. Get a usage record by ID; List usage records (filter by subscription item); Report metered usage (increment or set)

ls_get_usage_record · ls_list_usage_records · ls_create_usage_record

Discount

2 tools - e.g. Get a discount by ID; Create a discount code

ls_get_discount · ls_create_discount

User

1 tool - e.g. Get the authenticated user

ls_get_user

Store

1 tool - e.g. Get a store by ID

ls_get_store

Stores

1 tool - e.g. List all stores

ls_list_stores

Latest releases

v0.14.2 · 2026-09-14

Security · The @modelcontextprotocol/sdk devDependency moves from ^1.29.0 to ^1.30.0, and npm audit is clean again (it reported 6 findings, 2 high). The SDK's transitive dependencies all move past their advisories…

v0.14.1 · 2026-09-14

Changed · npm and MCP Registry listing metadata: bugs URL, core keywords, and server.json title/repository/websiteUrl · release.sh writes a ## [x.y.z] changelog entry for every release and takes the GitHub release…

v0.14.0 · 2026-09-14

No runtime changes: nothing under src/ changed and no dependency moved. This release is release tooling and docs. This entry was backfilled -- [Unreleased] was empty when 0.14.0 was cut, so its GitHub release notes…

04 · Who maintains LemonSqueezy MCP Server

LemonSqueezy MCP Server is maintained by yawlabs. We track 12 MCP servers from yawlabs - 12 actively maintained, 77 combined GitHub stars, oldest repo from Apr 2026. Full record: all servers from yawlabs.

  1. ctxlint Lint AI agent context files (CLAUDE.md, AGENTS.md, etc.) against your actual codebase ★ 10
  2. PostgreSQL MCP Server PostgreSQL MCP server - query, schema introspection, explain, and health checks for AI assistants ★ 5
  3. Tailscale MCP Server Tailscale MCP server for managing your tailnet from AI assistants ★ 29
  4. AWS MCP Server AWS MCP server - call any AWS API from AI assistants, with first-class SSO re-login ★ 5
  5. Caddy MCP Server MCP server for managing Caddy web servers via the admin API ★ 11
  6. MCP Compliance CLI tool and MCP server that tests MCP servers for spec compliance ★ 2

05 · Facts

category
e-commerce - ranked #8 of 52 actively-maintained e-commerce servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-09-14)
registry
io.github.YawLabs/lemonsqueezy-mcp (active, first published 2026-05-15 · 26 versions)
packages
npm:@yawlabs/lemonsqueezy-mcp

06 · LemonSqueezy MCP Server FAQ

Is LemonSqueezy MCP Server still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-15 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

What can LemonSqueezy MCP Server do?

With this server connected, an agent can get the authenticated user, get a store by ID, list all stores, and get a customer by ID.

How do I install LemonSqueezy MCP Server?

Run `npx -y @yawlabs/lemonsqueezy-mcp`. The README documents one environment variable (LEMONSQUEEZY_API_KEY) to set first. Set LEMONSQUEEZY_API_KEY before connecting. You can also paste the ready-made client config above.

Does LemonSqueezy MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to LemonSqueezy MCP Server