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.
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.