Integration

    Connect your AI.

    Pro Studio is a full visual builder, previewer, and Kajabi exporter with an MCP server for AI agents. Connect your MCP client of choice, then 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: Claude Desktop, Claude Code, ChatGPT (Team / Business / Enterprise custom connectors), Cursor, Windsurf, Cline, Zed, or your own MCP client.

    01

    Grab your MCP URL

    Open Account settings and find the MCP access section. Click Generate token. Copy the URL that appears — it looks like this:

    https://mcp.tryprostudio.com/?mcp_token=YOUR_TOKEN_HERE

    Treat the URL like a password. Anyone with it can build, edit, and export sites in your Pro Studio account.

    02

    Claude Desktop

    Open Claude Desktop → Settings → Developer → Edit Config. Add this block:

    {
      "mcpServers": {
        "pro-studio": {
          "url": "https://mcp.tryprostudio.com/?mcp_token=YOUR_TOKEN_HERE"
        }
      }
    }

    Save and restart Claude Desktop. You should see the tools icon in the chat input — Pro Studio's tools are now available.

    03

    Claude Code

    Run the following in any terminal:

    claude mcp add pro-studio https://mcp.tryprostudio.com/?mcp_token=YOUR_TOKEN_HERE

    Then start Claude Code in your project as usual.

    04

    ChatGPT (custom connectors)

    ChatGPT supports custom MCP connectors on Team, Business, and Enterprise plans. In ChatGPT, open Settings → Connectors → Add connector, paste your Pro Studio URL, and approve the tool list when prompted.

    05

    Cursor / Windsurf / other MCP clients

    Any client that speaks the MCP Streamable HTTP transport works. Point it at your URL and Pro Studio's focused tool catalog becomes available. For clients that use a config file, the shape is usually identical to Claude Desktop\'s.

    06

    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. Every edit is scoped to your account only. Your token can only see sites you own.