Lovable MCP Server

The official Model Context Protocol server for Lovable, an AI-powered full-stack app builder. It is available as a remote MCP endpoint.

Teams that want a hosted security endpoint instead of running a local process.

VERIFIED ACTIVE

LAST COMMIT 2026-07-13 · ★ 3 · #170 OF 182 MAINTAINED SECURITY · VERIFIED 2026-08-25

Apache-2.0 · how we verify → /methodology

01 · Install Lovable

Claude Code

claude mcp add lovablelabs-mcp --transport http https://mcp.lovable.dev

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "lovablelabs-mcp": {
      "url": "https://mcp.lovable.dev"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://mcp.lovable.dev

transport: streamable-http

endpoint alive - authentication required · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to mcp.lovable.dev

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

license Apache-2.0 - declared in the repository

registry vendor namespace dev.lovable - domain-verified with the official MCP registry

03 · Who maintains Lovable

Lovable is maintained by lovablelabs. It's the only MCP server we track from this author; the repo dates to May 2026.

04 · Facts

category
security - ranked #170 of 182 actively-maintained security servers as of 2026-08-25.
registry
dev.lovable/mcp (active, first published 2026-05-28 · 4 versions)

05 · Lovable FAQ

What is Lovable?

The official Model Context Protocol server for Lovable, an AI-powered full-stack app builder. It is available as a remote MCP endpoint.

Is Lovable still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-13. We re-verify nightly.

How do I install Lovable?

Run `claude mcp add lovablelabs-mcp --transport http https://mcp.lovable.dev`. You can also paste the ready-made client config above.

Does Lovable require authentication?

Yes - when we probed the endpoint on 2026-08-25, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

06 · Alternatives to Lovable