Skip to content
Grok

ThreadSnoop Reddit API for Grok

io.github.threadsnoop/reddit

Read-only Reddit search API for AI agents: posts, comments, comment trees, subreddit rules.

client:Grok transport:streamable-http

Install ThreadSnoop Reddit API in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "reddit": {
      "type": "http",
      "url": "https://api.threadsnoop.com/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

ThreadSnoop Reddit API in other clients