Reddit Ads MCP: campaigns, ad groups, ads, reporting, and audience targeting.
{
"mcpServers": {
"io-github-mharnett-reddit-ads": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Reddit Ads MCP: campaigns, ad groups, ads, reporting, and audience targeting.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Commit history unknown.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
DataForSEO API modelcontextprotocol server
MCP server for Yandex.Direct API — campaigns, ads, statistics, keywords. Bearer token auth.
Bounding box(bbox) GIS tool: coords conversion, EPSG, WKT, GeoJSON, H3, Overpass, POI, map viz
Revenue intelligence MCP: RFM analysis, 14.5-point ICP scoring, pipeline health. HubSpot.
MCP Security Weekly
Get CVE alerts and security updates for io.github.mharnett/reddit-ads and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
MCP server for Reddit Ads API v3 -- campaign management, ad creation, performance reporting, and audience targeting via Claude.
npm install mcp-reddit-ads
Or clone the repository:
git clone https://github.com/drak-marketing/mcp-reddit-ads.git
cd mcp-reddit-ads
npm install
npm run build
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 |
Copy config.example.json to config.json and fill in defaults:
{
"reddit_api": {
"base_url": "https://ads-api.reddit.com/api/v3",
"auth": {
"client_id": "",
"client_secret": "",
"refresh_token": "",
"user_agent": "reddit-ad-mcp/1.0"
}
},
"defaults": {
"account_id": "",
"business_id": "",
"report_metrics": ["impressions", "clicks", "spend", "ctr", "cpc", "ecpm"],
"date_range_days": 7
}
}
Environment variables take precedence over config file values.
{
"mcpServers": {
"reddit-ads": {
"command": "node",
"args": ["/path/to/mcp-reddit-ads/dist/index.js"],
"env": {
"REDDIT_CLIENT_ID": "$(security find-generic-password -a reddit-ads-mcp -s REDDIT_CLIENT_ID -w)",
"REDDIT_CLIENT_SECRET": "$(security find-generic-password -a reddit-ads-mcp -s REDDIT_CLIENT_SECRET -w)",
"REDDIT_REFRESH_TOKEN": "$(security find-generic-password -a reddit-ads-mcp -s REDDIT_REFRESH_TOKEN -w)"
}
}
}
}
| Tool | Description |
|---|---|
| get_client_context | Get account info and verify API connectivity |
| get_accounts | List all ad accounts accessible to the authenticated user |
| Tool | Description |
|---|---|
| get_campaigns | List campaigns with optional status filter |
| get_ad_groups | List ad groups for a campaign |
| get_ads | List ads for an ad group |
| get_performance_report | Aggregated performance metrics for campaigns/ad groups/ads |
| get_daily_performance | Day-by-day performance breakdown |
| Tool | Description |
|---|---|
| create_campaign | Create a new campaign (PAUSED by default) |
| update_campaign | Update campaign name, budget, objective, or status |
| Tool | Description |
|---|---|
| create_ad_group | Create a new ad group with targeting (PAUSED by default) |
| update_ad_group | Update ad group bid, targeting, or status |
| Tool | Description |
|---|---|
| create_ad | Create a new ad with headline, body, URL, and media (PAUSED by default) |
| update_ad | Update ad creative or status |
| Tool | Description |
|---|---|
| pause_items | Pause multiple campaigns, ad groups, or ads at once |
| enable_items | Enable multiple campaigns, ad groups, or ads at once |
| Tool | Description |
|---|---|
| search_subreddits | Search for subreddits by keyword for targeting |
| get_interest_categories | List available interest categories for targeting |
| search_geo_targets | Search for geographic targeting options (countries, regions, metros) |