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.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-reddit": {
"command": "uvx",
"args": [
"mcp-server-reddit"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-server-reddit uvx mcp-server-reddit
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-reddit": {
"command": "uvx",
"args": [
"mcp-server-reddit"
]
}
}
}
📋 Copy
Or install with pip: pip install mcp-server-reddit