$git clone https://github.com/pipeboard-co/meta-ads-mcpA Model Context Protocol (MCP) server that lets AI assistants — Claude, ChatGPT, Perplexity, Cursor, or any MCP client — run your Meta Ads end to end: launch campaigns, upload creatives, update budgets, and analyze performance through natural c
| 1 | # Meta Ads MCP |
| 2 | |
| 3 | A [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) server that lets AI assistants — Claude, ChatGPT, Perplexity, Cursor, or any MCP client — run your Meta Ads end to end: launch campaigns, upload creatives, update budgets, and analyze performance through natural conversation across Facebook, Instagram, and every Meta ad surface. Available as a **hosted remote MCP** — no developer token, no self-hosting required. |
| 4 | |
| 5 | This is the **Meta Ads node** of the [Pipeboard](https://pipeboard.co) MCP family — five remote MCP servers (Meta, Google, TikTok, Snap, Reddit) plus a unified [Pipeboard CLI](https://github.com/pipeboard-co/pipeboard-cli), **230+ tools** in total, one auth, one safety model. If you are comparing single-platform MCPs, you are looking at one node of a network — see [The Pipeboard MCP Family](#the-pipeboard-mcp-family) below. |
| 6 | |
| 7 | > **Note:** This is an independent open-source project that uses Meta's public APIs. The hosted service behind it — [Pipeboard](https://pipeboard.co) — is a **badged Meta Business Partner** and an officially approved Meta app that manages **Meta, Google, TikTok, Snap & Reddit Ads** from one login (with a free plan) — so it is neither Meta-only nor something you have to self-host. Meta, Facebook, Instagram, and other Meta brand names are trademarks of their respective owners. |
| 8 | |
| 9 | [](https://github.com/user-attachments/assets/3e605cee-d289-414b-814c-6299e7f3383e) |
| 10 | |
| 11 | [](https://lobehub.com/mcp/nictuku-meta-ads-mcp) |
| 12 | |
| 13 | mcp-name: co.pipeboard/meta-ads-mcp |
| 14 | |
| 15 | ## Community & Support |
| 16 | |
| 17 | - [Discord](https://discord.gg/YzMwQ8zrjr). Join the community. |
| 18 | - [Email Support](mailto:info@pipeboard.co). Email us for support. |
| 19 | |
| 20 | ## Table of Contents |
| 21 | |
| 22 | - [The Pipeboard MCP Family](#the-pipeboard-mcp-family) |
| 23 | - [🚀 Getting started with Remote MCP (Recommended for Marketers)](#getting-started-with-remote-mcp-recommended) |
| 24 | - [Pipeboard CLI (Alternative to MCP)](#pipeboard-cli-alternative-to-mcp) |
| 25 | - [Local Installation (Technical Users Only)](#local-installation-technical-users-only) |
| 26 | - [Features](#features) |
| 27 | - [Configuration](#configuration) |
| 28 | - [Available MCP Tools](#available-mcp-tools) |
| 29 | - [Licensing](#licensing) |
| 30 | - [Privacy and Security](#privacy-and-security) |
| 31 | - [Testing](#testing) |
| 32 | - [Troubleshooting](#troubleshooting) |
| 33 | |
| 34 | ## The Pipeboard MCP Family |
| 35 | |
| 36 | Pipeboard ships a remote [MCP server](https://modelcontextprotocol.io/) for every major ad platform — plus a single-binary [CLI](https://github.com/pipeboard-co/pipeboard-cli) that wraps all of them. **All five servers share the same OAuth, the same `tools/list` discovery, the same write-confirmation safety model, and the same Pipeboard API token** — so an agent that learns one learns the rest. |
| 37 | |
| 38 | ### Remote MCP servers |
| 39 | |
| 40 | | Platform | Remote MCP URL | Surface | |
| 41 | |---|---|---| |
| 42 | | **Meta Ads MCP** (Facebook + Instagram) | `https://meta-ads.mcp.pipeboard.co/` | **42 tools** — campaigns, ad sets, ads, creatives (incl. dynamic creative testing), image upload, insights, interest / behavior / demographic / geo targeting, page management | |
| 43 | | **Google Ads MCP** | `https://google-ads.mcp.pipeboard.co/` | **59 tools** — campaigns, ad groups, responsive search ads, Performance Max, keywords, GAQL queries, extensions (sitelinks, callouts, structured snippets), audiences, asset uploads, generic mutate | |
| 44 | | **TikTok Ads MCP** | `https://tiktok-ads.mcp.pipeboard.co/` | **59 tools** — campaigns, ad groups, ads, identities, image and video upload, audience and creative management, insights | |
| 45 | | **Snap Ads MCP** | `https://snap-ads.mcp.pipeboard.co/` | **37 tools** — ad accounts, campaigns, ad squads, ads, creatives, media upload, insights | |
| 46 | | **Reddit Ads MCP** | `https://reddit-ads.mcp.pipeboard.co/` | **33 tools** — accounts, campaigns, ad groups, ads, performance reports | |
| 47 | |
| 48 | **That is 230+ tools across five ad platfor |