mcpbeat Sign in

RedditAPIs MCP Server

by redditapis Your server? Claim it
local only

RedditAPIs runs on your own machine — the client starts it, so there is no endpoint to ping. 116 installs a week from npm. Last commit 18 Aug 2026.

Reddit API as MCP tools: search, subreddits, posts, comments, users, monitors, and webhooks.

Installs per day peak 467 · avg 67 · -72% w/w
a month agotoday
116
Installs / week
npm · redditapis-mcp
0
Stars
0 open issues
18 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

We read the source, 11 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Sends data to a third-party sink src/tools.js:613, [пакет] src/tools.js:613
        "Payload shape to send. PREFER OMITTING THIS: for a hooks.slack.com or discord.com/api/webhooks URL the kind is inferred from the host, and the response reports what it inferred in `kind_inferred_from`. 'slack'/'discord' format as native incoming-webhook messages; 'webhoo…

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 redditapis-mcp -- npx -y redditapis-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "redditapis-mcp": {
      "args": [
        "-y",
        "redditapis-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.redditapis-mcp]
command = "npx"
args = ["-y", "redditapis-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "redditapis-mcp": {
      "args": [
        "-y",
        "redditapis-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "redditapis-mcp": {
      "args": [
        "-y",
        "redditapis-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to RedditAPIs

same job, measured the same way
MaxStat MCP
by fbmdata

Search 408K+ MAX channels and 86M+ posts; metrics, reactions, forwards, webhooks and usage.

answering
twitr.sh
by twitr

X/Twitter reads, search, monitors and posting. Pay-per-call in USDC — no signup, no API keys.

14 tools answering
Web
by rog0x

Web scraping, search, monitoring, and HTML-to-markdown for AI agents

52 installs/wk local only
Content Intelligence API
by ruvendors5-ops

9 MCP tools: extract, analyze, research, compare, monitor, brief. Pay-per-call x402 or subscribe.

9 tools answering
UptimeRobot
by uptimerobot

Monitor websites, APIs, and servers: create monitors, triage incidents, and query uptime stats.

answering
Nanostores MCP
by valyay

Debug and analyze Nanostores apps with AI: scan stores, monitor runtime events, and search docs.

79 installs/wk local only
Auditreach
by rudrendupaul

BYOK Reddit/YouTube research CLI with a tamper-evident audit log and an MCP server.

163 installs/wk local only
Realestateapi
by pipeworx-io

RealEstateAPI MCP — property search, detail, and skip-trace (realestateapi.com)

34 tools answering

RedditAPIs — questions

Answers built from our own checks of this server.

Why is there no uptime for RedditAPIs?
RedditAPIs 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 npm package redditapis-mcp was installed 116 times last week.
How do I connect RedditAPIs?
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 redditapis-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use RedditAPIs?
The npm package redditapis-mcp was installed 116 times in the last week. Week over week that is -72%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is RedditAPIs open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 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.