npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@ebenova/reddit-monitor-mcp

v1.0.2

Published

MCP server for Reddit & Nairaland keyword monitoring with AI-drafted replies. Search for brand mentions, monitor keywords, and generate context-aware reply drafts — directly from Claude Desktop, Cursor, or any MCP client.

Downloads

286

Readme

@ebenova/reddit-monitor-mcp

MCP server for Reddit & Nairaland keyword monitoring with AI-drafted replies. Search for brand mentions, monitor keywords, and generate context-aware reply drafts — directly from Claude Desktop, Cursor, or any MCP-compatible AI client.

Tools

| Tool | Description | |------|-------------| | search_reddit | Search Reddit for recent posts matching keywords | | monitor_keywords | Search Reddit + Nairaland with AI reply draft generation | | generate_reply_draft | Generate an AI reply draft for a specific post | | check_subreddit_approval | Check if subreddits are approved for brand mentions |

Installation

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "reddit-monitor": {
      "command": "npx",
      "args": ["-y", "@ebenova/reddit-monitor-mcp"],
      "env": {
        "GROQ_API_KEY": "gsk_your_key_here"
      }
    }
  }
}

Config file location:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json

Cursor

Add to .cursor/mcp.json in your project root:

{
  "mcpServers": {
    "reddit-monitor": {
      "command": "npx",
      "args": ["-y", "@ebenova/reddit-monitor-mcp"],
      "env": {
        "GROQ_API_KEY": "gsk_your_key_here"
      }
    }
  }
}

Environment Variables

| Variable | Required | Description | |----------|----------|-------------| | GROQ_API_KEY | No | Groq API key for AI reply drafts. Search works without it. Get one free at console.groq.com |

Example Prompts

Once connected, you can say things like:

  • "Search Reddit for posts about freelance contracts in the last 12 hours"
  • "Monitor keywords 'NDA template' and 'contract generator' — my product is Ebenova, a legal document API"
  • "Generate a reply draft for this Reddit post about needing an NDA"
  • "Is r/smallbusiness on the approved subreddit list?"
  • "Find Reddit posts about cleaning business software and draft replies mentioning FieldOps"

How It Works

  1. Search — Queries Reddit's public search API (and optionally Nairaland) for keyword matches
  2. Filter — Checks posts against 80+ approved subreddits where brand mentions are appropriate
  3. Draft — Uses Groq (Llama 3.3 70B) to generate casual, non-promotional reply drafts
  4. Skip filter — AI automatically skips posts where mentioning a product would feel like spam

Approved Subreddits

The server includes 80+ pre-approved subreddits across categories:

  • Business: freelance, smallbusiness, Entrepreneur, SaaS, startups
  • Tech: webdev, ClaudeAI, CursorIDE, MachineLearning, datascience
  • Services: cleaning, HVAC, recruiting, photography, eventplanning
  • Africa: Nigeria, lagos, Kenya, Ghana, Africa
  • Career: forhire, remotework, techjobs, cscareerquestions

Posts from non-approved subreddits are still returned in search results but won't get AI reply drafts.

Part of Ebenova

This MCP is part of the Ebenova ecosystem. See also:

License

MIT