← Back to Plugins
MCP Server MCP

Reddit Ads MCP

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

nuget:[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "nuget",
      "registryBaseUrl": "https://api.nuget.org/v3/index.json",
      "identifier": "RedditAdsMcp",
      "version": "1.1.1",
      "runtimeHint": "dnx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Reddit app client ID",
          "isRequired": true,
          "name": "REDDIT_CLIENT_ID"
        },
        {
          "description": "Reddit app client secret",
          "isRequired": true,
          "isSecret": true,
          "name": "REDDIT_CLIENT_SECRET"
        },
        {
          "description": "OAuth refresh token",
          "isRequired": true,
          "isSecret": true,
          "name": "REDDIT_REFRESH_TOKEN"
        },
        {
          "description": "Default Reddit ad account ID",
          "isRequired": true,
          "name": "REDDIT_ACCOUNT_ID"
        }
      ]
    }
  ]
}
mcp model-context-protocol nuget

Comments

Sign in to leave a comment

Loading comments...