One link, one yes. Pick your AI below — the steps follow its current menus, and the link is the same everywhere.
Select your AI
Works on the web, the desktop app and your phone — set it up once, it follows your account.
In Claude, go to Customize→Connectors.
Click + → Add custom connector. Name it Lightfunnels, paste this as the URL, click Add.
Click Connect. Lightfunnels asks to see your funnels and products — Allow.
In a chat, open the + menu → Connectors → switch on Lightfunnels. Now say what you sell.
An Owner adds the connector once under Organization settings→Connectors. After that everyone just clicks Connect.
Works on the web (chatgpt.com). Needs a paid plan — Plus, Pro, Business or Enterprise.
Go to Settings→Apps→Advanced settings and switch on Developer mode.
Go to Settings→Apps→Create. Name it Lightfunnels, paste this as the MCP server URL, choose OAuth, then Create.
A Lightfunnels sign-in opens and asks to see your funnels and products — Allow.
In a chat, click + → Developer mode → tick Lightfunnels. Say what you sell. ChatGPT asks you to confirm before it creates the page — that’s normal, approve it.
It’s web only and on paid plans. Some accounts have it under Settings→Security and login. In a Business or Enterprise workspace an admin switches it on first.
Still in beta on OpenAI’s side: if ChatGPT can read your products but won’t create the page, write access hasn’t reached your plan yet. Claude works end to end today.
Codex lives in the ChatGPT desktop app. Add the link there once — the terminal and IDE versions pick it up too.
In the ChatGPT desktop app, open Codex, then Plugins in the sidebar, then the MCPs tab.
Click + Add server. Name it Lightfunnels, set Type to Streamable HTTP, paste this as the URL, save.
Lightfunnels opens in your browser and asks to see your funnels and products — Allow.
Start a new Codex thread and say what you sell. It asks before it creates the page — approve it.
Same result, one line, then sign in:
codex mcp add lightfunnels --url https://mcp.lightfunnels.com/connect codex mcp login lightfunnels
Claude Code runs in the terminal, in VS Code and JetBrains, and in the Claude desktop app.
/mcp to see it.Run this once in any terminal:
claude mcp add --transport http lightfunnels https://mcp.lightfunnels.com/connect --scope user
Start claude, type /mcp, pick Lightfunnels → Authenticate. Your browser opens — Allow.
Say what you sell. Claude Code asks before it creates the page — approve it.
Use --scope project instead — it writes a .mcp.json you can commit to the repo.
Most of these are one click. None of them are you.
Two things: your funnels and your products. It reads products so pages use real names and prices, and it creates funnels — always unpublished. It can’t publish, change your checkout, or see orders or payments. You can revoke access any time from your Lightfunnels account, and remove the connector from your AI.
It only exists on the web app (not mobile) and on paid plans — Plus, Pro, Business, Enterprise, Edu. Look under Settings→Apps→Advanced settings; some accounts have it under Settings→Security and login. In a Business or Enterprise workspace an admin has to switch it on first.
The link is in, the “yes” is missing. In Claude, open Connectors and click Connect. In Claude Code, type /mcp, pick Lightfunnels and choose Authenticate. In Codex, run codex mcp login lightfunnels. In ChatGPT, open the app in Settings → Apps and reconnect.
Yes. Creating a page writes to your account, and every one of these AIs asks before a write action. Read the summary, approve, and it goes ahead. Nothing is published — the page lands in your builder as a draft.
Check the funnels list, not the pages list — the AI creates a funnel with the page, the checkout and the thank-you step inside it. If the AI reported an error from the create step, it usually didn’t have the permission yet: run through “say yes” again.
Any client that speaks MCP over HTTP with OAuth can connect with the same link. The four here are the ones we test on every release; others generally work but aren’t something we can walk you through yet.
Claude: Customize → Connectors → Lightfunnels → remove. ChatGPT: Settings → Apps → Lightfunnels → delete. Codex: codex mcp remove lightfunnels. Claude Code: claude mcp remove lightfunnels. Then revoke the app in your Lightfunnels account if you want a clean slate.