Reddit MCP Server

by mypracticaltools

514 downloads
Not rated
GitHub

About

An MCP server that allows AI agents to search Reddit or find specific leads by delegating the scraping task to Apify cloud actors.

Details

Author
mypracticaltools
Downloads
514
Categories
Automation

- Provides two dedicated Reddit search tools
- reddit_fast_search: quick, low-cost general searches
- reddit_lead_monitor: smart search filtering spam, crypto, and duplicates
- Designed for automated lead generation workflows
- Reduces context token consumption compared to pasting JSON dumps
- Integrates with Claude and other MCP-compatible AI clients

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 MCP Server
    Command (node, npx, python, etc.)

    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

Install and configure the server as an MCP tool in your AI client, then invoke the provided tools (reddit_fast_search for quick, cheap searches or reddit_lead_monitor for smart, filtered searches) to monitor Reddit for keywords like "competitor alternatives" or "hiring".

reddit_fast_search

Quickly search for Reddit posts, comments, or users. Best for general information gathering.

reddit_lead_monitor

Find high-intent leads or brand mentions while filtering out noise. Use this when the user wants to find 'buyers' or specific discussions.

Claude Desktop / Cursor

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

{
    "mcpServers": {
        "reddit mcp server": {
            "reddit-mcp": {
                "command": "npx",
                "args": [
                    "-y",
                    "@practicaltools/reddit-mcp-server"
                ],
                "env": {
                    "APIFY_API_TOKEN": "YOUR_APIFY_TOKEN"
                }
            }
        }
    }
}

McpServers

{
    "reddit-mcp": {
        "command": "npx",
        "args": [
            "-y",
            "@practicaltools/reddit-mcp-server"
        ],
        "env": {
            "APIFY_API_TOKEN": "YOUR_APIFY_TOKEN"
        }
    }
}

built a bridge between AI clients and Reddit so I could automate my lead generation, and I just packaged it up as an easy-to-install MCP server.

I wanted to use Claude to monitor Reddit for specific keywords (e.g., "competitor alternatives" or "hiring"), but pasting JSON dumps into the chat window was annoying and consumed all my context tokens.

so I built an MCP Server that wraps my Apify Actors. It gives Claude two specific tools:

reddit_fast_search: Quick, cheap searches for general info.

reddit_lead_monitor: A "smart" search that filters out spam/crypto/duplicates and returns clean, high-intent posts.

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.