Reddit

by adhikasp

55 stars
503 downloads
Not rated
GitHub

About

Integrates with Reddit to fetch and analyze posts, comments, and trends across subreddits for content curation and social media insights.

Details

Author
adhikasp
Repository
adhikasp/mcp-reddit
GitHub stars
55
Downloads
503
License
MIT License
Categories
Developer Tools, Design, AI, Community, Media, Frontend, Infrastructure, Other

- Fetch hot threads from any subreddit
- Get detailed post content including comments
- Support for different post types (text, link, gallery)

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Reddit
    Command (node, npx, python, etc.) uvx
    Arguments
    • Argument 1 --from
    • Argument 2 git+https://github.com/adhikasp/mcp-reddit.git
    • Argument 3 mcp-reddit

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Using mcp-client-cli:

$ llm what are latest hot thread in r/victoria3

I'll fetch the latest hot threads from the Victoria 3 subreddit for you.

Tool Calls:
fetch_hot_threads
Args:
subreddit: victoria3

Based on the hot threads, here are the key highlights from the Victoria 3 subreddit:

1. Dev Diary #126 - Update 1.8 Overview
- Major updates planned for the game, including:
- Political Movement Rework (Ideological Forces)
- Discrimination Rework
- Food Availability, Famines, and Harvest Incidents
- Additional features like Companies owning buildings and Bulk Nationalization

2. Dev Diary #138 - Pivot of Empire Update
- Update 1.8 "Masala Chai" has been released
- Focuses on India with new Journal Entries, Events, and Immersion Pack
- 10 new achievements added
- Save games from 1.7.7 are not compatible with 1.8

3. Interesting Community Discussions:
- A player shared a detailed experience of retaking Constantinople as Greece, highlighting the complex population dynamics
- Humorous posts about game mechanics, such as investment rights and political movements
- Various memes and gameplay screenshots showcasing unique game situations

The most upvoted thread is the Dev Diary #126, which provides an in-depth look at the upcoming game mechanics improvements, particularly the reworks to political movements and discrimination systems.

Would you like me to elaborate on any of these points or provide more details about the Victoria 3 update?

To install Reddit Content for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install @adhikasp/mcp-reddit --client claude
{
  "reddit": {
    "command": "uvx",
    "args": ["--from", "git+https://github.com/adhikasp/mcp-reddit.git", "mcp-reddit"],
    "env": {}
  }
}

fetch_hot_threads

Fetches the latest hot threads from a specified subreddit. Parameters: subreddit (string)

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "reddit": {
            "env": {},
            "args": [
                "--from",
                "git+https://github.com/adhikasp/mcp-reddit.git",
                "mcp-reddit"
            ],
            "command": "uvx"
        }
    }
}

Linux

{
    "env": [],
    "args": [
        "--from",
        "git+https://github.com/adhikasp/mcp-reddit.git",
        "mcp-reddit"
    ],
    "command": "uvx"
}

Macos

{
    "env": [],
    "args": [
        "--from",
        "git+https://github.com/adhikasp/mcp-reddit.git",
        "mcp-reddit"
    ],
    "command": "uvx"
}

Windows

{
    "env": [],
    "args": [
        "--from",
        "git+https://github.com/adhikasp/mcp-reddit.git",
        "mcp-reddit"
    ],
    "command": "uvx"
}

MCP Reddit Server

smithery badge

A Model Context Protocol (MCP) server that provides tools for fetching and analyzing Reddit content.

<a href="https://glama.ai/mcp/servers/3cg9gdyors">mcp-reddit MCP server</a>

Features

- Fetch hot threads from any subreddit
- Get detailed post content including comments
- Support for different post types (text, link, gallery)

Installation

Installing via Smithery

To install Reddit Content for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install @adhikasp/mcp-reddit --client claude

Manual Installation

{
  "reddit": {
    "command": "uvx",
    "args": ["--from", "git+https://github.com/adhikasp/mcp-reddit.git", "mcp-reddit"],
    "env": {}
  }
}

Usage

Using mcp-client-cli:

$ llm what are latest hot thread in r/victoria3

I'll fetch the latest hot threads from the Victoria 3 subreddit for you.

Tool Calls:
fetch_hot_threads
Args:
subreddit: victoria3

Based on the hot threads, here are the key highlights from the Victoria 3 subreddit:

1. Dev Diary #126 - Update 1.8 Overview
- Major updates planned for the game, including:
- Political Movement Rework (Ideological Forces)
- Discrimination Rework
- Food Availability, Famines, and Harvest Incidents
- Additional features like Companies owning buildings and Bulk Nationalization

2. Dev Diary #138 - Pivot of Empire Update
- Update 1.8 "Masala Chai" has been released
- Focuses on India with new Journal Entries, Events, and Immersion Pack
- 10 new achievements added
- Save games from 1.7.7 are not compatible with 1.8

3. Interesting Community Discussions:
- A player shared a detailed experience of retaking Constantinople as Greece, highlighting the complex population dynamics
- Humorous posts about game mechanics, such as investment rights and political movements
- Various memes and gameplay screenshots showcasing unique game situations

The most upvoted thread is the Dev Diary #126, which provides an in-depth look at the upcoming game mechanics improvements, particularly the reworks to political movements and discrimination systems.

Would you like me to elaborate on any of these points or provide more details about the Victoria 3 update?

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.