What it does
This MCP server lets Claude interact with Reddit through Reddable, an intermediary service that handles Reddit authentication. It provides six tools: fetch your posts and comments, read comments on a specific post, hide comments, and reply to posts or comments. Reddable stores your Reddit account credentials; the server only needs a single long-lived API key configured at startup.
Who it's for
Developers building chatbots, notification systems, or personal automation tools that need to monitor or act on Reddit activity without managing direct Reddit app credentials. Useful for integrating Reddit into chat platforms via Claude, or creating Claude-powered Reddit assistants for personal or team workflows.
Common use cases
- Fetch your recent Reddit posts and have Claude analyze engagement or summarize discussions
- Automatically reply to comments on your posts with contextual or AI-generated responses
- Hide low-quality or spam comments from your Reddit feed
- Build a personal Reddit activity dashboard or archive tool
Setup pitfalls
- Reddable is a required intermediary—you cannot use direct Reddit API credentials. You must sign up at Reddable Dashboard, connect your Reddit account, and copy the MCP API key from the "MCP Integration" section
- The
REDDABLE_API_KEYenvironment variable must be set in your Claude Desktop MCP config before starting the server - Repository has not been updated in 251 days and shows zero stars or recorded usage. Verify the server still works with the current Reddable API before relying on it for production workflows
- Solo developer project with no visible issue support or maintenance—unresolved problems may not be addressed