Back to Home

reddit-enhanced-mcp

Verified Safe

by yigitkonur

Overview

This MCP server enables researchers and developers to search Reddit discussions via Google and fetch full Reddit posts with their threaded comments.

Installation

Run Command
node dist/index.js

Environment Variables

  • SERPER_API_KEY
  • REDDIT_CLIENT_ID
  • REDDIT_CLIENT_SECRET

Security Notes

API keys (Serper, Reddit Client ID/Secret) are read from environment variables, not hardcoded. The server validates and limits inputs (e.g., max queries/urls, max comments) before passing them to external APIs, reducing risks of excessive resource consumption or malformed requests. No direct use of `eval` or suspicious third-party dependencies. The primary security consideration is the secure management of the required API keys by the user.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassHigh
Avg Tokens7500
Stars0
Forks0
Last Update2025-11-25

Tags

RedditSearchSocial MediaDiscussion AnalysisWeb Scraping