reddit mcp buddy for Grok
io.github.karanb192/reddit-mcp-buddy
Reddit browser for AI assistants. Browse without API keys; add credentials for search and analysis.
client:Grok
transport:stdio
runtime:npm
Install reddit mcp buddy in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"reddit-mcp-buddy": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"reddit-mcp-buddy"
]
}
}
}
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