MCP Servers / communication / Facebook Ads

Facebook Ads

JSON →
httpnone327communication

MCP server acting as an interface to the Facebook Ads, enabling programmatic access to Facebook Ads data and management features.

Install
How to run this server
[ { "cmd": "npx -y @smithery/cli", "imports": [] } ]
server path: facebook-ads
Tools
What this server exposes
list_ad_accounts
Lists ad accounts linked to the token.
get_details_of_ad_account
Retrieves details for a specific ad account.
get_campaign_by_id
Retrieves details for a specific campaign.
get_adset_by_id
Retrieves details for a specific ad set.
get_ad_by_id
Retrieves details for a specific ad.
get_ad_creative_by_id
Retrieves details for a specific ad creative.
get_adsets_by_ids
Retrieves details for multiple ad sets by their IDs.
get_campaigns_by_adaccount
Retrieves campaigns within an ad account.
get_adsets_by_adaccount
Retrieves ad sets within an ad account.
get_ads_by_adaccount
Retrieves ads within an ad account.
get_adsets_by_campaign
Retrieves ad sets within a campaign.
get_ads_by_campaign
Retrieves ads within a campaign.
get_ads_by_adset
Retrieves ads within an ad set.
get_ad_creatives_by_ad_id
Retrieves creatives associated with an ad.
get_adaccount_insights
Retrieves performance insights for an ad account.
get_campaign_insights
Retrieves performance insights for a campaign.
get_adset_insights
Retrieves performance insights for an ad set.
Configuration
Environment & auth
authnone
envYOUR_META_ACCESS_TOKEN
Resources
Facebook Ads — MCP Server · libregistry