Skip to content
Grok

reddit ads for Grok

io.github.mharnett/reddit-ads

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

client:Grok transport:stdio runtime:npm

Install reddit ads in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "reddit-ads": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-reddit-ads"
      ],
      "env": {
        "REDDIT_CLIENT_ID": "<REDDIT_CLIENT_ID>",
        "REDDIT_CLIENT_SECRET": "<REDDIT_CLIENT_SECRET>",
        "REDDIT_REFRESH_TOKEN": "<REDDIT_REFRESH_TOKEN>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

reddit ads in other clients