mcp-reddit
A Model Context Protocol (MCP) server that provides tools for fetching and analyzing Reddit content.
This MCP server allows users to fetch hot threads from any subreddit, enabling them to stay updated with the latest discussions and trends. It provides detailed post content, including comments, which enhances the user's understanding of the topics being discussed. The server supports various post types such as text, links, and galleries, making it versatile for different content formats.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-reddit": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-reddit"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions