MCP Directory

karanb192/reddit-mcp-buddy

GitHub
Communication

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

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y reddit-mcp-buddy

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from karanb192/reddit-mcp-buddy your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "reddit-mcp-buddy": {
      "command": "npx",
      "args": [
        "-y",
        "reddit-mcp-buddy"
      ]
    }
  }
}

Route karanb192/reddit-mcp-buddy intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add reddit-mcp-buddy

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use karanb192/reddit-mcp-buddy directly without routing

npx -y reddit-mcp-buddy

New to Agent-CoreX? View setup guide →

karanb192/reddit-mcp-buddy MCP Server — Agent-CoreX