A Model Context Protocol (MCP) server that provides tools for fetching Reddit content, including frontpage posts, subreddit information and hot posts, post details, and comments.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"mcp-server-reddit": {
"args": [
"-y",
"@Hawstein/mcp-server-reddit"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A Model Context Protocol server providing access to Reddit public API for LLMs. This server enables LLMs to interact with Reddit's content, including browsing frontpage posts, accessing subreddit information, and reading post comments.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@Hawstein/mcp-server-reddit' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @Hawstein/mcp-server-reddit against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in communication
Asynchronous coordination layer for AI coding agents: identities, inboxes, searchable threads, and advisory file leases over FastMCP + Git + SQLite
An MCP server that securely interfaces with your iMessage database via the Model Context Protocol (MCP), allowing LLMs to query and analyze iMessage conversations. It includes robust phone number validation, attachment processing, contact management, group chat handling, and full support for sending and receiving messages.
Email & SMS infrastructure for AI agents — send and receive real email and text messages programmatically
A Model Context Protocol (MCP) server for interacting with Microsoft 365 and Office services through the Graph API
MCP Security Weekly
Get CVE alerts and security updates for Mcp Server Reddit and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A Model Context Protocol server providing access to Reddit public API for LLMs. This server enables LLMs to interact with Reddit's content, including browsing frontpage posts, accessing subreddit information, and reading post comments.
This server uses redditwarp to interact with Reddit's public API and exposes the functionality through MCP protocol.
A demo in Clinde 👇
get_frontpage_posts - Get hot posts from Reddit frontpage
limit (integer): Number of posts to return (default: 10, range: 1-100)get_subreddit_info - Get information about a subreddit
subreddit_name (string): Name of the subreddit (e.g. 'Python', 'news')get_subreddit_hot_posts - Get hot posts from a specific subreddit
subreddit_name (string): Name of the subreddit (e.g. 'Python', 'news')limit (integer): Number of posts to return (default: 10, range: 1-100)get_subreddit_new_posts - Get new posts from a specific subreddit
subreddit_name (string): Name of the subreddit (e.g. 'Python', 'news')limit (integer): Number of posts to return (default: 10, range: 1-100)get_subreddit_top_posts - Get top posts from a specific subreddit
subreddit_name (string): Name of the subreddit (e.g. 'Python', 'news')limit (integer): Number of posts to return (default: 10, range: 1-100)time (string): Time filter for top posts (default: '', options: 'hour', 'day', 'week', 'month', 'year', 'all')get_subreddit_rising_posts - Get rising posts from a specific subreddit
subreddit_name (string): Name of the subreddit (e.g. 'Python', 'news')limit (integer): Number of posts to return (default: 10, range: 1-100)get_post_content - Get detailed content of a specific post
post_id (string): ID of the postcomment_limit (integer): Number of top-level comments to return (default: 10, range: 1-100)comment_depth (integer): Maximum depth of comment tree (default: 3, range: 1-10)get_post_comments - Get comments from a post
post_id (string): ID of the postlimit (integer): Number of comments to return (default: 10, range: 1-100)The easiest way to use MCP Server Reddit is through the Clinde desktop app. Simply download and install Clinde, then:
That's it! No technical knowledge required - Clinde handles all the installation and configuration for you seamlessly.
When using uv no specific installation is needed. We will
use uvx to directly run mcp-server-reddit.
Alternatively you can install mcp-server-reddit via pip:
pip install mcp-server-reddit
After installation, you can run it as a script using:
python -m mcp_server_reddit
To install MCP Server Reddit for Claude Desktop automatically via [Smithery](https://smithery.ai/