MCPHIVE

Reddit MCP

Local · stdio

A community server for reading Reddit: an agent fetches the front page, a subreddit's top/hot/new posts and their comments. It uses Reddit's public JSON endpoints with no OAuth and no developer app registration. Read-only — the server can't post, vote or comment. Not an official Reddit product.

Why this server

  • No OAuth, no Reddit app registration — works right out of the box
  • Covers the front page and any subreddit with top/hot/new sorting
  • Comments come along with the post — no separate request needed
  • Read-only — no posting, voting or authenticated actions

Usage examples

Prompt: Show the top 5 posts from r/MachineLearning this week

Result: The agent called get_subreddit_posts with subreddit MachineLearning, sort=top and timeframe=week.

Prompt: What's currently hot on Reddit's front page?

Result: The agent called get_frontpage_posts sorted by hot, returning a list of posts with scores and comment counts.

Local server

This MCP runs locally on the user's machine (stdio), so availability isn't tracked — rely on reviews and the rating instead.

Reviews

No reviews yet.