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

Clickfunnels MCP Server

Yes. Clickfunnels has an official MCP server, hosted at mcp.myclickfunnels.com/sse.

OFFICIAL MCP✓ alivePublic APISDKs: node
MCP status verified 2026-06-08Agent-readiness 6/10
Data from Buddy's database, auto-rechecked weekly

What is the Clickfunnels MCP server?

ClickFunnels ships an official MCP server, and right now it's in beta (the vendor calls it a Technical Preview: core features work, some capabilities are still being perfected). Beta usually means thin, but this one isn't. It exposes 80+ tools spread across Contacts (10), Opportunities and Sales Pipelines (13), Courses (10), Orders and Transactions (15), and Products (20), plus Webhooks, Forms, Images, and Workspace and Teams management. That is most of the platform's data model handed to an AI assistant.

The point of all this is letting an AI assistant read, create, and manage your ClickFunnels workspace data in plain language. Instead of clicking through the dashboard or wiring up the API yourself, you ask Claude to pull this week's orders, spin up a product, or surface contacts stuck in a pipeline stage, and it routes the call through the MCP server. For a funnel-builder where the daily work is product, order, and pipeline housekeeping, that maps cleanly onto what people actually do in the tool.

I'd treat it as promising rather than finished. The breadth is real and the tool count is meaty, but it's beta, it talks to one client today (Claude Desktop on paid Claude plans), and the docs leave a couple of operational details (like the exact auth method) unstated. Good enough to prototype agent workflows against now, with the caveat that beta endpoints can shift.

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

Inside Claude / Cursor / Codex

What you can build with the Clickfunnels MCP

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

clickfunnels-mcplive
>Pull my latest Clickfunnels data into Claude
clickfunnels.get_latest()
LATEST ACTIVITY · 5
Most recent entry2 minutes ago
Records this week147
Active integrations4 connected
Storage used12.4% of plan
API calls today1,832
Drill into any of these?
clickfunnels-mcplive
>Compare this month vs last month
clickfunnels.compare_periods({ period: "MoM" })
KEY METRICS · MoM
Total volume+18.4%
Active users+9.2%
Engagement rate−2.1%
Conversion rate+4.6%
Breakdown of the engagement dip?
clickfunnels-mcplive
>What changed in the last 7 days that I should know about?
clickfunnels.recent_changes({ period: "7d" })
NOTABLE CHANGES · 3
New integration enabled2d ago
Plan limit reached92%
Top performer shifttoday
TMB SCORE FOR ClickfunnelsMCP: OfficialAgent fit: 6/10
Read review →

What Clickfunnels exposes

I get programmatic access to ClickFunnels through three channels: an official MCP server at clickfunnels.com/mcp, a REST API documented at clickfunnels.com/developers, and native Zapier and Make connectors. The API covers the platform's core objects (funnels, contacts, orders, products, courses, and customers) with a Node SDK available for server-side work. The MCP server lets me wire ClickFunnels directly into Claude, Cursor, or any MCP-compatible client without writing glue code. Zapier and Make handle the no-code automation layer across thousands of downstream apps. Authentication details and webhook availability aren't published in the data I have, so confirm those in the developer docs before building. No direct ChatGPT or Claude plugin integrations are listed beyond MCP.

Access, auth, and limits

The ClickFunnels MCP server is a beta release (a Technical Preview, in their words: core features functional, some capabilities still being perfected). It connects over Server-Sent Events at https://mcp.myclickfunnels.com/sse. What you get for that connection is wide: 80+ tools covering Contacts (10), Opportunities and Sales Pipelines (13), Courses (10), Orders and Transactions (15), and Products (20), plus Webhooks, Forms, Images, and Workspace and Teams management.

One gap to flag honestly: the ClickFunnels docs do not publicly spell out the authentication method for the MCP server yet. I'm not going to guess at a flow that isn't documented, so confirm the exact auth setup in their MCP documentation before you wire it into a production client. Beta status means that detail (and others) can shift, so check the current docs at connection time rather than trusting a snapshot.

Where it works and what to build

Today the supported client is Claude Desktop, and you need a paid Claude plan to use it: Pro, Max, Team, or Enterprise. That's the whole compatibility story for now, so if your AI stack runs on something other than Claude Desktop, this MCP server isn't a fit yet. For a Claude user, setup is the usual MCP connector flow pointed at the SSE endpoint.

Once it's connected, the workflows that make sense track the daily reality of running a funnel business. Ask Claude to pull this week's recent orders, spot the customers who bought a front-end offer, and create a follow-up product to upsell them. Or have it scan your sales pipelines, list the opportunities stuck in one stage too long, and draft outreach. Or point it at a course and ask it to check enrollment and recent activity. Because the server reaches contacts, orders, products, courses, and pipelines, you can chain a read across several of those in one prompt instead of clicking through five dashboard screens. Beta caveat still applies: treat these as prototypes, not load-bearing automations, until it leaves preview.

Which AI clients can use Clickfunnels MCP?

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

ClientSupportNotes
Claude (Desktop/Web)Native MCPThe only supported MCP client today. Requires a paid Claude plan (Pro, Max, Team, or Enterprise). Connects over SSE at https://mcp.myclickfunnels.com/sse.
Claude CodeNot supportedNot listed as a supported client for the ClickFunnels MCP beta yet.
ChatGPTNot supportedNot listed as a supported client for the ClickFunnels MCP beta yet.
CursorNot supportedNot listed as a supported client for the ClickFunnels MCP beta yet.
GeminiNot supportedNot listed as a supported client for the ClickFunnels MCP beta yet.

How to connect Clickfunnels 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": {
    "clickfunnels": {
      "command": "npx",
      "args": ["mcp-remote", "<YOUR_MCP_URL>"]
    }
  }
}
// HTTP-transport MCP. Get your <YOUR_MCP_URL> from the vendor dashboard.
// Server source: https://mcp.myclickfunnels.com/sse
// Claude Code (one-liner): claude mcp add clickfunnels <YOUR_MCP_URL> --transport http

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

Does Clickfunnels MCP cost extra?

Included with subscription

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

  • No separate MCP licence to buy. You pay for your Clickfunnels 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.

Clickfunnels subscription pricing

PlanMonthlyAnnual / mo
Launch$97$81
Scale$197$164
Optimize$297$248
Dominate$500

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

Clickfunnels also publishes a REST API

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

Auth method
SDK languages
node
OpenAPI spec
Webhooks
Structured outputs
See Clickfunnels API page

What you can do with Clickfunnels 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 Clickfunnels 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 Clickfunnels account
  • Multi-account workflows without context-switching the Clickfunnels 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 Clickfunnels data daily
  • Combine with other MCP servers in a multi-step agent chain
  • Constrain agents to read-only roles to keep production Clickfunnels safe
Effort: Days — security review + role config

Limits and gotchas

  • Official MCP server — published by Clickfunnels themselves, so it should track product changes.
  • Fallback: the REST API works for any flow the MCP server doesn't cover.
  • Rate limits: MCP calls count against your underlying Clickfunnels API quota. Burst usage from a curious agent can drain a daily allowance fast.
6/10

Agent-readiness verdict

Score: 6/10 on MCP-readiness. ClickFunnels ships an official MCP server with broad coverage: 80+ tools spanning contacts, sales pipelines, courses, orders, and products, which is more of the platform than most beta MCP servers expose. It loses points because it's still a beta Technical Preview (capabilities can change) and because Claude Desktop, on paid Claude plans, is the only supported client today. Single-client plus beta keeps this out of the 8-plus range, but the tool breadth is what pulls it up to a 6 rather than down with the thin previews.

Strong agent fit with an official MCP server in technical preview. ClickFunnels exposes a Labs MCP endpoint (mcp.myclickfunnels.com) with roughly 100 tools across contacts, orders, products, courses, and webhooks, backed by a published OpenAPI spec, an llms.txt index, webhooks, and a Node SDK. The caveats are real: it is beta and currently Claude Desktop only, so treat it as early but legitimate.

MCP server availableOfficial MCP (on tool's own domain)Public API with docsMultiple SDK languages

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

Clickfunnels MCP & API FAQ

Is the Clickfunnels MCP server official?+
Yes — published on Clickfunnels's own domain at https://mcp.myclickfunnels.com/sse.
Can I use the Clickfunnels 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 Clickfunnels have a public API?+
Yes — public REST API at clickfunnels.com/developers. Official SDKs: node.

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.

Clickfunnels

Try Clickfunnels
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.