Reddit User MCP Server
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
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/BigVik193/reddit-user-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server