This guide walks you through connecting the Eranol Connector to Claude and using it to edit video/audio, generate images, and publish to social media — all from a normal chat with Claude, with no coding required.
Eranol Connector links Claude to eranol.com's video/audio editing, AI image generation, and social publishing tools. Once connected, you can ask Claude in plain language to do things like "trim this video to the first 30 seconds" or "add captions to this clip" or "generate an image of a sunset and post it to X" — Claude handles the API calls for you.
Every action costs eranol.com credits from your own account (the same as if you called their API directly). This connector doesn't add any markup or fees of its own — it's just the bridge that lets Claude use your eranol.com account on your behalf.
If you don't already have eranol.com credits, top up your balance before continuing, or the tools will fail with an "insufficient credits" error the first time you use them.
The steps differ slightly depending on how you use Claude.
https://eranol-connector-production.up.railway.app/mcp
x-api-keyIf you don't see "Request headers" in the dialog: this feature is still rolling out to accounts gradually. If it's missing for you, use Option B (Claude Desktop or Claude Code) instead, which supports this today, or check back later on claude.ai.
Open your MCP configuration file and add this entry (merge it into your existing config if you already have other connectors set up):
{
"mcpServers": {
"eranol": {
"url": "https://eranol-connector-production.up.railway.app/mcp",
"headers": {
"x-api-key": "YOUR_ERANOL_API_KEY"
}
}
}
}
Replace YOUR_ERANOL_API_KEY with the key from Step 1. Save the file and restart Claude
Desktop/Code for it to pick up the change.
The connector needs to be enabled per-chat — it won't automatically apply to conversations where you haven't turned it on.
Ask Claude:
"Verify my eranol.com API key is working"
Claude will call the connector's verify tool and tell you whether the key is valid. If it says
invalid or missing, double check the x-api-key header value you entered in Step 2 — a common
mistake is pasting extra whitespace around the key.
Once connected, just describe what you want in plain language. Some examples:
Video editing
Audio editing
Image generation
Format conversion
Social publishing
Combining steps Claude can chain multiple tools together in one request, for example:
"Take this raw video, remove the background noise from the audio, add auto-generated captions, put a watermark in the corner, and then post the result to X with the caption 'New tutorial is live!'"
Claude will run each step, wait for processing to finish where needed, and report back the final result.
| Problem | Likely cause | Fix |
|---|---|---|
| "API key is missing or invalid" | Wrong or missing x-api-key header | Re-check Step 2, re-paste the key carefully |
| "Insufficient credits" | Your eranol.com balance is too low | Top up at eranol.com |
| Connector doesn't appear in the + → Connectors menu | Not added yet, or added but chat wasn't refreshed | Re-check Step 2, start a new chat |
| "Request headers" section missing when adding the connector | Feature not yet rolled out to your account | Use Claude Desktop/Code (Option B) instead |
| A social publish call fails | TikTok/X account not connected on the eranol.com dashboard | Go to eranol.com dashboard → Social Media → Connect the relevant account first |
This connector is a thin bridge to eranol.com's own API — all processing, billing, and account management happens on eranol.com's side. For billing questions or API key issues, contact eranol.com support. For issues with the connector itself (connection errors, missing tools), reach out to whoever shared this connector with you.