analytics
Meta Ads MCP Server
Run your Facebook and Instagram ads from Claude. Build campaigns, move budgets around, kill underperformers, and pull performance reports. You don't need to open Ads Manager.
Pricing: free — Open source, 591 GitHub stars. You'll need a Meta Ads account with API access to use it.
Features
- Full read/write control over your campaigns, ad sets, and individual ads
- Moves budget toward what's working based on actual performance numbers
- Compares creative variants and catches ad fatigue early
- Breaks down results by audience segment so you know who's converting
- Watches your campaigns and flags issues before they waste spend
- Works with Claude, Cursor, Windsurf, and other MCP clients
Setup Instructions
1. Grab a Meta Ads access token from Meta Business Suite
2. Drop this into your Claude MCP settings:
``
json
{
"mcpServers": {
"meta-ads": {
"command": "npx",
"args": ["-y", "meta-ads-mcp"],
"env": {
"META_ACCESS_TOKEN": "your_access_token"
}
}
}
}
``
3. Restart Claude. Your ad accounts show up right awayAdded: 2026-03-08