Read brand, research, and performance facts; draft briefs. Never spends. You approve every cut.
Finished, on-brand ads — without the busywork.
Connect the assistant you already pay for to your eonik account. It reads brand, research, and performance facts, then drafts. It never spends. You approve every cut.
Website · Download for Mac · Setup · GitHub
English · Español · Português · Français · हिन्दी · 简体中文 · 日本語 · 한국어
eonik is a Mac app for making ads. You start from an ad that already works, build the cut from your footage (AI fills the gaps), check it against your brand, and get it approved. The editor is free. You pay for AI generation. You stay in control and take the credit.
This repository is the Model Context Protocol (MCP) connector so Claude Desktop, Cursor, Codex, or ChatGPT can use your eonik account. It is not the Mac app. Timeline edits and export stay on Mac.
It cannot pause, scale, kill, or launch ads. It cannot write to Meta, TikTok, or Google Ads. Upload is a human click in Ads Manager. It will not say an ad “will work.”
{
"mcpServers": {
"eonik": {
"command": "npx",
"args": ["-y", "eonik-mcp"],
"env": {
"EONIK_API_KEY": "eonk_live_..."
}
}
}
}
Optional: EONIK_API_URL (default https://api.eonik.ai) and EONIK_BRAND_ID if you have more than one brand.
From a clone:
npm install && npm run build
export EONIK_API_KEY=eonk_live_...
node build/index.js
How the assistant should use these tools: eonik-mcp-skill.
Keep EONIK_API_KEY in your MCP host env. Do not commit it. See SECURITY.md.
| Mac app | Download · editor free · macOS 15+ · Apple silicon |
| This connector | eonik-mcp |
| Assistant playbook | eonik-mcp-skill |
| Homebrew | homebrew-tap |
| Save ads you see | Chrome extension |
MIT. See LICENSE.
Source-derived launch command. Check the maintainer’s required arguments and credentials before running:
npx -y eonik-mcpMerge this template into ~/Library/Application Support/Claude/claude_desktop_config.json. Keep existing servers. Add any arguments, credentials, and permissions required by the maintainer; this template has not been install-tested.
{
"mcpServers": {
"ai-eonik-mcp": {
"command": "npx",
"args": [
"-y",
"eonik-mcp"
]
}
}
}Restart Claude Desktop completely for changes to take effect. Confirm the server appears connected in the client’s tool list, then try a read-only example from its documentation.
Claude Desktop setup referenceeonik works with any MCP-compatible client. Copy the config snippet from the Configuration section above and add it to the file shown for your client, then restart the application.
~/Library/Application Support/Claude/claude_desktop_config.jsonRestart Claude Desktop completely for changes to take effect.~/.cursor/mcp.jsonRestart Cursor for changes to take effect..vscode/mcp.jsonReload VS Code window for changes to take effect.~/.codeium/windsurf/mcp_config.jsonRestart Windsurf for changes to take effect..mcp.jsonSave at the project root, then start Claude Code in that project and review the MCP server approval prompt. Keep real credentials out of shared files.