Server data from the Official MCP Registry
Lemon Squeezy SDK as MCP server. Give your AI assistant access to payment and subscription data.
Lemon Squeezy SDK as MCP server. Give your AI assistant access to payment and subscription data.
Valid MCP server (1 strong, 1 medium validity signals). 6 known CVEs in dependencies (0 critical, 4 high severity) Package registry verified. Imported from the Official MCP Registry.
4 files analyzed ยท 7 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Set these up before or after installing:
Environment variable: LEMONSQUEEZY_API_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"mcp-server": {
"args": [
"-y",
"lemonsqueezy-mcp-server"
],
"command": "npx"
}
}
}From the project's GitHub README.

Give your AI assistant direct access to your payment and subscription data.
This server acts as a bridge between your AI assistant (like VS Code, Claude Desktop, or any MCP-compatible client) and your Lemon Squeezy account. Instead of manually logging into dashboards, searching for orders, and copy-pasting details, you can simply ask your AI questions like:
Your AI will query the data securely and give you an instant answer, right in your code editor.
Who is this for? You are new to CLI tools or just want to get this running quickly with minimal fuss.
Before you start, make sure you have these two things installed on your computer:
Think of this as your password for the server.
ls_...). Keep this safe!Open your terminal (Command Prompt on Windows, Terminal on Mac) and run these commands one by one:
# 1. Download the project
git clone https://github.com/IntrepidServicesLLC/lemonsqueezy-mcp-server.git
cd lemonsqueezy-mcp-server
# 2. Install the necessary files
npm install
# 3. Build the server
npm run build
The exact steps depend on which AI editor you're using. Here are the most common:
One-copy-paste setup (Claude Desktop / Cursor / npx):
Add this to your MCP config file (e.g. claude_desktop_config.json or Cursor MCP settings). Replace YOUR_KEY_HERE with your Lemon Squeezy API key.
"mcpServers": {
"lemonsqueezy": {
"command": "npx",
"args": ["-y", "lemonsqueezy-mcp-server"],
"env": {
"LEMONSQUEEZY_API_KEY": "YOUR_KEY_HERE"
}
}
}
(Requires the package to be published on npm. For local development, use the path-based config below.)
For VS Code (local path):
node["/absolute/path/to/lemonsqueezy-mcp-server/dist/index.js"]{"LEMONSQUEEZY_API_KEY": "your_api_key_here"}For Claude Desktop (local path):
~/Library/Application Support/Claude/claude_desktop_config.json (Mac) or %APPDATA%\Claude\claude_desktop_config.json (Windows)node, args with full path to dist/index.js)For Other MCP Clients:
Refer to your client's documentation for adding MCP servers. The server runs via node /path/to/dist/index.js with the LEMONSQUEEZY_API_KEY environment variable set.
After configuring, restart your AI editor and try asking: "Show me my last 5 orders."
Who is this for? You are comfortable with config files, environment variables, and want to customize how the server works.
This server is designed to work out of the box with just one required setting: your LEMONSQUEEZY_API_KEY. Everything else is optional and has pre-configured defaults that work for 90% of users.
You can configure the server using Environment Variables in your MCP settings or a .env file.
| Variable | Description | Default |
|---|---|---|
LEMONSQUEEZY_API_KEY | Required. Your live API key. | - |
LEMONSQUEEZY_TEST_API_KEY | Optional. Use for testing without affecting real data. | - |
ENABLE_RESOURCES | Set to true to let the AI see "active context" like failed payments automatically. | false |
POLL_FAILED_PAYMENTS | Set to true to check for failed payments every few minutes. | false |
1. Using Test Mode
If you want to develop without touching real money, generate a "Test API Key" in Lemon Squeezy and use LEMONSQUEEZY_TEST_API_KEY. The server will automatically prioritize the live key if both are present, so remove the live key to force test mode.
2. Enabling Salesforce Integration (Bonus) Want to sync customers to your CRM? Add these variables:
SALESFORCE_USERNAMESALESFORCE_PASSWORDSALESFORCE_TOKEN (Security Token)The tools for Salesforce (like sync_customer_to_crm) will automatically appear in your AI's toolkit.
npm run build after installing.Who is this for? Developers, Architects, and DevOps engineers looking for deep technical details, architecture diagrams, security compliance, and deployment strategies.
Containers: This repo has both a Containerfile and a Dockerfile with the same build. The Dockerfile exists so registries (e.g. Smithery) and CI that look for the filename Dockerfile can discover and build the image. You can build with Podman or Docker; see CONTAINERS.md for why both exist and how to build.
For a comprehensive breakdown of the system architecture, code modules, security protocols, and enterprise deployment guides, please refer to the:
๐ Technical Solution Design Document (TSD)
The TSD covers:
Be the first to review this server!
by Modelcontextprotocol ยท Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno ยท Developer Tools
Toleno Network MCP Server โ Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace ยท Developer Tools
Create, build, and publish Python MCP servers to PyPI โ conversationally.
by Microsoft ยท Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace ยท Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm โ conversationally
by mcp-marketplace ยท Finance
Free stock data and market news for any MCP-compatible AI assistant.