PluginBench
MCP Server

io.github.dgtalquantumleap-ai/ebenova-reddit-monitor MCP Server

io.github.dgtalquantumleap-ai/ebenova-reddit-monitor

What is the io.github.dgtalquantumleap-ai/ebenova-reddit-monitor MCP server?

Monitor Reddit and Nairaland for product keywords with AI drafts.

How to install io.github.dgtalquantumleap-ai/ebenova-reddit-monitor

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • GROQ_API_KEY
    required
    secret

    Groq API key for AI processing

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ebenova-reddit-monitor": {
      "command": "npx",
      "args": [
        "-y",
        "@ebenova/reddit-monitor-mcp"
      ],
      "env": {
        "GROQ_API_KEY": "<YOUR_GROQ_API_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "ebenova-reddit-monitor": {
      "command": "npx",
      "args": [
        "-y",
        "@ebenova/reddit-monitor-mcp"
      ],
      "env": {
        "GROQ_API_KEY": "<YOUR_GROQ_API_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "ebenova-reddit-monitor": {
      "command": "npx",
      "args": [
        "-y",
        "@ebenova/reddit-monitor-mcp"
      ],
      "env": {
        "GROQ_API_KEY": "<YOUR_GROQ_API_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "ebenova-reddit-monitor": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@ebenova/reddit-monitor-mcp"
      ],
      "env": {
        "GROQ_API_KEY": "<YOUR_GROQ_API_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add ebenova-reddit-monitor --env GROQ_API_KEY=<YOUR_GROQ_API_KEY> -- npx -y @ebenova/reddit-monitor-mcp

Related MCP servers

AI contract scope violation detector. Detect scope creep, draft responses.

0
JavaScript
View repository →

WhatsApp booking, staff coordination, and invoice recovery for services.

View repository →

Reddit and Nairaland keyword monitoring with AI reply drafts.

View repository →

Generate 27 legal document types across 18 jurisdictions via Ebenova API.

View repository →

Proximity-based card fraud detection with AI risk scoring.

View repository →