loading…
Search for a command to run...
loading…
Ad Copy AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Ad Copy AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Ad Copy Ai MCP provides AI-powered tools via the Model Context Protocol (MCP).
| Tool | Description |
|---|---|
generate_ad_copy |
Generate ad copy for a platform |
generate_variants |
Generate multiple ad variants for A/B testing |
create_campaign |
Create an ad campaign |
get_campaign |
Get campaign details |
add_creative |
Add a creative to campaign |
get_performance |
Get creative performance metrics |
optimize_copy |
Optimize existing copy based on performance |
generate_headlines |
Generate multiple headlines |
get_best_performing |
Get best performing creatives |
pip install meok-ad-copy-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"ad-copy-ai": {
"command": "python",
"args": ["-m", "meok_ad_copy_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 9 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"ad-copy-ai-mcp": {
"command": "npx",
"args": []
}
}
}