eonik-mcp
Officialeonik 是一款用于制作广告的 Mac 应用。你可以从一则已经有效的广告出发,用你的素材完成剪辑(AI 填补空缺),对照品牌规范进行检查,然后获得批准。编辑器免费。你只需为 AI 生成付费。你始终掌控全局,功劳归你。
本仓库是 Model Context Protocol (MCP) 连接器,让 Claude Desktop、Cursor、Codex 或 ChatGPT 可以使用你的 eonik 账户。它不是 Mac 应用。时间线编辑和导出仍在 Mac 上完成。
助手可以做什么
读取你的品牌信息、你要求它记住的笔记,以及你保存的广告
查找 eonik 已归档的竞品广告(投放内容、投放时长、制作方式)
将你自己的 Meta 表现作为事实读取(花费、CTR、状态)——绝不作预测
逐场景拆解公开广告
为你提供凭证,由你来撰写简报
Related MCP server: Peliqan MCP Server
它不能做什么
它不能暂停、扩量、停止或投放广告。它不能写入 Meta、TikTok 或 Google Ads。上传需要人工在 Ads Manager 中点击完成。它不会说某条广告“会有效”。
安装
在 eonik 中创建 API 密钥(工作区设置)。
将其添加到 Claude Desktop、Cursor 或 Codex:
{
"mcpServers": {
"eonik": {
"command": "npx",
"args": ["-y", "eonik-mcp"],
"env": {
"EONIK_API_KEY": "eonk_live_..."
}
}
}
}可选:EONIK_API_URL(默认 https://api.eonik.ai)和 EONIK_BRAND_ID(如果你有多个品牌)。
从克隆的仓库安装:
npm install && npm run build
export EONIK_API_KEY=eonk_live_...
node build/index.js助手应如何使用这些工具:eonik-mcp-skill。
安全
将 EONIK_API_KEY 保存在你的 MCP 宿主环境变量中。不要将其提交到版本库。请参阅 SECURITY.md。
eonik 家族
Mac 应用 | 下载 · 编辑器免费 · macOS 15+ · Apple silicon |
本连接器 | |
助手操作手册 | |
Homebrew | |
保存你看到的广告 |
许可证
MIT。请参阅 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