The Facebook Ads MCP Server provides programmatic access to Meta Ads data and management features. It connects to the Meta Ads platform, allowing developers to create, manage, and retrieve ad campaigns, ad sets, and ads. It exposes endpoints for fetching ad performance metrics, targeting options, and audience insights. Developers use it to automate ad management, analyze campaign performance, and integrate Meta Ads data into their applications.
The Facebook Ads MCP Server provides programmatic access to Meta Ads data and management features. It connects to the Meta Ads platform, allowing developers to create, manage, and retrieve ad campaigns, ad sets, and ads. It exposes endpoints for fetching ad performance metrics, targeting options, and audience insights. Developers use it to automate ad management, analyze campaign performance, and integrate Meta Ads data into their applications.
pip install facebook-ads-mcp-serverAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"gomarble-ai-facebook-ads-mcp-server-github": {
"command": "uvx",
"args": [
"pip install facebook-ads-mcp-server"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from facebook ads?"
API Key Required
This server requires an API key from facebook ads. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| FACEBOOK_ADS_API_KEY | Yes | Your facebook ads API key |
"What resources are available in facebook ads?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in facebook ads"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in facebook ads with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.