eonik-mcp
OfficialEnables reading Meta advertising performance data (spend, CTR, status) from the user's eonik account as facts to inform ad creative decisions.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@eonik-mcpPull up our top performing Meta ads from last month and draft a brief based on the best one."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
What the assistant can do
Read your brand, notes you asked it to remember, and ads you saved
Look up competitor ads eonik already archived (what ran, how long, how it is built)
Read your own Meta performance as facts (spend, CTR, status) — never as a prediction
Break down a public ad scene by scene
Hand you receipts so you write the brief
Related MCP server: Peliqan MCP Server
What it cannot do
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.”
Install
Create an API key in eonik (workspace settings).
Add this to Claude Desktop, Cursor, or Codex:
{
"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.jsHow the assistant should use these tools: eonik-mcp-skill.
Security
Keep EONIK_API_KEY in your MCP host env. Do not commit it. See SECURITY.md.
The eonik family
Mac app | Download · editor free · macOS 15+ · Apple silicon |
This connector | |
Assistant playbook | |
Homebrew | |
Save ads you see |
License
MIT. See LICENSE.
Maintenance
Related MCP Servers
- -licenseNot gradedqualityBmaintenanceConnects AI assistants to marketing mix models, enabling natural language data upload, performance modeling, budget optimization, and scenario testing.

Peliqan MCP Serverofficial
FlicenseNot gradedqualityDmaintenanceEnables AI assistants to interact with the Peliqan platform, providing access to hundreds of data connectors for reading and writing data in business applications.1
Presso MCP Serverofficial
AlicenseNot gradedqualityDmaintenanceConnects e-commerce and marketing data sources like Shopify, GA4, Google Ads, and Meta Ads to AI assistants, enabling natural language queries about store performance, ad campaigns, and customer behavior.72MIT- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to manage, report, and analyze Google Ads campaigns securely with encrypted multi-client support, real-time API integrations, and audit trail logging.51MIT
Related MCP Connectors
Connect e-commerce and marketing data to AI assistants via MCP.
AI marketing agent for Google Ads, Meta, GA4, TikTok, LinkedIn, Shopify, HubSpot and more.
Generate AI UGC video ads from any product URL — avatars, voiceover, OAuth Connect.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/eonik-ai/eonik-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server