MCP Hub
Back to servers

muze-mcp

Provides Meta and Google Ads intelligence for AI assistants, enabling users to analyze performance, track competitors, and manage ad campaigns through natural language. It features 17 tools for generating creative concepts, scraping competitor ads, and performing deep account-level analysis.

glama
Updated
Mar 29, 2026

muze-mcp

Muze CMO MCP server — Meta and Google Ads intelligence for Claude and other AI assistants.

17 tools: analyze ad performance, generate creative concepts, track competitors, and manage ads — all from chat.

Installation

pip install muze-mcp

Get your API key at app.muzecmo.com/settings/api-keys.

Claude Desktop setup

Add to ~/.claude.json:

{
  "mcpServers": {
    "muze-cmo": {
      "command": "muze-mcp",
      "env": {
        "MUZE_API_KEY": "mz_live_YOUR_KEY_HERE"
      }
    }
  }
}

Restart Claude Desktop — all 17 tools appear immediately.

Claude.ai Custom Connector

  1. Open Claude.ai → Settings → Connectors → Add custom connector
  2. Enter https://backend.muzecmo.com/mcp
  3. Paste your mz_live_ key when prompted
  4. Done

Available tools

ToolWhat it does
get_my_accountsResolve Meta account ID and Google customer ID (call first)
get_meta_performanceMeta Ads spend, CTR, ROAS, conversions
get_google_performanceGoogle Ads spend, CTR, ROAS, conversions
list_campaignsList campaigns with IDs and budget
analyze_campaign_adsAI analysis of all ads in a campaign
analyze_single_adAI analysis of one ad
get_account_analysisFetch stored account-level AI analysis
analyze_account_adsRe-run full account AI analysis (confirm required)
generate_ad_from_urlGenerate ad concept from a product URL
list_productsList products for creative generation
generate_ad_conceptsGenerate concepts for an existing product
list_competitorsList tracked competitor brands
get_competitor_adsView competitor ad library
scrape_competitor_adsStart async competitor scrape
get_scrape_statusPoll scrape job status
pause_adPause a live Meta ad (confirm required)
resume_adResume a paused Meta ad (confirm required)

Environment variables

VariableRequiredDescription
MUZE_API_KEYYesYour mz_live_ API key
MUZE_BASE_URLNoOverride API URL (default: https://backend.muzecmo.com/api/v1)
MUZE_DEFAULT_ACCOUNT_IDNoSkip get_my_accounts if you always use one Meta account
MUZE_DEFAULT_CUSTOMER_IDNoSkip get_my_accounts if you always use one Google account

Reviews

No reviews yet

Sign in to write a review