Reddit Research MCP
Rank #6,790io.github.king-of-the-grackles/reddit-research-mcp
MCP server providing reddit-research-mcp capabilities
Reddit Research MCP is a Model Context Protocol (MCP) server published by king-of-the-grackles. It ranks #6,790 of 115,460 servers tracked on MCP Toplist, and its repository has 234 GitHub stars. Reddit Research MCP is listed across 2 registries — Official MCP and Glama, with 3 tracked versions. It was first listed on Sep 9, 2025 and most recently updated on Dec 11, 2025.
Ranks ahead of 108,670 of 115,460 servers on MCP Toplist.
Use Reddit Research MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add reddit-research-mcp -- uvx reddit-research-mcp[mcp_servers.reddit-research-mcp]
command = "uvx"
args = ["reddit-research-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"reddit-research-mcp": {
"command": "uvx",
"args": [
"reddit-research-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"reddit-research-mcp": {
"command": "uvx",
"args": [
"reddit-research-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"reddit-research-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"reddit-research-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"reddit-research-mcp": {
"command": "uvx",
"args": [
"reddit-research-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"reddit-research-mcp": {
"command": "uvx",
"args": [
"reddit-research-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.king-of-the-grackles%2Freddit-research-mcp)<a href="https://mcptoplist.com/server/io.github.king-of-the-grackles%2Freddit-research-mcp"><img src="https://mcptoplist.com/badge/io.github.king-of-the-grackles%2Freddit-research-mcp.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
king-of-the-grackles
Other servers by king-of-the-grackles
View all king-of-the-grackles servers →Available versions (3)
| Version | Published |
|---|---|
| 1.0.1 | Dec 11, 2025 |
| 0.1.1 | Sep 9, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Reddit Research MCP?
- Reddit Research MCP is maintained by king-of-the-grackles, which publishes 6 MCP servers (3 total versions) tracked on MCP Toplist.
- Is Reddit Research MCP listed on the Official MCP Registry?
- Yes — Reddit Research MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does Reddit Research MCP have?
- MCP Toplist tracks 3 versions of Reddit Research MCP, most recently published on Dec 11, 2025.
- Where can I find the source code for Reddit Research MCP?
- The source code for Reddit Research MCP is hosted at github.com/king-of-the-grackles/reddit-research-mcp.