reddit_mcp

ajaaysrinivaas/reddit_mcp
★ 0 stars Python 🔒 Security Updated 4d ago
Reddit MCP Server is a read-only Model Context Protocol server that fetches and normalizes public Reddit data through Reddit’s JSON API, exposing tools for subreddit search, post listings, thread comments, user profiles, and user activity.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "reddit_mcp": {
      "command": "uvx",
      "args": [
        "reddit-mcp"
      ]
    }
  }
}

Or install with pip: pip install reddit-mcp

README Excerpt

A Model Context Protocol server for reading Reddit data from public JSON endpoints. This codebase currently implements a read-only Reddit server with five MCP tools: - `search_subreddit` - `get_subreddit_posts` - `get_post_thread` - `get_user_profile` - `get_user_activity` The server does not require Reddit authentication for the implemented tools.

Tools (5)

get_post_threadget_subreddit_postsget_user_activityget_user_profilesearch_subreddit