Reddit (RSS) for Grok
io.github.jorgen-k/reddit-mcp
Read Reddit from Claude with no API key and no app registration, via Reddit's public RSS feeds.
client:Grok
transport:stdio
runtime:pypi
Install Reddit (RSS) in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"reddit-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"reddit-rss-mcp"
]
}
}
}
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