Lovable

Build, iterate on, deploy, and manage Lovable apps from Claude Code. Bundles the official Lovable MCP server (remote,...

Play video

Build, iterate on, deploy, and manage full-stack Lovable apps without leaving Claude Code. This plugin bundles the official Lovable MCP server (remote, OAuth 2.1 — no API keys to configure) and adds focused commands for the most common workflows: creating new apps, sending change requests, managing Cloud Postgres databases, and publishing to live URLs.

The plugin connects to Lovable's AI-powered app builder through three streamlined commands. /lovable:build creates a new project from a description, monitors the build, and optionally deploys it to a public URL. /lovable:iterate sends change requests to an existing project, shows unified diffs for review, and lets you continue refining or publish. /lovable:db manages your project's Cloud Postgres database — check status, provision new databases, run SQL queries, and retrieve connection info.

Safety prompts are built in: you'll be asked to confirm before spending build credits, before publishing to a public URL, and before executing any write or schema-altering SQL. Beyond the three main commands, the plugin gives access to the full Lovable MCP toolset including project inspection, edit history, analytics, file uploads, and external integrations with Linear, Notion, and Slack.

How to use: Run /lovable:build to create a new app (e.g., "build me a project tracker with a Kanban board"). Use /lovable:iterate to request changes to an existing project (e.g., "add dark mode to my project"). Use /lovable:db to manage your project's database (e.g., "show me all users in my app's database"). You can also ask naturally — "deploy my Lovable project" or "check the database status for my app" — and the plugin's tools will handle it.