reddit-mcp
Provides access to public Reddit data, allowing users to search for content globally or within specific subreddits, retrieve subreddit details, fetch posts, and view post comments without requiring authentication.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@reddit-mcpshow me the latest posts from r/technology"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
reddit-mcp
MCP server for Reddit public data. Uses Reddit's public JSON API (no authentication required).
Tools
Tool | Description |
| Search Reddit globally |
| Get subreddit details |
| Get posts from a subreddit |
| Get a post with comments |
| Search within a subreddit |
All tools accept a format parameter: md (default) or json.
Related MCP server: Reddit MCP Server
Usage
Stdio transport (default)
bun install
bun startHTTP transport
bun start:http
# Server runs on http://localhost:3000/mcpCustom port:
PORT=8080 bun start:httpDocker
# stdio (default)
docker run --rm -i ghcr.io/paltaio/reddit-mcp:latest
# http
docker run --rm -p 3000:3000 -e TRANSPORT=http ghcr.io/paltaio/reddit-mcp:latestProxy
Set standard proxy environment variables to route Reddit API requests through a proxy (HTTP, HTTPS, or SOCKS5):
HTTPS_PROXY=http://proxy:8080 bun start
HTTPS_PROXY=socks5://proxy:1080 bun startSupported variables (checked in order): HTTPS_PROXY, https_proxy, HTTP_PROXY, http_proxy, ALL_PROXY, all_proxy.
Authenticated proxies use URL format: http://user:pass@proxy:8080
Docker:
docker run --rm -i -e HTTPS_PROXY=http://proxy:8080 ghcr.io/paltaio/reddit-mcp:latestMCP client config
Stdio (Claude Code)
{
"mcpServers": {
"reddit": {
"command": "bun",
"args": ["start"],
"cwd": "/path/to/reddit-mcp"
}
}
}HTTP
{
"mcpServers": {
"reddit": {
"type": "http",
"url": "http://localhost:3000/mcp"
}
}
}This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceA server allowing interaction with Reddit via the public API, enabling browsing frontpage posts, retrieving subreddit details, and reading post comments through a Model Context Protocol.Last updated8181MIT
- AlicenseAqualityDmaintenanceProvides AI assistants with access to Reddit data for searching, browsing subreddits, and retrieving post details or user activity without requiring API keys. It enables tools to fetch content, nested comment trees, and public user feeds directly through the Model Context Protocol.Last updated6144MIT
- Alicense-qualityDmaintenanceEnables searching Reddit posts, fetching subreddit content, and retrieving post comments without requiring an API key. It uses public JSON endpoints to provide seamless access to Reddit data for LLM-based applications.Last updated16MIT
- Flicense-qualityCmaintenanceA read-only Model Context Protocol server that enables browsing subreddits, searching within subreddits, retrieving comment trees, and looking up user activity on Reddit via natural language.Last updated
Related MCP Connectors
Reddit MCP — public Reddit data via JSON endpoints (no auth required)
Browse and manage Reddit posts, comments, and threads. Fetch user activity, explore hot/new/rising…
Reddit posts, comments, subreddits, and search for AI agents. Free key, self-minted, no signup.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/paltaio/reddit-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server