mcp-reddit
Related Servers
Alternatives to mcp-reddit
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityBmaintenanceMCP server for Reddit data — subreddits, users, search, live comments. No OAuth required.MIT
- AlicenseNot gradedqualityBmaintenanceA local, read-only Reddit MCP server that provides tools for searching posts, retrieving posts/comments, subreddit information, and user content via the official Reddit Data API with caching and privacy-focused features.-
- AlicenseAqualityDmaintenanceA dependency-free MCP server that reads Reddit through its RSS feeds, enabling search, browsing subreddits, and reading post comments without any API keys or authentication.33 npm13MIT
- AlicenseAqualityDmaintenanceReddit MCP Server — No API Keys Required. Browse, post, comment, vote, and manage your Reddit account from any MCP client.204MIT
- AlicenseNot gradedqualityBmaintenanceMCP server for Reddit that fetches full comment threads and compresses them into compact tab-delimited format, reducing token usage by up to 94% vs JSON. Supports subreddit feeds, multi-subreddit search, user activity, and OAuth for higher rate limits.2MIT
- AlicenseAqualityCmaintenanceA read-only Reddit MCP server that fetches threads, comments, and subreddits from the Arctic Shift archive over HTTP, requiring no Reddit account or API key.6MIT
TDQS
Scored across 3 tools
Each tool serves a distinct purpose: fetching subreddit posts, fetching comments for a specific post, and searching Reddit. There is no overlap or ambiguity between them.
All tools share the reddit_ prefix, and two use verb_noun (get_posts, get_comments). The third, reddit_search, deviates slightly by using a bare verb, but the pattern is still clear and predictable.
Three tools is a well-scoped set for a Reddit reading server, covering core read operations without unnecessary bloat.
The server covers the primary read workflows: viewing posts, viewing comments, and searching. Minor gaps like fetching a specific post by ID or user profiles could be added, but the core domain is adequately covered.