loading…
Search for a command to run...
loading…
Marketing Analytics AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Marketing Analytics AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
MCP server for marketing analytics ai mcp operations
Marketing Analytics Ai MCP provides AI-powered tools via the Model Context Protocol (MCP).
| Tool | Description |
|---|---|
campaign_roi |
Calculate comprehensive campaign ROI including ROAS, CPA, CPC, CPM, |
ab_test_analyze |
Analyze A/B test results with statistical significance testing. |
funnel_optimizer |
Analyze a conversion funnel and identify the biggest leak point with |
attribution_model |
Apply an attribution model to marketing touchpoints. Distributes conversion |
ad_copy_generator |
Generate ad copy variants tailored to a specific platform with proper |
pip install meok-marketing-analytics-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"marketing-analytics-ai-mcp": {
"command": "python",
"args": ["-m", "meok_marketing_analytics_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 5 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": {
"marketing-analytics-ai-mcp": {
"command": "npx",
"args": []
}
}
}