SZ84.NET
Back to List
OfficialSocialReddit

Reddit MCP

The Reddit MCP server enables AI models to search and interact with Reddit's vast social platform. It allows models to retrieve posts, read comments, and search specific subreddits. This is a powerful tool for sentiment analysis, trend tracking, and community research on Reddit.

How to Install

1

1. Ensure you have an MCP client installed (e.g., Claude Desktop)

2

2. Click 'Visit Source' below to get the code or package

3

3. Follow the README instructions in the project

4

4. Add the server configuration to your MCP client config file

Configuration Example (claude_desktop_config.json)

{
  "mcpServers": {
    "reddit": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp-get/reddit-mcp"
      ],
      "env": {
        "REDDIT_CLIENT_ID": "YOUR_CLIENT_ID",
        "REDDIT_CLIENT_SECRET": "YOUR_CLIENT_SECRET",
        "REDDIT_USER_AGENT": "YOUR_USER_AGENT"
      }
    }
  }
}

Key Features

Search for posts across subreddits

Retrieve and read comment threads

Get subreddit metadata and trending topics

Support for user authentication and private content

Server Details

The Reddit MCP server enables AI models to search and interact with Reddit's vast social platform. It allows models to retrieve posts, read comments, and search specific subreddits. This is a powerful tool for sentiment analysis, trend tracking, and community research on Reddit.

Pricing

free

Tags

OfficialSocialReddit

Visit Source / Official Link

Go to the official GitHub repository to view source code, documentation, and installation instructions.

GitHub Repository