PluginBench
MCP Server

io.github.karanb192/reddit-mcp-buddy MCP Server

io.github.karanb192/reddit-mcp-buddy

What is the io.github.karanb192/reddit-mcp-buddy MCP server?

Reddit browser for AI assistants. Browse posts, search content, analyze users. No API keys needed.

How to install io.github.karanb192/reddit-mcp-buddy

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "reddit-mcp-buddy": {
      "command": "npx",
      "args": [
        "-y",
        "reddit-mcp-buddy"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "reddit-mcp-buddy": {
      "command": "npx",
      "args": [
        "-y",
        "reddit-mcp-buddy"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "reddit-mcp-buddy": {
      "command": "npx",
      "args": [
        "-y",
        "reddit-mcp-buddy"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "reddit-mcp-buddy": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "reddit-mcp-buddy"
      ]
    }
  }
}
Claude Code
claude mcp add reddit-mcp-buddy -- npx -y reddit-mcp-buddy

Related MCP servers

Reddit MCP server - browse posts, search content, analyze users.