Reddit MCP Server
Connect your local AI agents directly to the firehose of Reddit data. Query subreddits, analyze thread sentiment, and generate context-aware replies using the open Model Context Protocol standard.
Quick Start (Claude Desktop)
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"reddit-leedlime": {
"command": "npx",
"args": ["-y", "@leedlime/reddit-mcp"],
"env": {
"LEEDLIME_API_KEY": "your_api_key_here"
}
}
}
}
Leedlime