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. 60 installs a week from npm. Last commit 29 Jul 2026.

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

Installs per day peak 528 · avg 53 · +11% w/w
a month agotoday
60
Installs / week
npm · mcp-server-reddit-ads
1
Stars
1 open issues
29 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command src/auth-command.ts:90
    const child = spawn(cmd, [url], { stdio: "ignore", detached: true });

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 mcp-server-reddit-ads -- npx -y mcp-server-reddit-ads
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server-reddit-ads": {
      "args": [
        "-y",
        "mcp-server-reddit-ads"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server-reddit-ads]
command = "npx"
args = ["-y", "mcp-server-reddit-ads"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server-reddit-ads": {
      "args": [
        "-y",
        "mcp-server-reddit-ads"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server-reddit-ads": {
      "args": [
        "-y",
        "mcp-server-reddit-ads"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: REDDIT_CLIENT_ID (Reddit app client id (from the Ads developer portal)), REDDIT_CLIENT_SECRET (Reddit app client secret), REDDIT_REFRESH_TOKEN (OAuth refresh token (mint one with: npx mcp-server-reddit-ads auth)), REDDIT_ADS_WRITE_TIER (Write tier: read (default, no writes), safe, or spend), REDDIT_ADS_ACCOUNT_ID (Default ad account id (a2_...) for single-account use). 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 mharnett

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

66 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
Google Ads MCP by AdPlug
by danielpopamd

Google Ads MCP server: 16 tools for reporting, campaigns, keywords, assets. Writes preview first.

answering
Google Ads
by mharnett

Google Ads MCP with MCC support: 35 tools for campaigns, keywords, reporting, GAQL.

298 installs/wk local only
Apple Ads
by happygallo

Manage Apple Search Ads campaigns, keywords, budgets, and reports via API v5.

75 installs/wk local only
Yuque MCP
by wwwwujl

Yuque MCP server with safe read/write tools for groups, group members, repositories, docs, and TOC.

37 installs/wk local only
Apple Search Ads
by b77

Manage Apple Ads campaigns and reporting in chat.

answering
Google Ads Manager MCP
by aleemhaider

Unofficial MCP server for Google Ads: reporting plus safe draft/confirm campaign management.

38 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-server-reddit-ads was installed 60 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-server-reddit-ads straight from npm; nothing to host, nothing to sign up for.
How many people use Reddit Ads?
The npm package mcp-server-reddit-ads was installed 60 times in the last week. Week over week that is +11%. 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, 1 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.