Back to MCP Servers
🔌

karanb192/reddit-mcp-buddy

MITAPI key required

📇 🏠 - Browse Reddit posts, search content, and analyze user activity without API keys. Works out-of-the-box with Claude Desktop.

TypeScriptSearch

Install

npx -y -y reddit-mcp-buddy

Required environment variables

REDDIT_CLIENT_SECRETSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "karanb192-reddit-mcp-buddy": {
      "command": "npx",
      "args": [
        "-y",
        "-y",
        "reddit-mcp-buddy"
      ],
      "env": {
        "REDDIT_CLIENT_SECRET": "<YOUR_REDDIT_CLIENT_SECRET>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.