MadgicxMCP Docs

Introduction

Connect any AI assistant or agentic framework to your Madgicx account and manage Facebook and Google Ads through natural language.

Madgicx MCP Documentation

Madgicx exposes its advertising tooling through the Model Context Protocol (MCP) — an open standard that gives AI assistants secure, authenticated access to external services. Connect Claude, ChatGPT, n8n, or any MCP-compatible client and manage your ads in plain English.

Two MCP Servers

Madgicx provides two separate remote MCP servers — one per ad platform. They share authentication (a single Madgicx login covers both) but expose different tools and have different prerequisites.

Facebook Ads MCPGoogle Ads MCP
Server URLhttps://mcp.madgicx.com/mcphttps://mcp-google-ads.madgicx.com/mcp
CapabilitiesRead + write (pause, start, budgets, bids, naming)Read-only
Tool count48 tools6 tools
Required connectionFacebook ad account in WorkspaceGoogle token + Google Ads accounts in Workspace

What can you do?

  • Read account structure — campaigns, ad sets / ad groups, ads, and creatives
  • Act on Facebook ads — pause, start, adjust budgets, bids, and spending limits
  • Analyze performance — pull insights with breakdowns by date, age, gender, placement, device, country, and more
  • Automate naming — bulk rename, add prefixes, replace text across Facebook entities

Quick Start

Pick a client

Madgicx MCP works with Claude (Web, Desktop, Mobile, Code), ChatGPT (Web), n8n, and agentic frameworks like OpenAI Agents, LangGraph, Google ADK, and CrewAI. Any MCP-compatible client can connect via OAuth or client credentials.

Add the connector(s)

Point your client at one or both Madgicx MCP servers:

https://mcp.madgicx.com/mcp                # Facebook Ads
https://mcp-google-ads.madgicx.com/mcp     # Google Ads

You can connect both servers to the same client — they're independent and the assistant decides which tool set to use based on your question.

Authorize

You'll be redirected to Madgicx to log in and select a team. OAuth 2.0 with PKCE keeps your tokens safe — no secrets are stored in the client. The same Madgicx login authorizes both servers.

Start asking

Show me my active Facebook campaigns and their spend this week
Pause Facebook campaign "Summer Sale"
What was my Google Ads cost and conversions last month broken down by campaign?

Supported Clients

Next Steps

On this page