Reddit Ads MCP: campaigns, ad groups, ads, reporting, and audience targeting.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
MCP server for Reddit Ads API v3 -- campaign management, ad creation, performance reporting, and audience targeting via Claude.
Or clone the repository:
Security: Never share your .mcp.json file or commit it to git -- it may contain API credentials. Add .mcp.json to your .gitignore.
Create a Reddit OAuth app at reddit.com/prefs/apps:
adsread adsedit read scopesSet credentials via environment variables:
| Variable | Description |
|---|---|
REDDIT_CLIENT_ID | OAuth app client ID |
REDDIT_CLIENT_SECRET | OAuth app client secret |
REDDIT_REFRESH_TOKEN | OAuth refresh token with ads scopes |
REDDIT_ADS_MCP_WRITE | Set to true to enable mutating tools (create/update/pause/enable). Unset = read-only (default). |
As of v1.1.0 the MCP starts in read-only mode. The 10 read/report/targeting tools are always exposed, but the 8 mutating tools (create/update campaigns, ad groups, ads, and bulk pause/enable) are hidden from the tool list and refused at call time unless REDDIT_ADS_MCP_WRITE=true is set in the server's environment. This guards against a casual chat message accidentally mutating live ad spend. Enable writes deliberately, for the sessions where you actually intend to ship changes.
Copy config.example.json to config.json and fill in defaults:
Environment variables take precedence over config file values.
Claude Desktop: Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows).
| Tool | Description |
|---|---|
reddit_ads_get_client_context | Get account info and verify API connectivity |
reddit_ads_get_accounts | List all ad accounts accessible to the authenticated user |
| Tool | Description |
|---|---|
reddit_ads_get_campaigns | List campaigns with optional status filter |
reddit_ads_get_ad_groups | List ad groups for a campaign |
reddit_ads_get_ads | List ads for an ad group |
reddit_ads_get_performance_report | Aggregated performance metrics for campaigns/ad groups/ads |
reddit_ads_get_daily_performance | Day-by-day performance breakdown |
| Tool | Description |
|---|---|
reddit_ads_create_campaign | Create a new campaign (PAUSED by default) |
reddit_ads_update_campaign | Update campaign name, budget, objective, or status |
| Tool | Description |
|---|---|
reddit_ads_create_ad_group | Create a new ad group with targeting (PAUSED by default) |
reddit_ads_update_ad_group | Update ad group bid, targeting, or status |
| Tool | Description |
|---|---|
reddit_ads_create_ad | Create a new ad with headline, body, URL, and media (PAUSED by default) |
reddit_ads_update_ad | Update ad creative or status |
| Tool | Description |
|---|---|
reddit_ads_pause_items | Pause multiple campaigns, ad groups, or ads at once |
reddit_ads_enable_items | Enable multiple campaigns, ad groups, or ads at once |
| Tool | Description |
|---|---|
reddit_ads_search_subreddits | Search for subreddits by keyword for targeting |
reddit_ads_get_interest_categories | List available interest categories for targeting |
reddit_ads_search_geo_targets | Search for geographic targeting options (countries, regions, metros) |
YYYY-MM-DDTHH:MM:SSZ).ACTIVE to go live.config.json but can be overridden per request.MIT -- see LICENSE.
Built by Mark Harnett / drak-marketing.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/reddit-ads)<a href="https://allmcps.com/mcp/reddit-ads"><img src="https://allmcps.com/api/badge/reddit-ads?style=directory" alt="Reddit Ads on AllMCPs" /></a>