npm eonik-mcpstdioMITupdated 18d ago
eonik for Claude, Cursor, and Codex Finished, on-brand ads — without the busywork. 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.
What can you do with eonik?
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
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.js
How 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 | eonik-mcp |
| Assistant playbook | eonik-mcp-skill |
| Homebrew | homebrew-tap |
| Save ads you see | Chrome extension |
License
MIT. See LICENSE.
Install
Add eonik to your client. Pick the one you use.
claude mcp add eonik-mcp -- npx -y eonik-mcpcodex mcp add eonik-mcp -- npx -y eonik-mcpamp mcp add eonik-mcp -- npx -y eonik-mcp{
"mcpServers": {
"eonik-mcp": {
"command": "npx",
"args": [
"-y",
"eonik-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"eonik-mcp": {
"command": "npx",
"args": [
"-y",
"eonik-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"eonik-mcp","command":"npx","args":["-y","eonik-mcp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"eonik-mcp": {
"command": "npx",
"args": [
"-y",
"eonik-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"eonik-mcp": {
"command": "npx",
"args": [
"-y",
"eonik-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"eonik-mcp": {
"command": "npx",
"args": [
"-y",
"eonik-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"eonik-mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"eonik-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"eonik-mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"eonik-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y eonik-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Score
39 / 100
Incomplete
- Documentation25/25
- Maintenance19/25
- Trust16/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 11 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 2.0.0Latest | Aug 21, 2026 |