Want a free personalized recommendation for your software stack?Get yours
That Marketing Buddy
Home/MCP/Leadpages
Leadpages

Leadpages MCP Server

Yes. Leadpages has an official MCP server, hosted at leadpages.com/developers/mcp.

OFFICIAL MCP✓ alivePublic APIOpenAPI specAuth: bothLLMs: ChatGPT, Claude, Gemini, Perplexity
MCP status verified 2026-06-07Agent-readiness 9/10
Data from Buddy's database, auto-rechecked weekly

What is the Leadpages MCP server?

Leadpages ships a generally-available MCP server at https://mcp.leadpages.com/mcp, and it changes what I can ask an AI agent to do with my landing pages. Instead of clicking through the builder, I point Claude at the server and say 'build a webinar registration page from this brief, publish it to my events site.' The agent does it. 47 tools span Pages, Sites, Assets, Blogs, a Brand Kit, and a few utility calls, so the agent can touch nearly every part of the account.

What I like here is the spread. Most marketing tools that bolt on MCP expose a thin slice (read-only analytics, maybe a draft endpoint). Leadpages went the other way: agents can build, publish, edit, and manage pages, full sites, blog posts, and brand kits. That is real write access to the thing that actually makes me money, not a sandbox.

It is included on every plan, Grow through Scale, with no API-key juggling. For a solo marketer or a small team running an AI-native workflow, that removes the usual 'which tier unlocks the integration' tax before I even start.

For the rest of the picture see the Leadpages review, full pricing breakdown, .

Inside Claude / Cursor / Codex

What you can build with the Leadpages MCP

Illustrative workflow examples. Exact tool names, parameters, and outputs come from Leadpages's MCP server schema — check the docs for the live surface.

leadpages-mcplive
>Which landing pages have the lowest conversion rate?
leadpages.list_pages({ sort: "cvr_asc" })
LOWEST CVR · BOTTOM 3
/free-trial-20240.8% CVR
/webinar-replay1.2% CVR
/case-study-acme1.9% CVR
Suggest 3 hypotheses for /free-trial-2024?
leadpages-mcplive
>Clone my best-converting page with a new headline
leadpages.clone_page({ from: "best-page" })
PAGE CLONED · 4.7% CVR (parent)
New page IDp_8f2a
Headline variantagent-suggested
Ready for A/B testyes
leadpages-mcplive
>Show me my top 5 funnels by lifetime revenue
leadpages.funnels({ sort: "ltv_desc", limit: 5 })
TOP FUNNELS · BY LTV
Webinar → trial → paid$184k LTV
Free guide → upsell$92k LTV
Quiz funnel → tripwire$48k LTV
TMB SCORE FOR LeadpagesMCP: OfficialAgent fit: 9/10
Read review →

What Leadpages exposes

I get programmatic access to Leadpages through an official MCP server, a REST API, and native integrations with ChatGPT, Claude, Gemini, and Perplexity. My API covers landing pages, leads, forms, analytics, and account data, with OpenAPI spec published at leadpages.com/openapi.json. Authentication supports both OAuth and API keys, so I can pick session-based flows for user-facing apps or static keys for backend jobs. The MCP server at leadpages.com/developers/mcp lets my LLM agents query and manage pages directly without custom glue code. Zapier and Make connectors are available for no-code workflows across thousands of downstream apps. Webhook availability is not documented in my data, so I would confirm event delivery options against the developer docs before relying on push notifications.

Access, auth, and limits

Auth is OAuth 2.0 with PKCE, handled through a browser sign-in. There are no API keys to generate, paste, or rotate, which is the part I appreciate most: nothing sensitive sits in a plaintext client config waiting to leak. I authorize once in the browser, the client holds the token, and the agent is connected.

The endpoint is https://mcp.leadpages.com/mcp over HTTP, with an SSE transport offered specifically for n8n. The server exposes 47 tools grouped into Pages (9), Sites (3), Assets (8), Blogs (19), Brand Kit (5), and Utility (3), so an agent can reach almost every surface of the account in one connection.

Best part for budgeting: the MCP server is included on all three plans, Grow, Optimize, and Scale. No add-on, no separate API tier, no 'available on Enterprise' wall. If you have a Leadpages login, you have the MCP server.

Where it works and what to build

Supported clients cover the ones I actually use: Claude.ai, Claude Desktop, Claude Code, Cursor, ChatGPT (on a paid plan), and n8n, plus any MCP-compatible client. The breadth matters because I am not locked into one assistant; I wire the server once and reach it from whichever tool I am in that day.

Workflows worth running: tell Claude to spin up a landing page from a one-line brief and publish it, and it drafts the copy, assembles the page, and pushes it live without me touching the builder. Hand the agent a batch of blog topics and let it draft and publish posts directly to a Leadpages-hosted blog (19 of the 47 tools are blog-focused, so this is well covered). Or use the Brand Kit tools to enforce fonts, colors, and logos across a new microsite so everything stays on-brand without manual checking.

For recurring automation, the SSE transport into n8n lets me trigger page builds or content updates on a schedule or off an external event, then hand the heavier creative work to an LLM client when I want a human-in-the-loop pass before publish.

Which AI clients can use Leadpages MCP?

Not every AI assistant supports MCP natively. Per-client picture for Leadpages:

ClientSupportNotes
Claude (Desktop/Web)Native MCPConnect via the Leadpages MCP URL; OAuth 2.0 PKCE browser sign-in, no API key.
Claude CodeNative MCPAdd the https://mcp.leadpages.com/mcp endpoint; same OAuth browser sign-in.
ChatGPTNative MCPSupported on a paid ChatGPT plan via custom connectors.
CursorNative MCPAdd the MCP server in Cursor settings; OAuth browser sign-in.
n8nNative MCPUse the dedicated SSE transport for n8n automation flows.

How to connect Leadpages MCP to Claude Desktop

Add this block to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows), then restart Claude Desktop. Cursor and Codex use a similar schema.

{
  "mcpServers": {
    "leadpages": {
      "command": "npx",
      "args": ["mcp-remote", "<YOUR_MCP_URL>"]
    }
  }
}
// HTTP-transport MCP. Get your <YOUR_MCP_URL> from the vendor dashboard.
// Server source: https://leadpages.com/developers/mcp
// Claude Code (one-liner): claude mcp add leadpages <YOUR_MCP_URL> --transport http

Some MCP servers require an API key. Check the source page for setup: leadpages.com/developers/mcp.

Does Leadpages MCP cost extra?

Included with subscription

Leadpages ships an official MCP server that uses your existing subscription credentials.

  • No separate MCP licence to buy. You pay for your Leadpages plan, the MCP server queries that account.
  • Whether it's gated to a specific tier wasn't extracted automatically — verify the access requirements on the MCP page or pricing docs.

Leadpages subscription pricing

PlanMonthlyAnnual / mo
HTML Pub - Starter$10$8
HTML Pub - Pro$29$23.2
HTML Pub - Business$49$39.2
Leadpages - Grow$99$39.2
Leadpages - Optimize$199$159.2
Leadpages - Scale$399$319.2

Source: leadpages.com/pricing. Verified 2026-06-07.

Leadpages also publishes a REST API

Leadpages publishes an API, but per-tier gating wasn't extracted automatically.

Auth method
both
SDK languages
OpenAPI spec
Webhooks
Structured outputs
See Leadpages API page

What you can do with Leadpages from an AI agent

Three shapes of agent workflow. Pick the row that matches how you actually use Claude / Cursor / Codex day to day.

INDIE / SOLO

Skip the dashboard, ask Claude

  • "What changed this week?" answered in seconds
  • Quick one-off questions without leaving the editor
  • Pipe Leadpages data into your personal notes / docs without writing a script
Effort: 30 seconds — paste the config, restart Claude
AGENCY

Run client analysis at agent speed

  • Hand the MCP server to your team — every consultant can ask Claude about any client's Leadpages account
  • Multi-account workflows without context-switching the Leadpages UI
  • Reports you'd normally spend hours on, done before standup
Effort: An afternoon — set up auth per client
IN-HOUSE TEAM

Production agent workflows

  • Embed in your internal Codex / Cursor agents that triage Leadpages data daily
  • Combine with other MCP servers in a multi-step agent chain
  • Constrain agents to read-only roles to keep production Leadpages safe
Effort: Days — security review + role config

Limits and gotchas

  • Official MCP server — published by Leadpages themselves, so it should track product changes.
  • Fallback: the REST API works for any flow the MCP server doesn't cover.
  • Auth flow: MCP servers usually inherit the underlying API auth method (both). Expect to configure that on first install.
  • OpenAPI spec is published — easy to validate which endpoints the MCP server actually exposes vs the full API surface.
  • Rate limits: MCP calls count against your underlying Leadpages API quota. Burst usage from a curious agent can drain a daily allowance fast.
9/10

Agent-readiness verdict

Score: 9/10 on MCP-readiness. Leadpages is one of the few landing-page builders with a generally-available MCP server that grants agents real write access: build, publish, edit, and manage pages, sites, blogs, and brand kits across 47 tools. Auth is OAuth 2.0 with PKCE and a browser sign-in, so there are no API keys to leak into a client config. It works across Claude.ai, Claude Code, Claude Desktop, Cursor, ChatGPT (on a paid plan), n8n, and any MCP-compatible client, and it ships on every plan rather than gating behind an enterprise tier. I am holding back the last point only because the toolset is young and the breadth of write access means I would test agent output carefully before letting it publish to a live, high-traffic page.

Strong agent-fit for Claude workflows. Leadpages has an official MCP server and documented public API with OpenAPI spec, enabling direct integration with Claude and ChatGPT. Missing webhooks and structured outputs limits real-time automation and data parsing capabilities.

MCP server availableOfficial MCP (on tool's own domain)Public API with docsOpenAPI/Swagger spec publishedNative Claude integrationNative ChatGPT integration

Scored 2026-06-07 by Joonas (TMB).

Leadpages MCP & API FAQ

Is the Leadpages MCP server official?+
Yes — published on Leadpages's own domain at https://leadpages.com/developers/mcp.
Can I use the Leadpages MCP with Cursor or Codex?+
Yes — MCP is a protocol, not Claude-specific. Any MCP-capable client (Cursor, Codex, Windsurf, Zed) can use the same server config with minor path adjustments.
Does Leadpages have a public API?+
Yes — public REST API at leadpages.com/developers/docs, auth via both.
Does Leadpages publish an OpenAPI / Swagger spec?+
Yes — leadpages.com/openapi.json. Auto-generate typed clients from it.
Which LLMs does Leadpages integrate with directly?+
ChatGPT, Claude, Gemini, Perplexity. Direct integrations skip the need for custom API wrappers.

Sources

Data verified by Joonas on the dates shown. MCP server status auto-rechecked weekly.

Joonas Rotko
Joonas RotkoAuthor & Founder of That Marketing Buddy

10+ years in digital marketing. I review marketing software for AI-stack fit: real pricing, MCP and API support, and how cleanly each tool drops into an AI agent workflow, cross-checked against verified data and real user feedback.

Leadpages

Try Leadpages
WEEKLY NEWSLETTER

The marketing tools worth your money, scored for AI agent readiness

Every week I score the tools for MCP, API, and agent-readiness, then email you the ones that actually deliver, what plugs into Claude and Cursor, the pricing changes, and what to skip. No fluff, no daily spam.

Join for free. One email a week, unsubscribe anytime.