Server Details
Browse and manage Reddit posts, comments, and threads. Fetch user activity, explore hot/new/rising…
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- BigVik193/reddit-user-mcp
- GitHub Stars
- 0
- Server Listing
- Reddit User MCP Server
Available Tools
9 toolsget_hot_postsTry in Inspector
Fetch hot posts from a subreddit
ParametersJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of posts to fetch (1-100, default: 25) | |
| subreddit | Yes | Subreddit name without /r/ |
get_new_postsTry in Inspector
Fetch new posts from a subreddit
ParametersJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of posts to fetch (1-100, default: 25) | |
| subreddit | Yes | Subreddit name without /r/ |
get_post_commentsTry in Inspector
Fetch comments for a specific Reddit post
ParametersJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| postId | Yes | Reddit post ID (alphanumeric string in URL) | |
| subreddit | No | Subreddit name for faster lookup (optional) |
get_rising_postsTry in Inspector
Fetch rising posts from a subreddit
ParametersJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of posts to fetch (1-100, default: 25) | |
| subreddit | Yes | Subreddit name without /r/ |
get_user_commentsTry in Inspector
Fetch comments from a Reddit user
ParametersJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of comments to fetch (1-100, default: 25) | |
| username | No | Reddit username without /u/. If not provided, uses authenticated user |
get_user_postsTry in Inspector
Fetch posts from a Reddit user
ParametersJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of posts to fetch (1-100, default: 25) | |
| username | No | Reddit username without /u/. If not provided, uses authenticated user |
hide_commentTry in Inspector
Report a Reddit comment as spam (also hides it from your view)
ParametersJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| commentId | Yes | Reddit comment ID to report as spam |
post_commentTry in Inspector
Post a comment directly on a Reddit post
ParametersJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Comment text (markdown supported) | |
| postId | Yes | Reddit post ID to comment on |
reply_to_commentTry in Inspector
Reply to a Reddit comment
ParametersJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Reply text (markdown supported) | |
| commentId | Yes | Reddit comment ID to reply to |
FAQ
How do I claim this server?
To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}
The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.
What are the benefits of claiming a server?
- Control your server's listing on Glama, including description and metadata
- Receive usage reports showing how your server is being used
- Get monitoring and health status updates for your server
Try in Browser
Your Connectors
Sign in to create a connector for this server.