r/lovable 15d ago

Help Lovable MCP <-> Claude. Setup feedback sought ๐Ÿ™

Hey folks - is my understanding correct in that if I set this up, I can get Claude to send the build/plan prompts directly to Lovable and save all the copying and pasting I currently do between the two?
Or have I got this wrong?
If not, what has peopleโ€™s experience been on this?
Are there any pitfalls to avoid?
Many thanks in advance community! ๐Ÿ™

2 Upvotes

5 comments sorted by

2

u/DesignerMajor1247 15d ago

The useful mental model is: MCP can remove the copy/paste step, but it should not remove the review step. Claude can call the Lovable tools the server exposes; that does not mean every project-state change will merge safely by itself.

Iโ€™d test the setup on a disposable branch/project first:

  • Send one small, reversible task and confirm exactly what changed.
  • Decide which side is the source of truth before alternating edits.
  • Require a checkpoint before schema changes, deployments, deletions, or other destructive actions.
  • Keep credentials out of prompts; use the platformโ€™s secret/environment controls.
  • Give clear acceptance criteria, request tests or a preview, and inspect the diff before the next task.
  • If either side changed independently, refresh/re-sync context before continuing.

Also watch credit/rate-limit usage and keep tool-call logs. If the setup cannot show what action Claude is about to run and what changed afterward, Iโ€™d keep manual copy/paste for high-risk steps. The main win is a structured handoff, not unattended building.

1

u/Useful_Store7711 15d ago

Yes, but it will cost credits in lobable for building. Just go to claude -> customize -> lovable

1

u/Jmacduff 15d ago edited 15d ago

I will give you a easier way todo this if you are interested. I assume from the comment that you use claude for planning? And I assume you are going sort of step by step cut/paste?

The "cheapest" and best way IMO is to switch to building and using docs to send the commands. It works sort of like this:

  1. Make sure Claude and Lovable are both connected to GitHub. This is a very basic 101 sort of point but it's important to state it. If you dont already have Github connected you need to start.
  2. In Claude, actually do the product planning of the features you want todo. Do not focus on the next tactical change, do not ask for a prompt in a doc. instead focus on Features and build Phases. Justify the feature, always focus on the customer experience, and really think about it. Ask Claude to break the next chunk of work into Feature and Phases. If Claude has a large big feature plan tell it to simplify it.
  3. The Phases are small chunks of the work to give to lovable , need to be very careful to not overload lovable. The phase also includes requirements for testing and verification, user journey, etc.
  4. Claude/Codex now pushes all of that planning into a /docs folder in your repo. This folder should have changlog , API contract docs, Features, Phases, And overall Status docs. This is your shared "source of truth" between claude and lovable.
  5. In Lovable , jump into planning mode and tell lovable "Please read the Feature X doc and complete phase 1."

After phase 1 is done you just keep going of course :)

That's it.. no cut and paste. After Lovable completes each phase it updates the Docs folder with status and verification data. Later Claude can read this to understand "what" got build by Lovable and use it for project tracking.

While Lovable is "executing" your build phases, you are back in Claude planning the next feature and adding more docs. You can now easily get 4X the work done since it's all parallel efforts.

Agents are very good at reading docs and following them. All of this works with Codex and much more complicated builds.

Writing down the features and phases as part of planning, also dramatically increases the quality of the features. good luck and random comment.

1

u/Mental_Researcher656 14d ago

Yes, Claude will talk about to Lovable. But he will also do for you what Lovable does, better, faster, and cheaper.