Connecting Claude to IzeAds
Generate a key and connect Claude (web, Code, Desktop)
Connecting Claude to IzeAds
The Claude integration lets you talk to your IzeAds account in plain language. Claude can read your metrics (spend, ROAS, sales) and create or manage campaigns, trackers, cloakers and your creative library for you — using a secure API key. It works on claude.ai (web), Claude Code and Claude Desktop.
Step 1 — Generate the key
Open Integrations
In the IzeAds sidebar, go to Integrations > Partner API.
Create a new key
Click "New key" and choose the "Claude Plugin" preset (full access). Give it a name like "Claude".
Copy the key
The key (izeads_live_...) is shown only once. Copy and keep it safe. If it leaks, revoke it on the same screen — other keys keep working.
Step 2 — Connect on claude.ai (web)
Open the connectors settings
On claude.ai, go to Settings > Connectors > Add custom connector.
Enter the URL
Paste https://mcp.izeads.com/mcp and confirm.
Authorize with your account
Claude opens an IzeAds screen. If you are already logged in, your account is recognized — just click Authorize (no need to paste any key). If not, sign in with your e-mail and password there.
Claude Code and Claude Desktop
On the CLI, add the server with your key:
claude mcp add --transport http izeads https://mcp.izeads.com/mcp \
--header "Authorization: Bearer izeads_live_xxxxxxxx"On Claude Desktop, add a remote server in claude_desktop_config.json (then restart the app):
{
"mcpServers": {
"izeads": {
"url": "https://mcp.izeads.com/mcp",
"headers": { "Authorization": "Bearer izeads_live_xxxxxxxx" }
}
}
}What you can ask
- What was my ROAS and spend in the last 30 days?
- List my campaigns and pause the ones with ROAS below 1.
- Create a paused traffic campaign in account X with this image.
- Create a folder and save this creative to my library.
- Show my Telegram trackers and their sales.
Already connected before an update?
About the key
