Skip to main content
Glama
eonik-ai

eonik-mcp

Official

eonik 是一款用于制作广告的 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 中点击完成。它不会说某条广告“会有效”。

安装

  1. 在 eonik 中创建 API 密钥(工作区设置)。

  2. 将其添加到 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

本连接器

eonik-mcp

助手操作手册

eonik-mcp-skill

Homebrew

homebrew-tap

保存你看到的广告

Chrome 扩展

许可证

MIT。请参阅 LICENSE

Install Server
A
license - permissive license
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

Related MCP Servers

  • -
    license
    Not graded
    quality
    B
    maintenance
    Connects AI assistants to marketing mix models, enabling natural language data upload, performance modeling, budget optimization, and scenario testing.
  • A
    license
    Not graded
    quality
    D
    maintenance
    Connects 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.
    7
    2
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables AI assistants to manage, report, and analyze Google Ads campaigns securely with encrypted multi-client support, real-time API integrations, and audit trail logging.
    51
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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