Browse and manage Reddit posts, comments, and threads. Fetch user activity, explore hot/new/rising…
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 devThis will start the development server with ngrok tunneling for testing.
For issues or questions, visit Reddable Support.