Back to articles
I built a 98-tool MCP server for managing Meta Ads from Claude Code

I built a 98-tool MCP server for managing Meta Ads from Claude Code

via Dev.to PythonKostas Farasopoulos

I run a marketing agency managing 37+ client ad accounts on Meta. Every day I create campaigns, adjust budgets, fix ad copy, check pixels, rotate creatives. All through the Meta Marketing API. After months of doing this manually with curl and scripts, I built an MCP server that lets me do everything from Claude Code. Then I open-sourced it. ## What it does KonQuest Meta Ads MCP gives you 57 tools (free, MIT) for managing Meta Ads directly from Claude Code: Campaign management - Create, read, update campaigns, ad sets, ads, and creatives. Duplicate campaigns with all their ads in one command. Multi-asset ads - Create a single ad with video (9:16 + 1:1) and static images (1:1 + 4:5 + 9:16) using asset_feed_spec. No more creating separate ads per format. Targeting toolkit - Search interests, behaviors, demographics, geo locations. Estimate audience sizes before creating ad sets. Pixel diagnostics - Check pixel health, verify events are firing, test event sends, diagnose tracking issues on

Continue reading on Dev.to Python

Opens in a new tab

Read Full Article
2 views

Related Articles