Meta Ads Engine
Provides tools for managing Meta (Facebook) Ads accounts, including creating campaigns, ad sets, ads, uploading videos, and retrieving performance insights.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Meta Ads Enginelist my ad accounts"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Meta Ads Engine
A clean-room Meta Ads MCP server plus a battle-tested media-buying playbook. It runs the front end of a Meta ads operation inside Claude Code: read the account, build campaigns, upload video creatives, launch a paused three-ad-set structure, and read performance. One Meta system-user token, no third-party auth broker.
New here? Read START-HERE.md first for setup. The method lives in PLAYBOOK.md.
What it is
Our own MCP. The server is written from scratch against the Meta Graph API (Python, FastMCP + httpx). No forked code, no vendored package, MIT licensed. It talks straight to Graph with your system-user token.
Our own playbook. PLAYBOOK.md is the Jeremy Haynes post-Andromeda method plus the exact creative-upload flow that works around Meta's DCO block. The tool code encodes the hard-won gotchas so you do not have to remember them.
Related MCP server: Meta Ads MCP
What it does
Read. List ad accounts and pages, pull campaigns and ad sets and ads, read insights (spend, reach, ctr, cpc, cpm, actions).
Build. Create a paused campaign, three ABO ad sets (broad, interest stack, lookalike stack), multi-variant creatives, and ads.
Video creatives. Upload a local video to the ad account and build a creative from it, thumbnail handled.
Launch. The
/launchskill drives the whole build to a paused, live-ready campaign. It never sets anything live without your yes.
What it does not do (honest)
It does not optimise live campaigns for you. The scaling loop (duplicate, keep the no-reach ads, pull the winners) is a plan you follow, not an automation.
It does not generate creative. It uploads and structures what you give it.
It does not set campaigns live on its own. Everything ships PAUSED.
Tools
Tool | What |
| List accessible ad accounts |
| List promotable Pages on an account |
| Campaign CRUD (PAUSED by default, ABO) |
| Ad set CRUD (budget in cents, Advantage+ audience off) |
| Multi-variant (asset_feed_spec) or single-variant (placeholder) creatives |
| Ad CRUD, including the DCO-bypass swap |
| Ad-account video upload + fresh thumbnail |
| Performance read at account/campaign/adset/ad level |
| Interest search for the interest-stack ad set |
The launch flow (how a build runs)
create_campaign(PAUSED, an OUTCOME_* objective).create_adsetx3: broad, interest stack (search_intereststo fill it), lookalike stack. ABO budgets in cents.upload_videoper creative,get_video_thumbnailfor a fresh thumbnail.Creative upload uses the DCO bypass: build a single-variant placeholder creative,
create_adagainst it, thenupdate_adto swap in the real multi-variant creative. See PLAYBOOK.md for why.Review in Ads Manager. Set live only on an explicit yes (
update_campaignstatus ACTIVE).
Stack
Python 3.11+, FastMCP, httpx. Runs over stdio as an MCP server. MIT licensed.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Matthew-Lee-Nello/meta-ads-engine'
If you have feedback or need assistance with the MCP directory API, please join our Discord server