Skip to main content
Glama
BigVik193

Reddit User MCP Server

by BigVik193

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

  1. Go to Reddable Dashboard

  2. Connect your Reddit account

  3. Scroll to "MCP Integration" section

  4. Copy your API key from the setup instructions

Available Tools

  • get_user_posts - Fetch Reddit posts from a user

  • get_user_comments - Fetch Reddit comments from a user

  • get_post_comments - Get all comments on a specific post

  • hide_comment - Hide a Reddit comment from your view

  • reply_to_comment - Reply to a specific comment

  • post_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.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityInactive
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    Provides 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.
    9
    583
    1
    MIT
  • F
    license
    A
    quality
    D
    maintenance
    Enables 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
    -
  • A
    license
    C
    quality
    C
    maintenance
    Enables 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.
    17
    583
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    Enables 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
    -

Latest Blog Posts

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