Hawstein/mcp-server-reddit
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.
Platform-specific configuration:
{
"mcpServers": {
"mcp-server-reddit": {
"command": "npx",
"args": [
"-y",
"mcp-server-reddit"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://smithery.ai/server/@Hawstein/mcp-server-reddit)
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 href="https://glama.ai/mcp/servers/4032xr14pu"></a>
A demo in Clinde 👇
[](https://youtu.be/1Gdx1jWFbCM)
get_frontpage_posts - Get hot posts from Reddit frontpagelimit (integer): Number of posts to return (default: 10, range: 1-100)get_subreddit_info - Get information about a subredditsubreddit_name (string): Name of the subreddit (e.g. 'Python', 'news')get_subreddit_hot_posts - Get hot posts from a specific subredditsubreddit_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 subredditsubreddit_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 subredditsubreddit_name (string): Name of the subreddit (e.g. 'Python', 'news')-
Loading reviews...