lemonsqueezy mcp server for Cursor
io.github.intrepidservicesllc/lemonsqueezy-mcp-server
Lemon Squeezy SDK as MCP server. Give your AI assistant access to payment and subscription data.
client:Cursor
transport:stdio
runtime:npm
Install lemonsqueezy mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"lemonsqueezy-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"lemonsqueezy-mcp-server"
],
"env": {
"LEMONSQUEEZY_API_KEY": "<LEMONSQUEEZY_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs