Reddit Ads MCP
About
MCP server for the Reddit Ads API. List accounts, campaigns, ads, and pull reports.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
REDDIT_CLIENT_ID REDDIT_CLIENT_SECRET REDDIT_REFRESH_TOKEN REDDIT_ACCOUNT_IDClaude Code
claude mcp add --env REDDIT_CLIENT_ID= --env REDDIT_CLIENT_SECRET= --env REDDIT_REFRESH_TOKEN= --env REDDIT_ACCOUNT_ID= reddit-ads-mcp -- dnx RedditAdsMcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"reddit-ads-mcp","command":"dnx","args":["RedditAdsMcp"],"env":{"REDDIT_CLIENT_ID":"","REDDIT_CLIENT_SECRET":"","REDDIT_REFRESH_TOKEN":"","REDDIT_ACCOUNT_ID":""}}'
JSON
{
"mcpServers": {
"reddit-ads-mcp": {
"command": "dnx",
"args": [
"RedditAdsMcp"
],
"env": {
"REDDIT_CLIENT_ID": "",
"REDDIT_CLIENT_SECRET": "",
"REDDIT_REFRESH_TOKEN": "",
"REDDIT_ACCOUNT_ID": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.