R
Reddit MCP Server
by @eliasbiondo
๐ A zero-config Model Context Protocol (MCP) server for Reddit โ search posts, browse subreddits, scrape user activity, and get structured data via any MCP-compatible AI client. No API keys or authentication needed.
Created 3/11/2026
Updated 3 days ago
README
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server
Install Package (if required)
uvx reddit-mcp-server
Cursor configuration (mcp.json)
{
"mcpServers": {
"eliasbiondo-reddit-mcp-server": {
"command": "uvx",
"args": [
"reddit-mcp-server"
]
}
}
}