mcpbeat Sign in

Reddit (RSS) MCP Server

local only

Reddit (RSS) runs on your own machine — the client starts it, so there is no endpoint to ping. 994 installs a week from pypi. Last commit 3 Sep 2026.

Read Reddit from Claude with no API key and no app registration, via Reddit's public RSS feeds.

Installs per day peak 669 · avg 41 · +980% w/w
a month agotoday
994
Installs / week
pypi · reddit-rss-mcp
1
Stars
0 open issues
3 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Reddit (RSS) every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add reddit-mcp -- uvx reddit-rss-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "reddit-mcp": {
      "args": [
        "reddit-rss-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.reddit-mcp]
command = "uvx"
args = ["reddit-rss-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "reddit-mcp": {
      "args": [
        "reddit-rss-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "reddit-mcp": {
      "args": [
        "reddit-rss-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Reddit (RSS)

same job, measured the same way
I
Aphelion
by saksham-gagneja-indxx

Aphelion: LinkedIn reel automation with AI - upload, caption, schedule, and publish via Claude.

local only
Readdit Later
by sanjhaiprakash18

Search, organize, and chat with your saved Reddit posts from Claude, Cursor, and any MCP client.

327 installs/wk answering
Signalpipe
by abyousef739

Agentic Reddit/HN buying-signal detection for Claude Code, Cursor, and Windsurf via MCP.

answering
Reddit MCP by UnClick
by malamutemayhem

Read public Reddit without OAuth; post, comment, vote, and subscribe with OAuth. By UnClick.

21 installs/wk local only
Reddit Scraper
by fashionmascherine-svg

Reddit MCP server: search posts, subreddit feeds, comments & user profiles as JSON. No API key.

answering
Reddit MCP Server
by jordanburke

Reddit MCP server with full read/write - posts, comments, search, and content creation.

478 installs/wk local only
Reddit
by pipeworx-io

Reddit MCP — public Reddit data via JSON endpoints (no auth required)

34 tools answering
glim.sh
by glim

Give your agent live data from Twitter, Reddit, the web and GitHub. No API keys, no scraping stack.

14 tools answering

Reddit (RSS) — questions

Answers built from our own checks of this server.

Why is there no uptime for Reddit (RSS)?
Reddit (RSS) runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package reddit-rss-mcp was installed 994 times last week.
How do I connect Reddit (RSS)?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls reddit-rss-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Reddit (RSS)?
The pypi package reddit-rss-mcp was installed 994 times in the last week. Week over week that is +980%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Reddit (RSS) open source?
Yes — it is published under the MIT licence, written in Python and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.