← Back to Plugins
MCP Server MCP

Reddit Ads

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "mcp-server-reddit-ads",
      "version": "0.5.5",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Reddit app client id (from the Ads developer portal)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "REDDIT_CLIENT_ID"
        },
        {
          "description": "Reddit app client secret",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "REDDIT_CLIENT_SECRET"
        },
        {
          "description": "OAuth refresh token (mint one with: npx mcp-server-reddit-ads auth)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "REDDIT_REFRESH_TOKEN"
        },
        {
          "description": "Write tier: read (default, no writes), safe, or spend",
          "format": "string",
          "name": "REDDIT_ADS_WRITE_TIER"
        },
        {
          "description": "Default ad account id (a2_...) for single-account use",
          "format": "string",
          "name": "REDDIT_ADS_ACCOUNT_ID"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...