Skip to content
VS Code

LemonSqueezy MCP Server for VS Code

io.github.yawlabs/lemonsqueezy-mcp

LemonSqueezy MCP server for managing your store from AI assistants

client:VS Code transport:stdio runtime:npm

Install LemonSqueezy MCP Server in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

LemonSqueezy MCP Server in other clients