mcpbeat Sign in

Readdit Later MCP Server

by sanjhaiprakash18 Your server? Claim it
answering

Readdit Later is answering right now. Last checked 6 min ago. 327 installs a week from npm. Last commit 14 Sep 2026.

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

Uptime history 4 days of history
4 days agonow
100.0%
Uptime 24h
92 of 92 checks
Tools
hidden behind auth
324 ms
Response time
average over 24h
327
Installs / week
npm and PyPI

What the code does

We read the source, 20 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.

        npxPath = execSync(`${platform() === 'win32' ? 'where' : 'which'} npx`, { encoding: 'utf8' }).trim().split('\n')[0].trim();

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

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 6 min ago.

run in your terminal
claude mcp add readdit-later --transport http https://reddit-later-server.vercel.app/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "readdit-later": {
      "url": "https://reddit-later-server.vercel.app/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.readdit-later]
url = "https://reddit-later-server.vercel.app/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "readdit-later": {
      "url": "https://reddit-later-server.vercel.app/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "readdit-later": {
      "url": "https://reddit-later-server.vercel.app/mcp"
    }
  }
}

This endpoint answered with an authorization challenge. The server is running, and it signs you in through your browser: there is no API key to paste.

Endpoints

URLTransportStateLatencyChecked
https://reddit-later-server.vercel.app/mcp streamable-http sign-in 781 ms 6 min ago

Alternatives to Readdit Later

same job, measured the same way
Reddit MCP Server
by jordanburke

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

478 installs/wk local only
Auditreach
by rudrendupaul

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

189 installs/wk local only
iHatePosting
by ihateposting

Draft, check and schedule posts to your connected social accounts from Claude, ChatGPT or Cursor.

15 tools answering
Tweetsmash
by tweetsmash

Search, label, and manage your X (Twitter) bookmarks from any MCP client via Tweetsmash

53 tools answering
I
Reddit Buddy MCP
by karanb192

Reddit MCP server - browse posts, search content, analyze users.

29 installs/wk local only
Meetsponsors
by meetsponsors

Search thousands of active YouTube sponsors and 60,000+ channels from any MCP client. Free tier.

17 tools answering
Social0 MCP
by abhishek-b-r

Post and schedule across 9 social platforms from Claude, Cursor, or ChatGPT.

83 installs/wk local only
Cloziq
by cloziq

Create your offers and launch AI Instagram DM sales agents from any MCP client, over OAuth.

answering

Readdit Later — questions

Answers built from our own checks of this server.

Why is there no tool list for Readdit Later?
The server answered our handshake with an authorization challenge, so it is running — but it will not describe its tools to an anonymous client. To see them you need to connect with your own credentials. We record it as alive, not as broken: 100.0% of checks in the last 24 hours got a reply.
Is Readdit Later working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 324 ms. The bar chart above shows every period we have measured.
How do I connect Readdit Later?
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 is a remote server, so there is nothing to install — the client connects to the address. You sign in through your browser once and the client keeps the session: no key to copy, and it refuses anonymous clients.
How do you sign in to Readdit Later?
No API key is involved. Readdit Later answers our knock with an OAuth challenge, so you authorise it once in your browser and the client keeps the session. That is also why we see no tool list: it will not describe itself to an anonymous client, and that is the server working as intended, not a fault.
How fast is Readdit Later?
It answers our handshake in 324 ms on average, which is faster than 47% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
How many people use Readdit Later?
The npm package readdit-later-mcp was installed 327 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Readdit Later open source?
We cannot say either way: written in JavaScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.