eonik-mcp
Officialeonik ist eine Mac-App zum Erstellen von Anzeigen. Du startest mit einer Anzeige, die bereits funktioniert, baust den Schnitt aus deinem Filmmaterial (KI füllt die Lücken), prüfst sie anhand deiner Marke und lässt sie genehmigen. Der Editor ist kostenlos. Du bezahlst für die KI-Generierung. Du behältst die Kontrolle und bekommst die Anerkennung.
Dieses Repository ist der Model Context Protocol (MCP)-Connector, damit Claude Desktop, Cursor, Codex oder ChatGPT dein eonik-Konto nutzen können. Es ist nicht die Mac-App. Timeline-Bearbeitungen und Export bleiben auf dem Mac.
Was der Assistent kann
Liest deine Marke, auf deinen Wunsch gemerkte Notizen und gespeicherte Anzeigen
Schlägt Konkurrenzanzeigen nach, die eonik bereits archiviert hat (was lief, wie lange, wie sie aufgebaut sind)
Liest deine eigenen Meta-Performance als Fakten (Ausgaben, CTR, Status) – niemals als Prognose
Zerlegt eine öffentliche Anzeige Szene für Szene
Reicht dir Belege, damit du das Briefing schreibst
Related MCP server: Peliqan MCP Server
Was er nicht kann
Er kann Anzeigen weder pausieren, skalieren, einstellen noch starten. Er kann nicht in Meta, TikTok oder Google Ads schreiben. Das Hochladen ist ein menschlicher Klick im Ads Manager. Er wird nicht sagen, dass eine Anzeige „funktionieren wird“.
Installation
Erstelle einen API-Schlüssel in eonik (Workspace-Einstellungen).
Füge dies zu Claude Desktop, Cursor oder Codex hinzu:
{
"mcpServers": {
"eonik": {
"command": "npx",
"args": ["-y", "eonik-mcp"],
"env": {
"EONIK_API_KEY": "eonk_live_..."
}
}
}
}Optional: EONIK_API_URL (Standardwert: https://api.eonik.ai) und EONIK_BRAND_ID, wenn du mehr als eine Marke hast.
Aus einem Klon:
npm install && npm run build
export EONIK_API_KEY=eonk_live_...
node build/index.jsWie der Assistent diese Tools nutzen sollte: eonik-mcp-skill.
Sicherheit
Bewahre EONIK_API_KEY in der Umgebung deines MCP-Hosts auf. Committe ihn nicht. Siehe SECURITY.md.
Die eonik-Familie
Mac-App | Download · Editor kostenlos · macOS 15+ · Apple silicon |
Dieser Connector | |
Assistenten-Playbook | |
Homebrew | |
Anzeigen speichern, die du siehst |
Lizenz
MIT. Siehe 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