MCP Server Reddit Ads
未认领MCP server for the Reddit Ads API v3: working write operations, tiered safety controls, and built-in OAuth setup.
安装
npx mcp-server-reddit-ads auth工具(4 个)
copy_ads
duplicates ads into another ad group (Reddit creates a duplicate promoted post per copy) with an option to rewrite utmcampaign and other click-URL query params.
create_ad_group
requires a conversionpixelid, and createcampaign requires one when campaign budget optimization is on (a Reddit mandate since 2026-07-13). The pixel id is in the Reddit Ads dashboard under Events Manager; in observed data it equals the ad account id.
get_campaigns
, getadgroups, and getads take an optional status filter (ACTIVE, PAUSED, or ARCHIVED), applied client-side on configuredstatus.
get_performance_report
takes friendly lowercase metric names (impressions, clicks, spend, cpc, conversionpagevisitclicks, and so on) and validates them locally before the call, suggesting the closest match on a typo.