Home › Marketing & E-Commerce › Reddit Ads
Reddit Ads
Reddit Ads API v3: campaigns, ad groups, ads, reports, plus working writes with safety tiers.
Topics: Marketing
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 0.5.5)
npx -y mcp-server-reddit-ads@0.5.5
Or add to your MCP client config:
{
"mcpServers": {
"mcp-server-reddit-ads": {
"command": "npx",
"args": [
"-y",
"mcp-server-reddit-ads@0.5.5"
],
"env": {
"REDDIT_CLIENT_ID": "<YOUR_VALUE>",
"REDDIT_CLIENT_SECRET": "<YOUR_VALUE>",
"REDDIT_REFRESH_TOKEN": "<YOUR_VALUE>",
"REDDIT_ADS_WRITE_TIER": "<YOUR_VALUE>",
"REDDIT_ADS_ACCOUNT_ID": "<YOUR_VALUE>"
}
}
}
}
REDDIT_CLIENT_IDrequired secret — Reddit app client id (from the Ads developer portal)REDDIT_CLIENT_SECRETrequired secret — Reddit app client secretREDDIT_REFRESH_TOKENrequired secret — OAuth refresh token (mint one with: npx mcp-server-reddit-ads auth)REDDIT_ADS_WRITE_TIER— Write tier: read (default, no writes), safe, or spendREDDIT_ADS_ACCOUNT_ID— Default ad account id (a2_...) for single-account use
Related servers
meta-ads-mcp
Meta Ads automation that just works. Trusted by 10,000+ businesses to analyze performance, test creatives, optimize spend, and scale…
facebook-ads-mcp-server
MCP server acting as an interface to the Facebook Ads, enabling programmatic access to Facebook Ads data and management features.
osp_marketing_tools
A suite of marketing tools from Open Strategy Partners including writing style, editing codes, and product marketing value map creation.
google-tag-manager-mcp-server
This server supports remote MCP connections, includes built-in Google OAuth, and provide an interface to the Google Tag Manager API.
google-ads-mcp-server
MCP server acting as an interface to the Google Ads, enabling programmatic access to Google Ads data and management features.
HitKeep
Stateless 2026-07-28 read-only MCP server for aggregate HitKeep analytics and official docs.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry