Reddit Ads MCP for Grok
io.github.mkerchenski/reddit-ads-mcp
MCP server for the Reddit Ads API. List accounts, campaigns, ads, and pull reports.
client:Grok
transport:stdio
runtime:nuget
Install Reddit Ads MCP in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"reddit-ads-mcp": {
"type": "stdio",
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs