Skip to main content
ClaudeWave

Connect Claude, Cursor, or Codex to eonik: brand, competitor research, and creative briefs. Agents read and draft; they never spend.

MCP ServersRegistry oficial1 estrellas0 forksJavaScriptMITActualizado today
ClaudeWave Trust Score
95/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 8/22/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/eonik-ai/eonik-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "eonik-mcp": {
      "command": "node",
      "args": ["/path/to/eonik-mcp/dist/index.js"],
      "env": {
        "EONIK_API_KEY": "<eonik_api_key>"
      }
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/eonik-ai/eonik-mcp and follow its README for install instructions.
Detected environment variables
EONIK_API_KEY
Casos de uso

Resumen de MCP Servers

<div align="center">
  <a href="https://www.eonik.ai">
    <img src="https://www.eonik.ai/logo.svg" alt="eonik" width="160" />
  </a>
  <h1>eonik for Claude, Cursor, and Codex</h1>
  <p><strong>Finished, on-brand ads — without the busywork.</strong></p>
  <p>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.</p>
  <p>
    <a href="https://www.eonik.ai">Website</a> ·
    <a href="https://www.eonik.ai/download">Download for Mac</a> ·
    <a href="https://www.eonik.ai/mcp">Setup</a> ·
    <a href="https://github.com/eonik-ai">GitHub</a>
  </p>
  <p>
    <a href="https://www.npmjs.com/package/eonik-mcp"><img src="https://img.shields.io/npm/v/eonik-mcp?style=flat-square" alt="npm version" /></a>
    <a href="LICENSE"><img src="https://img.shields.io/badge/license-MIT-18181B?style=flat-square" alt="MIT license" /></a>
    <a href="https://modelcontextprotocol.io"><img src="https://img.shields.io/badge/MCP-Model%20Context%20Protocol-555?style=flat-square" alt="Model Context Protocol" /></a>
    <img src="https://img.shields.io/badge/macOS-15%2B%20Apple%20silicon-000?style=flat-square" alt="macOS 15+ Apple silicon" />
  </p>
  <p>
    <strong>English</strong> ·
    <a href="docs/readme/README.es.md">Español</a> ·
    <a href="docs/readme/README.pt-BR.md">Português</a> ·
    <a href="docs/readme/README.fr.md">Français</a> ·
    <a href="docs/readme/README.hi.md">हिन्दी</a> ·
    <a href="docs/readme/README.zh-CN.md">简体中文</a> ·
    <a href="docs/readme/README.ja.md">日本語</a> ·
    <a href="docs/readme/README.ko.md">한국어</a>
  </p>
</div>

---

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](https://modelcontextprotocol.io/) (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

## 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

1. Create an API key in eonik (workspace settings).
2. Add this to Claude Desktop, Cursor, or Codex:

```json
{
  "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:

```bash
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](https://github.com/eonik-ai/eonik-mcp-skill)**.

## Security

Keep `EONIK_API_KEY` in your MCP host env. Do not commit it. See [SECURITY.md](SECURITY.md).

## The eonik family

| | |
|---|---|
| Mac app | [Download](https://www.eonik.ai/download) · editor free · macOS 15+ · Apple silicon |
| This connector | [eonik-mcp](https://github.com/eonik-ai/eonik-mcp) |
| Assistant playbook | [eonik-mcp-skill](https://github.com/eonik-ai/eonik-mcp-skill) |
| Homebrew | [homebrew-tap](https://github.com/eonik-ai/homebrew-tap) |
| Save ads you see | [Chrome extension](https://chromewebstore.google.com/detail/eonik/ikjbopcpohlogfbccbpcoglefjlbdcie) |

## License

MIT. See [LICENSE](LICENSE).
adsclaudecodexcursoreonikmacosmcpmodel-context-protocol

Lo que la gente pregunta sobre eonik-mcp

¿Qué es eonik-ai/eonik-mcp?

+

eonik-ai/eonik-mcp es mcp servers para el ecosistema de Claude AI. Connect Claude, Cursor, or Codex to eonik: brand, competitor research, and creative briefs. Agents read and draft; they never spend. Tiene 1 estrellas en GitHub y su última actualización registrada es del 2026-08-21.

¿Cómo se instala eonik-mcp?

+

Puedes instalar eonik-mcp clonando el repositorio (https://github.com/eonik-ai/eonik-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar eonik-ai/eonik-mcp?

+

Nuestro agente de seguridad ha analizado eonik-ai/eonik-mcp y le ha asignado un Trust Score de 95/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene eonik-ai/eonik-mcp?

+

eonik-ai/eonik-mcp es mantenido por eonik-ai. La última actividad registrada en GitHub es del 2026-08-21, con 0 issues abiertos.

¿Hay alternativas a eonik-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega eonik-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: eonik-ai/eonik-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/eonik-ai-eonik-mcp)](https://claudewave.com/repo/eonik-ai-eonik-mcp)
<a href="https://claudewave.com/repo/eonik-ai-eonik-mcp"><img src="https://claudewave.com/api/badge/eonik-ai-eonik-mcp" alt="Featured on ClaudeWave: eonik-ai/eonik-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a eonik-mcp