simple-reddit-mcp
A read-only Reddit MCP server that fetches threads, comments, and subreddits from the Arctic Shift archive over HTTP, requiring no Reddit account or API key.
README
simple-reddit-mcp
A read-only Reddit MCP server that needs no Reddit account, no API key, and no browser. It reads threads, comments and subreddits from the Arctic Shift archive over plain keyless HTTP.
One runtime dependency zeromcp, making simple-reddit-mcp lightweight and quick to startup
Requirements
- Python 3.11 or newer
uv(recommended) orpip
Run it
# from a clone of this repo
uv run simple-reddit-mcp
# from a local checkout, without installing anything
uvx --from /path/to/simple-reddit-mcp simple-reddit-mcp
# with pip
pip install -e . && simple-reddit-mcp
The server speaks MCP over stdio: JSON-RPC on stdout, logs on stderr.
Configure your MCP client
Example for Claude:
{
"mcpServers": {
"reddit": {
"command": "uvx",
"args": ["--from", "/absolute/path/to/simple-reddit-mcp", "simple-reddit-mcp"]
}
}
}
Tools
Implemented:
| Tool | Arctic Shift endpoint | Purpose |
|---|---|---|
get_thread |
/api/posts/ids + /api/comments/tree |
A post plus its comment tree, from any reddit URL or id |
get_posts |
/api/posts/ids |
Bulk post lookup by id (up to 500) |
get_comments |
/api/comments/ids |
Bulk comment lookup by id (up to 500) |
search_posts |
/api/posts/search |
Discovery by subreddit / keyword / author / date range |
search_comments |
/api/comments/search |
Comment-level search; with author= it doubles as user history |
search_subreddits |
/api/subreddits/search |
Find subreddits by name, prefix, size, or age |
Not currently implemented:
| Tool | Arctic Shift endpoint |
|---|---|
search_users |
/api/users/search |
aggregate_posts / aggregate_comments |
/api/{posts,comments}/search/aggregate |
time_series |
/api/time_series |
subreddit_rules |
/api/subreddits/rules |
subreddit_wiki |
/api/subreddits/wikis, /api/subreddits/wikis/list |
user_interactions |
/api/users/interactions/{users,subreddits}, .../users/list |
user_flairs |
/api/users/aggregate_flairs |
resolve_short_link |
/api/short_links |
| — | /api/subreddits/ids, /api/users/ids |
Caveats
- Read-only. Voting, commenting and posting require Reddit auth
scoreandnum_commentsare placeholders for ~36h. Arctic Shift archives a post the moment it appears and backfills vote data later, so fresh posts report1and0. Rendered output flags anything under 36h old.- Free service = no uptime SLA.
Development
uv sync --group dev
uv run --group dev pytest
Attribution
MIT licensed.
- Built on
zeromcp(MIT). - Data comes from Arctic Shift, a free service; be considerate with it.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.