Language:JapaneseEnglish

lovable Claude Code Plugin

Author
Lovable
Category
Development
Topics
Web & App Development · Cloud, Deployment & CI/CD · Claude Code Customization & Workflow
First cataloged
2026-07-09 (UTC)
Explanation last updated
2026-07-16 (UTC)
Source (GitHub) last updated
2026-07-13 (UTC) (45 days ago)

The explanation below is AI-generated. Please verify it against the sources.

This plugin lets Claude Code create, modify, deploy, and manage projects on the Lovable platform by bundling Lovable's official remote MCP server together with a set of purpose-built commands. It authenticates to Lovable using OAuth 2.1 rather than a static API key. Beyond raw MCP tool access, it adds guided commands for typical build-iterate-deploy cycles and for working with a project's database. It also includes prompts that warn the user before actions that consume paid build credits or make a project publicly visible. The underlying server communicates with Lovable over the Streamable HTTP transport.

About the service

Lovable is a hosted AI application-building service where users describe an app or website in natural language and the platform generates, previews, and can publish a working project. It supports iterative refinement through conversation, offers starter templates, and can connect to external services such as Linear, Notion, or Slack. Projects can also be given their own managed Postgres database directly within the platform.

What you can do with lovable

  • List, create, remix, inspect, and change the visibility of Lovable projects and workspaces
  • Send natural-language instructions to a project's AI agent and read back its responses
  • Inspect code changes through diffs, file trees, file contents, and edit history
  • Read and update the AI instructions/knowledge attached to a project or workspace
  • Enable a project's Postgres database, check its status, run SQL queries, and fetch connection details
  • List, add, or remove connectors and external MCP integrations for a project
  • Browse available templates and library projects to start new work
  • Pull historical and real-time traffic analytics for a project
  • Generate upload URLs for attaching images to a project
  • Deploy a project to a public URL, with a safety prompt since this makes the project publicly visible
  • Receive warnings before actions that consume Lovable build credits, such as creating a project or messaging its agent

Sources

Back to list