This connects Claude to Reddit through the Reddable API, letting you read and interact with posts and comments without managing OAuth credentials yourself. You get six tools: fetching user posts and comments, retrieving comment threads, hiding comments, and posting replies. Instead of setting up a Reddit app with client secrets, you just grab an API key from your Reddable dashboard after connecting your account there. Requests proxy through Reddable's servers, so your credentials stay out of the MCP config. Reach for this when you want Claude to monitor discussions, reply to comments, or analyze post activity without the usual Reddit API authentication dance.
A Model Context Protocol (MCP) server that provides access to Reddit posts, comments, and interactions through your Reddable account.
Add this configuration to your MCP settings:
{
"mcpServers": {
"reddit-user": {
"command": "npx",
"args": ["-y", "@reddable/reddit-user-mcp"],
"env": {
"REDDABLE_API_KEY": "your_reddable_api_key_here"
}
}
}
}
get_user_posts - Fetch Reddit posts from a userget_user_comments - Fetch Reddit comments from a userget_post_comments - Get all comments on a specific posthide_comment - Hide a Reddit comment from your viewreply_to_comment - Reply to a specific commentpost_comment - Post a new comment on a postnpm install
npm run dev
This will start the development server with ngrok tunneling for testing.
For issues or questions, visit Reddable Support.
com.mcparmory/google-search
io.github.pipeworx-io/brave-search
marcopesani/mcp-server-serper
brave/brave-search-mcp-server
com.mcparmory/google-search-console
acamolese/google-search-console-mcp