Reddit (RSS)
Rank #31,123io.github.jorgen-k/reddit-mcp
Read Reddit via public RSS feeds: browse subreddits, posts, comments, and search. No auth.
Reddit (RSS) is a Model Context Protocol (MCP) server published by jorgen-k. It ranks #31,123 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Reddit (RSS) is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Jun 15, 2026 and most recently updated on Jun 15, 2026.
Ranks ahead of 84,468 of 115,591 servers on MCP Toplist.
Use Reddit (RSS)
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add reddit-mcp -- uvx reddit-rss-mcp[mcp_servers.reddit-mcp]
command = "uvx"
args = ["reddit-rss-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"reddit-mcp": {
"command": "uvx",
"args": [
"reddit-rss-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"reddit-mcp": {
"command": "uvx",
"args": [
"reddit-rss-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"reddit-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"reddit-rss-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"reddit-mcp": {
"command": "uvx",
"args": [
"reddit-rss-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"reddit-mcp": {
"command": "uvx",
"args": [
"reddit-rss-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.jorgen-k%2Freddit-mcp)<a href="https://mcptoplist.com/server/io.github.jorgen-k%2Freddit-mcp"><img src="https://mcptoplist.com/badge/io.github.jorgen-k%2Freddit-mcp.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
jorgen-k
Available versions (1)
| Version | Published |
|---|---|
| 1.1.2 | Jun 15, 2026 |
Frequently asked questions
- Who maintains Reddit (RSS)?
- Reddit (RSS) is maintained by jorgen-k, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is Reddit (RSS) listed on the Official MCP Registry?
- Yes — Reddit (RSS) is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Reddit (RSS) have?
- MCP Toplist tracks 1 version of Reddit (RSS), most recently published on Jun 15, 2026.
- Where can I find the source code for Reddit (RSS)?
- The source code for Reddit (RSS) is hosted at github.com/jorgen-k/reddit-mcp.