Create an event page with Claude

Add Enchant to Claude once as a custom connector. After that, describe your event or paste a website, and Claude builds a branded event page that is ready to stream.

Start free

No card needed. 249 € per event when you publish.

Talk to sales

What you need

  • An Enchant account. It is free to create.
  • Claude (desktop app or claude.ai) on a Free, Pro, Max, Team or Enterprise plan. Free plans can add one custom connector.
  • About two minutes.

No account yet? Create a free Enchant account

Add Enchant to Claude

  1. 1

    Create an API key in Enchant

    Log in to Enchant, open Settings and find MCP API keys. Give the key a name, press Create key and copy it. It starts with enc_ and is shown only once. Open Enchant settings

  2. 2

    Add a custom connector

    In Claude, open Customize, then Connectors. Press Add and choose Add custom connector. Name it Enchant and paste this server address:

    https://v2.api.enchant.cloud/mcp
  3. 3

    Add your key as a request header

    For authentication, choose No sign-in. Under Request headers, pick Authorization and enter Bearer followed by a space and your key:

    Bearer enc_YOUR_KEY
  4. 4

    Save and use it in a chat

    Press Add. In a chat, open the plus menu, choose Connectors and make sure Enchant is on. Then describe the event you want. Claude asks for your approval before it uses Enchant's tools.

Other ways to connect

Request headers are still rolling out in Claude. If you don't see them in the dialog, or you work in Claude Code, use one of these instead.

  1. 1

    Claude Code

    Run this in your terminal, with your own key. Then run /mcp in Claude Code to check that Enchant is connected.

    claude mcp add --transport http --scope user enchant https://v2.api.enchant.cloud/mcp --header "Authorization: Bearer enc_YOUR_KEY"
  2. 2

    Claude Desktop config file

    In Claude Desktop, open Settings, then Developer, and press Edit Config. Paste this into claude_desktop_config.json, replace enc_YOUR_KEY with your key and restart Claude Desktop. This needs Node.js 18 or newer.

    {
      "mcpServers": {
        "enchant": {
          "command": "npx",
          "args": [
            "-y",
            "mcp-remote",
            "https://v2.api.enchant.cloud/mcp",
            "--header",
            "Authorization:${ENCHANT_AUTH}"
          ],
          "env": {
            "ENCHANT_AUTH": "Bearer enc_YOUR_KEY"
          }
        }
      }
    }

What to ask

Try one of these. Replace the example address with a real website.

  • Create an Enchant event page for our webinar "Spring Product Update" on 14 May at 10:00 Helsinki time. Match the look of https://example.com.
  • Make an event site for this conference that looks like the organiser's website: https://example.com/conference. Add the programme and speakers from the page.
  • Add a registration form with name, email and company to my event "Spring Product Update".
  • Give me the stream key for OBS for my event "Spring Product Update".
  • Show me a preview of the event page on mobile.

What happens next

  1. The event is created in your Enchant account as a draft. Only you and your team can see it.
  2. Open the event in the Enchant dashboard to fine-tune anything, or keep asking the AI to change it.
  3. Send a test stream from OBS, vMix or a hardware encoder to check the picture and sound.
  4. When you are ready, press Publish in the dashboard. Publishing costs $249 / 249 € per event (+ VAT) and opens the page, registration and streaming to other platforms to your audience.

Troubleshooting

I don't see Request headers in the dialog
The option is still rolling out. Use Claude Code or the Claude Desktop config file under Other ways to connect.
Claude says the Enchant server returned 401
The key is missing or wrong. The header value must be Bearer, a space and your full enc_ key. Claude sends the value exactly as you type it. To fix it, remove the connector and add it again, because authentication settings can't be edited afterwards.
On a Team or Enterprise plan I can't add connectors
Only Owners can. An Owner adds Enchant in Organization settings, Connectors. Everyone in the organisation then uses that Owner's API key, so create the key from an Enchant account that has access to the right event accounts.
Claude answers but does not use Enchant
Say it directly: "Use the Enchant tools to create the event."

Frequently asked questions

Does it cost anything to connect Claude to Enchant?

No. Connecting and building events is free. You pay $249 / 249 € per event (+ VAT) only when you publish an event to your audience.

Can the AI publish or charge anything without me?

No. The AI can create and edit draft events. Publishing and payment always happen in the Enchant dashboard, by you.

How should I handle the API key?

Treat it like a password. It has the same access to Enchant as your account. If it leaks, revoke it in Settings under MCP API keys and create a new one.

What does Enchant see from my Claude conversations?

Enchant only receives what Claude sends to Enchant's tools, such as the event name, colours, texts and images it uses to build the page. It does not see the rest of your conversation.

Can I use Enchant in the ChatGPT app?

Not yet. The ChatGPT app only connects with a sign-in, which is coming to Enchant soon. Until then, use Claude, Codex or Cursor with an API key.

What is MCP?

MCP (Model Context Protocol) is an open standard that lets AI assistants connect to services like Enchant. You add Enchant's address and your API key once, and the AI can use Enchant's tools.

Create your Enchant account first.

Free to build and test. $249 / 249 € per event when you publish.

Start free

No card needed. 249 € per event when you publish.