Integration
Connect your AI.
Pro Studio is a full visual builder, previewer, and Kajabi exporter with an MCP server for AI agents. Connecting takes one URL and a sign-in prompt — there is no API key or token to copy. Keep the Pro Studio editor open while you chat so you can watch your template take shape in real time.
Any MCP-aware assistant works: ChatGPT (Plugins), Claude (Desktop, Code, or claude.ai Connectors), Cursor, Windsurf, Cline, Zed, or your own MCP client.
The server URL
This is the only thing you need. Paste it into your AI tool and it will handle the rest.
https://tryprostudio.com/mcpPro Studio uses OAuth 2.1 — the standard way AI tools connect to apps. Your client registers itself automatically, sends you to a Pro Studio consent screen, and receives a scoped token it stores for you. Nothing secret is ever pasted into a config file, and you can revoke access from Account settings at any time.
Claude directory note: the Anthropic connector directory uses a curated 19-tool profile at https://tryprostudio.com/mcp?profile=directory that omits media-generation tools. Use the plain /mcp URL above for the full tool surface, including image generation.
ChatGPT
One-time setup: in ChatGPT open Settings → Security and login and turn on Developer mode. Then go to chatgpt.com/plugins (older versions label this Connectors or Actions) and:
- Stay on the Plugins tab and click the plus (+) button in the top right.
- Under Name, enter Pro Studio. Icon and description are optional.
- For Connection, keep the toggle on Server URL (not Tunnel) and paste
https://tryprostudio.com/mcp— include the/mcppath. - Set Authentication to OAuth. Leave Advanced OAuth settings alone — Pro Studio registers your client automatically.
- Tick I understand and want to continue, then click Create.
- On the Pro Studio plugin page click Connect, then Sign in with Pro Studio in the popup.
- Review the access list on the Pro Studio consent screen and click Allow. ChatGPT confirms “Pro Studio is installed.”
Call it in chat with @Pro Studio or from the Tools menu. If Pro Studio ships new tools, open the plugin and click Refresh. On Business, Enterprise, or Edu plans an admin must enable plugins in Workspace settings first.
Claude (claude.ai and Desktop)
Open Settings → Connectors, then:
- Click Add custom connector.
- Name it Pro Studio.
- Paste
https://tryprostudio.com/mcpas the URL. - Leave OAuth Client ID and Client Secret empty — Pro Studio registers your client automatically.
- Click Add, then Connect and approve.
Claude Code
Run this in any terminal, then approve the browser prompt Claude opens:
claude mcp add --transport http pro-studio https://tryprostudio.com/mcpCursor, Windsurf, and other MCP clients
Any client that speaks MCP Streamable HTTP with OAuth works. Add a remote server pointing at the URL — no headers, no env vars:
{
"mcpServers": {
"pro-studio": {
"url": "https://tryprostudio.com/mcp"
}
}
}On first use the client opens a browser window for the Pro Studio consent screen. Approve it once and the connection persists.
Try it
Start a new chat and ask:
"List my Pro Studio sites. Then rebuild the coaching one's homepage with a bolder hero, warm cream palette, and a new pricing section with three tiers. Finalize and I'll export."
Your AI will call Pro Studio's tools, edit the site, and show you what changed. Open the Pro Studio editor to see the live preview.
Next
Browse the complete MCP tool reference or copy a ready-made prompt from the Workflows page.
Heads up: exports consume 1 credit per modified block — unmodified blocks are free to re-export. Access is scoped to your own account: the connection can only see sites you own.
