Skip to content
Cursor

LemonSqueezy MCP Server for Cursor

io.github.yawlabs/lemonsqueezy-mcp

LemonSqueezy MCP server for managing your store from AI assistants

client:Cursor transport:stdio runtime:npm

Install LemonSqueezy MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

LemonSqueezy MCP Server in other clients