Reddit vs Hacker News
Both of these maintained community MCP servers let an agent read a social news community, but they target different sites and differ in whether the agent can also write. The Reddit server (Jordan Burke) connects to Reddit through Reddit's official API: on the read side it fetches a specific post with engagement analysis, pulls top posts from a subreddit or the home feed, browses a subreddit by sort method (hot, new, top, rising, controversial), retrieves user profiles, posts, and comments, gets a post's comment thread, surfaces trending subreddits, and searches Reddit — and it can also create posts and reply to posts. The Hacker News server (mcp-hn) is a small, read-only window into Hacker News, the technology and startup aggregator run by Y Combinator: a model can pull the current top, new, Ask HN, and Show HN stories, fetch a story's comment thread, search stories, and look up a user's profile. So the choice tracks the community you care about and whether you need write access. Here is how they compare for an agent.
How they compare
| Dimension | Hacker News | |
|---|---|---|
| Community | Reddit — thousands of topical subreddits across every interest, with sort modes and trending. | Hacker News — a single tech-and-startup feed run by Y Combinator (top, new, Ask HN, Show HN). |
| Read surface | Posts with engagement analysis, subreddit browsing by sort, user posts/comments, threads, trending, and search. | Top/new/Ask/Show stories, a story's comment thread, story search, and user lookup. |
| Write capability | Yes — create posts and reply to posts via the official API. | Read-only — the server reads stories, comments, and profiles but does not post. |
| Breadth of content | Wide-ranging across communities and topics, with structured browsing and analysis. | Narrow and focused on the tech/startup conversation in one feed. |
| Best-fit task | Researching or participating across many subreddits, including posting and replying. | Lightweight monitoring and research of the Hacker News tech conversation, read-only. |
Verdict
Choose by the community and whether the agent should write. The Reddit server is the pick when you care about Reddit's breadth — browsing many subreddits by sort, analyzing engagement, reading threads and profiles, and even creating posts or replies through the official API. The Hacker News server is the choice for a focused, read-only view of the tech-and-startup conversation: top, new, Ask HN, and Show HN stories, comment threads, search, and user lookup, in a small, dependable package. Both are community servers; the split is broad-and-writable Reddit versus narrow-and-read-only Hacker News. Match the server to which community you follow and whether participation, not just reading, is part of the job.
FAQ
- Can either server post content?
- The Reddit server can create posts and reply to posts via Reddit's official API. The Hacker News server is read-only — it reads stories, comments, and user profiles but does not post.
- Which covers more topics?
- Reddit covers thousands of topical subreddits across every interest, with sort modes and trending. Hacker News is a single tech-and-startup feed, so its content is narrower and more focused.