← back to MCP Servers

Reddit Reader

Read-only Reddit access via MCP. Search posts, browse subreddits, read comments, and get community info. Works without API keys using Reddit's public endpoints, with optional credentials for higher rate limits.

Tool Groups
🔍 Search & Browse
Search Reddit posts globally or within a subreddit. Browse a subreddit's posts sorted by hot, new, top, or rising with configurable time filters.
search_reddit get_subreddit_posts
💬 Reading
Read comments on a post with threaded replies. Accepts full Reddit URLs, short links, or raw post IDs. Configurable comment sort and depth.
get_post_comments
📊 Community Info
Get subreddit details including description, subscriber count, active users, creation date, and community rules.
get_subreddit_info
MCP Endpoint (OAuth required)
https://mcp.kautiontape.com/reddit/mcp

Quick Setup

Add to your Claude Desktop config (claude_desktop_config.json) under mcpServers:

{
  "mcpServers": {
    "reddit-reader": {
      "url": "https://mcp.kautiontape.com/reddit/mcp"
    }
  }
}

This server requires OAuth authentication and is not publicly available. All 4 tools are available through a single connection.