
BigVik193 Reddit User Mcp
- Updated September 14, 2025
- BigVik193/reddit-user-mcp
ai.smithery/BigVik193-reddit-user-mcp is a MCP server that lets agents browse Reddit posts, comments, threads, user activity, and hot/new/rising listings through Smithery.
About
ai.smithery/BigVik193-reddit-user-mcp connects coding agents to Reddit’s social graph: posts, comments, threads, and feeds. Developers validating niches use it to summarize what communities discuss, who is active, and which subreddits surface rising topics—work that otherwise means tab chaos and one-off scripts. The server is published on Smithery with streamable HTTP and mandatory Bearer authentication, so installation is primarily MCP client configuration plus API credentials. Primary journey placement is Idea and audience research, though the same tools help content teams monitor conversations after launch. Respect Reddit’s terms, rate limits, and privacy expectations; this MCP automates access paths, not compliance review. Treat tool breadth as defined by the upstream reddit-user-mcp repository rather than inferring write capabilities beyond what the server exposes.
- Browse and manage Reddit posts, comments, and threads via MCP
- Fetch user activity and subreddit listing modes including hot, new, and rising
- Smithery-hosted streamable HTTP remote with Bearer API key
- Supports agent-led community research without custom scrapers
- GitHub source BigVik193/reddit-user-mcp at version 1.0.0
BigVik193 Reddit User Mcp by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add --transport http bigvik193-reddit-user-mcp https://server.smithery.ai/@BigVik193/reddit-user-mcp/mcp --header "Authorization: Bearer YOUR_TOKEN"Add your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Transport | HTTP |
|---|---|
| Auth | Required |
| Last updated | September 14, 2025 |
| Repository | BigVik193/reddit-user-mcp ↗ |
What it does
Let your agent read Reddit threads, user activity, and hot/new/rising feeds to learn where your audience hangs out before you build.
Who is it for?
Best when you're doing subreddit discovery, comment synthesis, and lightweight community monitoring from Claude Code or Cursor.
Skip if: Large-scale data warehousing, guaranteed official Reddit enterprise APIs, or campaigns that ignore platform rules and user privacy.
What you get
After registration, your agent can pull structured Reddit thread and feed context to inform positioning, content angles, and community fit.
- Agent-accessible Reddit post, comment, and thread operations
- Feed views such as hot, new, and rising for research prompts
- Registered MCP remote pointing at reddit-user-mcp version 1.0.0
By the numbers
- Server catalog version 1.0.0
- Smithery streamable-http remote with required Bearer token
- Repository github.com/BigVik193/reddit-user-mcp
README.md
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 dev
This 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.
Recommended MCP Servers
How it compares
Reddit browsing MCP integration, not an SEO audit skill or ads management server.
FAQ
Who is BigVik193-reddit-user-mcp for?
Developers and marketers who research Reddit communities with AI agents and want native MCP tools instead of bespoke API scripts.
When should I use BigVik193-reddit-user-mcp?
Use it in Idea-phase audience work—or ongoing Grow content monitoring—when you need posts, comments, threads, or hot/new/rising views from Reddit.
How do I add BigVik193-reddit-user-mcp to my agent?
Configure the Smithery MCP remote URL in your client and supply the Bearer Smithery API key header described in the server catalog entry.