Reddit User MCP Server
Provides tools for accessing and interacting with Reddit content, including fetching user posts and comments, retrieving post comments, hiding comments, and replying to comments and posts through a Reddable account.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Reddit User MCP Serverget my recent comments from the programming subreddit"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Reddit User MCP Server
A Model Context Protocol (MCP) server that provides access to Reddit posts, comments, and interactions through your Reddable account.
Features
✅ Fetch user Reddit posts and comments
✅ Get comments for specific posts
✅ Hide Reddit comments
✅ Reply to comments and posts
✅ Secure API key authentication
✅ Built with TypeScript and Smithery
Related MCP server: Reddit MCP Server
Installation
For Claude Desktop
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"
}
}
}
}Getting Your API Key
Go to Reddable Dashboard
Connect your Reddit account
Scroll to "MCP Integration" section
Copy your API key from the setup instructions
Available Tools
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 post
Development
npm install
npm run devThis will start the development server with ngrok tunneling for testing.
Security
Uses long-term API keys (no password exposure)
All Reddit credentials stored securely in Reddable
API requests proxied through Reddable servers
No direct Reddit app credentials needed
Support
For issues or questions, visit Reddable Support.
This server cannot be deployed
Maintenance
Related MCP Connectors
Reddit: Reddit Data API offers streamlined access to Reddit’s public data, like posts, comments.
Read-only Reddit search API for AI agents: posts, comments, comment trees, subreddit rules.
Reddit posts, comments, subreddits, and search for AI agents. Free key, self-minted, no signup.
Reddit posts, comments, search, users & subreddits as JSON via Apify. No Reddit API key. $2/1k
Related MCP Servers
- AlicenseBqualityDmaintenanceProvides access to Reddit's API for retrieving posts, comments, user information, and search functionality. Supports multiple authentication methods and comprehensive Reddit data operations including subreddit browsing, post retrieval, and user profile access.9478 npm1MIT
- FlicenseAqualityDmaintenanceEnables interaction with Reddit through a comprehensive API interface supporting both read-only operations (browsing posts, comments, user profiles) and authenticated actions (posting, commenting, voting) via OAuth2 authentication.7-
- AlicenseCqualityDmaintenanceEnables comprehensive Reddit interaction including fetching posts, analyzing users and subreddits, searching content, and creating posts/comments. Supports both read-only mode with client credentials and full functionality with user authentication.17478 npmMIT
- FlicenseNot gradedqualityCmaintenanceEnables interaction with Reddit through the Reddit API, allowing users to search posts, retrieve saved content, fetch comments, reply to comments, and access detailed post information with comment trees.4-