MCP Server
MCP
Reddit Ads MCP
MCP server for the Reddit Ads API. List accounts, campaigns, ads, and pull reports.
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
By
Comments
Sign in to leave a comment