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.
We read the source, 21 h ago · rules 3dff92dd89df
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.
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.
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.
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.
claude mcp add mcp-server-reddit-ads -- npx -y mcp-server-reddit-ads
{
"mcpServers": {
"mcp-server-reddit-ads": {
"args": [
"-y",
"mcp-server-reddit-ads"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-server-reddit-ads]
command = "npx"
args = ["-y", "mcp-server-reddit-ads"]
{
"mcpServers": {
"mcp-server-reddit-ads": {
"args": [
"-y",
"mcp-server-reddit-ads"
],
"command": "npx"
}
}
}
{
"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.
Reddit Ads MCP: campaigns, ad groups, ads, reporting, and audience targeting.
MCP server for the Reddit Ads API. List accounts, campaigns, ads, and pull reports.
Google Ads MCP server: 16 tools for reporting, campaigns, keywords, assets. Writes preview first.
Google Ads MCP with MCC support: 35 tools for campaigns, keywords, reporting, GAQL.
Manage Apple Search Ads campaigns, keywords, budgets, and reports via API v5.
Yuque MCP server with safe read/write tools for groups, group members, repositories, docs, and TOC.
Manage Apple Ads campaigns and reporting in chat.
Unofficial MCP server for Google Ads: reporting plus safe draft/confirm campaign management.
Answers built from our own checks of this server.