mikusnuz/meta-ads-mcp
by Various
MCP server for Meta Marketing API v25.0 — 135 tools for Facebook & Instagram ad campaign management
MCP
mikusnuz/meta-ads-mcp
Added 1 June 2026
Overview
An MCP server that wraps Meta Marketing API v25.0, exposing 135 tools for managing Facebook and Instagram ad campaigns. Built in TypeScript, it lets AI agents create, read, update, and delete ads, audiences, and insights directly through the Model Context Protocol.
Best for
Best for
Developers building AI-driven ad management tools for Facebook and Instagram
Use cases
- Automate ad campaign creation and optimization via AI assistants
- Pull real-time ad performance metrics and audience insights
- Manage multiple ad accounts and campaigns programmatically
How to use
Tools exposed
META_ADS_ACCESS_TOKENMETA_AD_ACCOUNT_IDMETA_APP_IDMETA_APP_SECRETMETA_BUSINESS_IDMETA_PIXEL_IDlist_campaignsget_campaigncreate_campaignupdate_campaigndelete_campaigncopy_campaignget_campaign_adsetsget_campaign_adsget_campaign_leadslist_adsetsget_adsetcreate_adsetupdate_adsetdelete_adset
Example client config
{\n "mcpServers": {\n "meta-ads": {\n "command": "npx",\n "args": ["-y", "@mikusnuz/meta-ads-mcp"],\n "env": {\n "META_ADS_ACCESS_TOKEN": "your-access-token",\n "META_AD_ACCOUNT_ID": "123456789",\n "META_APP_ID": "your-app-id",\n "META_APP_SECRET": "your-app-secret",\n "META_BUSINESS_ID": "your-business-id",\n "META_PIXEL_ID": "your-pixel-id"\n }\n }\n }\n} Notes
An MCP server that wraps Meta Marketing API v25.0, exposing 135 tools for managing Facebook and Instagram ad campaigns. Built in TypeScript, it lets AI agents create, read, update, and delete ads, audiences, and insights directly through the Model Context Protocol.
48 stars on GitHub. Last updated 2026-04-12. Licensed MIT.
Use cases
- Automate ad campaign creation and optimization via AI assistants
- Pull real-time ad performance metrics and audience insights
- Manage multiple ad accounts and campaigns programmatically
Pros
- Covers a wide range of Meta Marketing API endpoints (135 tools)
- TypeScript codebase is easy to extend and integrate
- Lets AI agents directly control ad workflows without manual API calls
Cons
- Requires Meta Business account and API access setup
- Limited to v25.0 of the Marketing API (may lag behind latest changes)
- Small community (48 stars) means less support and fewer examples
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Covers a wide range of Meta Marketing API endpoints (135 tools)
- TypeScript codebase is easy to extend and integrate
- Lets AI agents directly control ad workflows without manual API calls
Cons
- Requires Meta Business account and API access setup
- Limited to v25.0 of the Marketing API (may lag behind latest changes)
- Small community (48 stars) means less support and fewer examples
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Cline
Cline
Open-source autonomous coding agent that lives inside VS Code. BYO model key, watch it work.
Claude Code
Anthropic
Anthropic's terminal-native coding agent. Reads your repo, edits files, runs tests, ships PRs.
Continue
Continue.dev
Open-source AI code assistant for VS Code and JetBrains. Customisable, BYO model, built for enterprise.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.