.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/karanb192/reddit-mcp-buddy
home/mcp-servers/karanb192/reddit-mcp-buddy
karanb192 avatar

reddit-mcp-buddy

bykaranb192· 1 MCP server

Installs

5.4k

Stars

766

Forks

95

Category

AI Agents & MCP

View on GitHub

TL;DR

A Model Context Protocol (MCP) server that enables Claude Desktop and other AI assistants to browse Reddit, search posts, and analyze user activity. Clean, fast, and actually works - no API keys required.

How to install reddit-mcp-buddy?

karanb192/reddit-mcp-buddy
$git clone https://github.com/karanb192/reddit-mcp-buddy

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install reddit-mcp-buddy by running `git clone https://github.com/karanb192/reddit-mcp-buddy`, then use it for the current task and follow its documentation at https://github.com/karanb192/reddit-mcp-buddy.

Files · 1

View on GitHub
README.md
1# <img src="assets/reddit-mcp-buddy-icon-white-background.png" width="48" align="center"/> Reddit MCP Buddy
2 
3### Reddit Browser for Claude Desktop and AI Assistants
4 
5A [Model Context Protocol (MCP)](https://modelcontextprotocol.io) server that enables Claude Desktop and other AI assistants to browse Reddit, search posts, and analyze user activity. Clean, fast, and actually works - no API keys required.
6 
7[![MCP Registry](https://img.shields.io/npm/v/reddit-mcp-buddy?label=MCP%20Registry&color=blue)](https://registry.modelcontextprotocol.io)
8[![npm version](https://img.shields.io/npm/v/reddit-mcp-buddy.svg)](https://www.npmjs.com/package/reddit-mcp-buddy)
9[![npm downloads](https://img.shields.io/npm/dm/reddit-mcp-buddy.svg)](https://www.npmjs.com/package/reddit-mcp-buddy)
10[![GitHub stars](https://img.shields.io/github/stars/karanb192/reddit-mcp-buddy.svg?style=flat&logo=github&color=brightgreen)](https://github.com/karanb192/reddit-mcp-buddy/stargazers)
11[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
12 
13## 🎬 See It In Action
14 
15![Reddit MCP Buddy Demo - AirPods Max 2 and Dune Part Three](assets/images/reddit-mcp-buddy-demo-2026.gif)
16 
17*Claude checking Reddit's reaction to the Dune Part Three trailer and whether the AirPods Max 2 are worth $549*
18 
19![Reddit MCP Buddy Demo - Analyzing H1B sentiment across subreddits](assets/images/reddit-mcp-buddy.gif)
20 
21*Claude analyzing real-time sentiment about H-1B visa changes across r/cscareerquestions and r/india*
22 
23## Table of Contents
24 
25- [What makes Reddit MCP Buddy different?](#what-makes-reddit-buddy-different)
26- [Quick Start](#quick-start-30-seconds)
27- [What can it do?](#what-can-it-do)
28- [Available Tools](#available-tools)
29- [Authentication](#authentication-optional)
30- [Installation Options](#installation-options)
31 - [Global Install](#global-install)
32 - [From Source](#from-source)
33 - [Using Docker](#using-docker)
34 - [Claude Desktop Extension](#claude-desktop-extension)
35- [Comparison with Other Tools](#comparison-with-other-tools)
36- [Troubleshooting](#troubleshooting)
37- [Development](#development)
38- [Support](#support)
39- [Related Resources](#-related-resources)
40 
41## What makes Reddit MCP Buddy different?
42 
43- **🚀 Zero setup** - Works instantly, no Reddit API registration needed
44- **⚡ Up to 10x more requests** - Three-tier authentication system (10/60/100 requests per minute)
45- **🎯 Clean data** - No fake "sentiment analysis" or made-up metrics
46- **🧠 LLM-optimized** - Built specifically for AI assistants like Claude
47- **📦 TypeScript** - Fully typed, reliable, and maintainable
48- **✅ Proven rate limits** - Thoroughly tested authentication tiers with verification tools
49 
50## Quick Start (30 seconds)
51 
52### For Claude Desktop - Desktop Extension (Easiest!)
53 
541. **Download**: [reddit-mcp-buddy.mcpb](https://github.com/karanb192/reddit-mcp-buddy/releases/latest/download/reddit-mcp-buddy.mcpb)
552. **Install**: Open the downloaded file
563. **Done!** Reddit tools are now available in Claude
57 
58### For Claude Desktop - NPM Method (Alternative)
59 
60Add this to your `claude_desktop_config.json`:
61 
62```json
63{
64 "mcpServers": {
65 "reddit": {
66 "command": "npx",
67 "args": ["-y", "reddit-mcp-buddy"]
68 }
69 }
70}
71```
72 
73### For Claude Code
74 
75Run this command to add the MCP server (user scope):
76 
77```bash
78claude mcp add --transport stdio reddit-mcp-buddy -s user -- npx -y reddit-mcp-buddy
79```
80 
81### For Other MCP Clients
82 
83Use the NPM method: `npx -y reddit-mcp-buddy`
84 
85## What can it do?
86 
87Ask your AI assistant to:
88 
89- 📊 **"What's trending on Reddit?"** - Browse hot posts from r/all
90- 🔍 **"Search for discussions about AI"** - Search across all subreddits
91- 💬 **"Get comments from this Reddit post"** - Fetch post with full comment threads
92- 👤 **"Analyze user spez"** - Get user history, karma, and activity
93- 📚 **"Explain Reddit karma"** - Understand Reddit terminology
94 
95## Available Tools
96 
97### `browse_subreddit`
98Browse posts from any subreddit with sorting options.

Preview

karanb192/reddit-mcp-buddykaranb192/reddit-mcp-buddy

# <img src="assets/reddit-mcp-buddy-icon-white-background.png" width="48" align="center"/> Reddit MCP Buddy

### Reddit Browser for Claude Desktop and AI Assistants

A [Model Context Protocol (MCP)](https://modelcontextprotocol.io) server that enables Claude Desktop and other AI assistants to browse Reddit, search posts, and

[![MCP Registry](https://img.shields.io/npm/v/reddit-mcp-buddy?label=MCP%20Registry&color=blue)](https://registry.modelcontextprotocol.io)

Repokaranb192/reddit-mcp-buddy
TypeMCP Servers
CategoryAI Agents & MCP
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

MCPai-assistantclaude

Related

6 picks
Type
  1. langchain-ai avatarlangchain-mcp-adaptersMake Anthropic Model Context Protocol (MCP) tools compatible with LangChain and LangGraph agents.MCP ServersJul 20267.0M3.6k
  2. openclaw avatarmcporterTypeScript runtime and CLI for connecting to configured Model Context Protocol servers.MCP ServersJul 20262.5M4.8k
  3. sparfenyuk avatarmcp-proxyA MCP server which proxies requests to a remote MCP server over streamable HTTP or SSE.MCP ServersJul 20262.2M2.7k
  4. sooperset avatarmcp-atlassianThe Model Context Protocol (MCP) Atlassian integration is an open-source implementation that bridges Atlassian products (Jira and Confluence) with AI language models following Anthropic's MCP specification.MCP ServersJul 20261.7M5.6k
  5. open-webui avataropen-webuiOpen WebUIMCP ServersJul 20261.4M147k
  6. dyoshikawa avatarrulesyncUnified AI rules management CLI tool that generates configuration files for various AI development toolsMCP ServersJul 2026889k1.3k