Skip to content
Windsurf

Reddit Ads MCP for Windsurf

io.github.mkerchenski/reddit-ads-mcp

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

client:Windsurf transport:stdio runtime:nuget

Install Reddit Ads MCP in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "reddit-ads-mcp": {
      "command": "dnx",
      "args": [
        "RedditAdsMcp",
        "--yes"
      ],
      "env": {
        "REDDIT_CLIENT_ID": "<REDDIT_CLIENT_ID>",
        "REDDIT_CLIENT_SECRET": "<REDDIT_CLIENT_SECRET>",
        "REDDIT_REFRESH_TOKEN": "<REDDIT_REFRESH_TOKEN>",
        "REDDIT_ACCOUNT_ID": "<REDDIT_ACCOUNT_ID>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Reddit Ads MCP in other clients