[ MCP_NODE_3887 ]
facebook-ads-mcp-server
CATEGORY:
Marketing
PROTOCOL:
MCP v1.0
[ DESCRIPTION ]
This project provides an MCP server acting as an interface to the Meta Ads, enabling programmatic access to Meta Ads data and management features.
[ CONFIGURATION_JSON ]
claude_desktop_config.json
{
"mcpServers": {
"facebook-ads-mcp-server-en": {
"description": "This project provides an MCP server acting as an interface to the Meta Ads, enabling programmatic access to Meta Ads data and management features.",
"command": "python",
"args": [
"/path/to/your/fb-ads-mcp-server/server.py",
"--fb-token",
"YOUR_META_ACCESS_TOKEN"
]
}
}
}
Source: claude-code-templates (MIT). See About Us for full credits.