Back to MCP Servers

Reddit Mcp Buddy

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

social-mediaapi

Installation

npx -y reddit-mcp-buddy

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub