Home Getting Started I build with Lovable. How do I set up globalize.now?

I build with Lovable. How do I set up globalize.now?

Last updated on Jul 11, 2026

Yes, globalize.now works with Lovable. You install one skill, connect the globalize MCP, then ask Lovable to do the rest. Every push after that stays translated.

What you need first

  • A Lovable project connected to GitHub.
  • A globalize.now account. Free signup includes €5 of starting credit, no card.
  • Workspace owner or admin in Lovable, needed to add a skill once for the whole workspace.

Setup

1. Connect your Lovable project to GitHub. In the Lovable editor, open the + menu in the chat, then GitHub, then Connect project. Skip if it is already connected.

2. Add the lovable-i18n skill by uploading the zip. Download the skill:

https://globalize.now/lovable-i18n.zip

Then in Lovable open Skills, click Add, and upload the .zip. You do this once per workspace; it is free and does not use credits.

Lovable's "Import from GitHub" for skills is temporarily broken, so upload the zip instead. When Lovable fixes that bug, Import from GitHub will work again.

3. Add the globalize MCP. In Lovable open Connectors, then Custom MCP, and add:

https://api.globalize.now/mcp

Authenticate with an API key. Create or copy one from the MCP tab of your globalize.now dashboard. Lovable connectors use API-key auth, not browser sign-in.

4. Ask Lovable to run it. Paste into the Lovable chat:

Use the lovable-i18n skill and the globalize MCP to set up i18n and translate my app.

Lovable installs Lingui, scaffolds a PO catalog per locale, wraps your hardcoded strings, and adds a language switcher. The MCP connects your repo and translates. Review the diff and merge.

5. Keep building. Every push opens a translation PR with updated catalogs. Merge it and your app ships translated. There is no separate dashboard step and nothing to do between releases.

Building in Cursor or Claude Code instead?

Same skills, different install. In the connected repo, run:

npx skills add globalize-now/globalize-skills --all

Then add the same MCP and ask your agent to set up i18n and translate.

Troubleshooting

  • No Skills page in Lovable? You need workspace owner or admin access. Ask your workspace owner to add the skill once; it then applies to every project.
  • Import from GitHub fails? That is the known Lovable bug. Upload the zip above instead.
  • Where is the MCP API key? In your globalize.now dashboard, MCP tab. Generate it there; it is shown once.