Back to MCP Servers
Facebook Ads
MCP server acting as an interface to the Facebook Ads, enabling programmatic access to Facebook Ads data and management features.
marketing
By gomarble-ai
Installation
npx -y facebook-ads-mcp-serverConfiguration
{
"mcpServers": {
"facebook-ads-mcp-server": {
"command": "npx",
"args": ["-y", "facebook-ads-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes