A Cursor plugin marketplace for Lovable. It currently ships one plugin, lovable, which connects Cursor to the Lovable MCP server and teaches the agent how to use it.
- lovable — Create Lovable projects, edit them through the Lovable agent, manage Lovable Cloud databases, and deploy, all from Cursor.
- Add this marketplace in Cursor.
- Enable the Lovable plugin.
- The first Lovable tool call opens a browser to sign in to your Lovable account.
See plugins/lovable/README.md for commands, skills, and the raw MCP config.
.cursor-plugin/marketplace.json marketplace index
plugins/lovable/ the plugin
scripts/validate-template.mjs structure check
After changing the plugin, validate the structure:
node scripts/validate-template.mjsTo add another plugin, create plugins/<name>/.cursor-plugin/plugin.json and add an entry to .cursor-plugin/marketplace.json.
- Lovable MCP docs: https://docs.lovable.dev/integrations/lovable-mcp-server
- Lovable MCP source: https://github.com/lovablelabs/mcp