mcpbeat Sign in

Reddit Ads MCP Server

local only

Reddit Ads runs on your own machine — the client starts it, so there is no endpoint to ping. 66 installs a week from npm. Last commit 9 Sep 2026.

Reddit Ads MCP: campaigns, ad groups, ads, reporting, and audience targeting.

Installs per day peak 56 · avg 11 · -46% w/w
a month agotoday
66
Installs / week
npm · mcp-reddit-ads
3
Stars
0 open issues
9 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Reddit Ads every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add reddit-ads -- npx -y mcp-reddit-ads
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "reddit-ads": {
      "args": [
        "-y",
        "mcp-reddit-ads"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.reddit-ads]
command = "npx"
args = ["-y", "mcp-reddit-ads"]
.cursor/mcp.json
{
  "mcpServers": {
    "reddit-ads": {
      "args": [
        "-y",
        "mcp-reddit-ads"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "reddit-ads": {
      "args": [
        "-y",
        "mcp-reddit-ads"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: REDDIT_CLIENT_ID (Reddit OAuth app client ID), REDDIT_CLIENT_SECRET (Reddit OAuth app client secret), REDDIT_REFRESH_TOKEN (Reddit OAuth refresh token). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Reddit Ads

same job, measured the same way
Reddit Ads
by camlowe

Reddit Ads API v3: campaigns, ad groups, ads, reports, plus working writes with safety tiers.

60 installs/wk local only
Reddit Ads MCP
by mkerchenski

MCP server for the Reddit Ads API. List accounts, campaigns, ads, and pull reports.

local only
Apple Search Ads
by b77

Manage Apple Ads campaigns and reporting in chat.

answering
AdCritter for Agents
by adcritter

Operate the AdCritter ads platform: campaigns, creatives, audiences, and reporting.

answering
Mailchimp
by usefulapi

Read audiences, members, campaigns and reports; add, update, tag and archive subscribers.

18 tools answering
Google Ads + Meta Ads + GA4 MCP
by irinabuht12-oss

Google Ads, Meta Ads & GA4 MCP server - 250+ tools for campaigns, creatives, audiences & reports.

answering
Metadata MCP Connector
by f-o-x11

Metadata B2B ad reports, audience planning, brand creative, and campaign readiness.

answering
Bing Ads
by mharnett

MCP server for Microsoft Advertising (Bing Ads) — campaigns, keywords, and reports

79 installs/wk local only

Reddit Ads — questions

Answers built from our own checks of this server.

Why is there no uptime for Reddit Ads?
Reddit Ads runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package mcp-reddit-ads was installed 66 times last week.
How do I connect Reddit Ads?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-reddit-ads straight from npm; nothing to host, nothing to sign up for.
How many people use Reddit Ads?
The npm package mcp-reddit-ads was installed 66 times in the last week. Week over week that is -46%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Reddit Ads open source?
Yes — it is published under the MIT licence, written in TypeScript and 3 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.