RedditAPIs MCP Server
Rank #15,959io.github.redditapis/redditapis-mcp
Reddit API as MCP tools: search, subreddits, posts, comments, users, monitors, webhooks, feedback.
RedditAPIs MCP Server is a Model Context Protocol (MCP) server published by redditapis. It ranks #15,959 of 132,046 servers tracked on MCP Toplist. RedditAPIs MCP Server is listed across 2 registries — Official MCP and Glama, with 4 tracked versions. It was first listed on Aug 2, 2026 and most recently updated on Sep 6, 2026.
Ranks ahead of 116,087 of 132,046 servers on MCP Toplist.
Use RedditAPIs MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add redditapis-mcp -e "REDDITAPIS_KEY=<your REDDITAPIS_KEY>" -- npx -y redditapis-mcpReplace each placeholder with your own value before saving.
[mcp_servers.redditapis-mcp]
command = "npx"
args = ["-y", "redditapis-mcp"]
[mcp_servers.redditapis-mcp.env]
REDDITAPIS_KEY = "<your REDDITAPIS_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"redditapis-mcp": {
"command": "npx",
"args": [
"-y",
"redditapis-mcp"
],
"env": {
"REDDITAPIS_KEY": "<your REDDITAPIS_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"redditapis-mcp": {
"command": "npx",
"args": [
"-y",
"redditapis-mcp"
],
"env": {
"REDDITAPIS_KEY": "<your REDDITAPIS_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"redditapis-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"redditapis-mcp"
],
"env": {
"REDDITAPIS_KEY": "<your REDDITAPIS_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"redditapis-mcp": {
"command": "npx",
"args": [
"-y",
"redditapis-mcp"
],
"env": {
"REDDITAPIS_KEY": "<your REDDITAPIS_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"redditapis-mcp": {
"command": "npx",
"args": [
"-y",
"redditapis-mcp"
],
"env": {
"REDDITAPIS_KEY": "<your REDDITAPIS_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
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.redditapis%2Fredditapis-mcp)<a href="https://mcptoplist.com/server/io.github.redditapis%2Fredditapis-mcp"><img src="https://mcptoplist.com/badge/io.github.redditapis%2Fredditapis-mcp.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
redditapis
Available versions (4)
| Version | Published |
|---|---|
| 0.5.2 | Sep 6, 2026 |
| 0.5.1 | Sep 6, 2026 |
| 0.5.0 | Sep 6, 2026 |
| 0.3.0 | Aug 17, 2026 |
Frequently asked questions
- Who maintains RedditAPIs MCP Server?
- RedditAPIs MCP Server is maintained by redditapis, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is RedditAPIs MCP Server listed on the Official MCP Registry?
- Yes — RedditAPIs MCP Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does RedditAPIs MCP Server have?
- MCP Toplist tracks 4 versions of RedditAPIs MCP Server, most recently published on Sep 6, 2026.
- Where can I find the source code for RedditAPIs MCP Server?
- The source code for RedditAPIs MCP Server is hosted at github.com/redditapis/redditapis-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.