/ 디렉터리 / 플레이그라운드 / reddit-mcp-buddy
● 커뮤니티 karanb192 ⚡ 바로 사용

reddit-mcp-buddy

제작: karanb192 · karanb192/reddit-mcp-buddy

깨끗하고 LLM에 최적화된 Reddit MCP 서버 — 하위 레딧을 찾아보고, 게시물을 검색하고, 전체 스레드를 얻고, 사용자를 분석하세요. 제로 설정.

reddit-mcp-buddy는 AI 보조원에게 Reddit 데이터에 대한 깨끗하고 빠른 액세스를 제공하는 TypeScript MCP 서버입니다. 이는 하위 레딧 검색, 게시물 검색, 댓글이 포함된 전체 스레드 읽기, 사용자 프로필 분석 및 Reddit 용어 설명을 위한 5가지 도구를 제공합니다. npx를 통한 제로 설정으로 작동하고 3계층 인증(10/60/100 요청/분)을 지원하며 메모리 제한이 50MB인 스마트 캐싱을 포함합니다.

왜 쓰나요

핵심 기능

라이브 데모

실제 사용 모습

reddit-mcp-buddy-2.replay ▶ 준비됨
0/0

설치

클라이언트 선택

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "reddit-mcp-buddy-2": {
      "command": "TODO",
      "args": [
        "See README: https://github.com/karanb192/reddit-mcp-buddy"
      ]
    }
  }
}

Claude Desktop → Settings → Developer → Edit Config 열기. 저장 후 앱 재시작.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "reddit-mcp-buddy-2": {
      "command": "TODO",
      "args": [
        "See README: https://github.com/karanb192/reddit-mcp-buddy"
      ]
    }
  }
}

Cursor는 Claude Desktop과 동일한 mcpServers 스키마 사용. 프로젝트 설정이 전역보다 우선.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "reddit-mcp-buddy-2": {
      "command": "TODO",
      "args": [
        "See README: https://github.com/karanb192/reddit-mcp-buddy"
      ]
    }
  }
}

Cline 사이드바의 MCP Servers 아이콘 클릭 후 "Edit Configuration" 선택.

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "reddit-mcp-buddy-2": {
      "command": "TODO",
      "args": [
        "See README: https://github.com/karanb192/reddit-mcp-buddy"
      ]
    }
  }
}

Claude Desktop과 같은 형식. Windsurf 재시작 후 적용.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "reddit-mcp-buddy-2",
      "command": "TODO",
      "args": [
        "See README: https://github.com/karanb192/reddit-mcp-buddy"
      ]
    }
  ]
}

Continue는 맵이 아닌 서버 오브젝트 배열 사용.

~/.config/zed/settings.json
{
  "context_servers": {
    "reddit-mcp-buddy-2": {
      "command": {
        "path": "TODO",
        "args": [
          "See README: https://github.com/karanb192/reddit-mcp-buddy"
        ]
      }
    }
  }
}

context_servers에 추가. 저장 시 Zed가 핫 리로드.

claude mcp add reddit-mcp-buddy-2 -- TODO 'See README: https://github.com/karanb192/reddit-mcp-buddy'

한 줄 명령. claude mcp list로 확인, claude mcp remove로 제거.

사용 사례

실전 활용법: reddit-mcp-buddy

Analyze a Reddit user's posting patterns and interests

👤 Community moderators and researchers ⏱ ~5 min beginner

언제 쓸까: You want to understand a user's activity, interests, and engagement patterns.

흐름
  1. Run user analysis
    Analyze the Reddit user 'spez'. Show their karma breakdown, most active subreddits, and posting frequency.✓ 복사됨
    → User profile with activity analysis

결과: Comprehensive understanding of a user's Reddit presence.

함정
  • Private or deleted accounts return empty data — Verify the username is correct and the account is public

조합

다른 MCP와 조합해 10배 효율

reddit-mcp-buddy-2 + filesystem

Save Reddit research to files for analysis

Search r/startups for posts about 'AI SaaS pricing' and save the top 10 results with comments to ~/research/reddit-pricing.md.✓ 복사됨

도구

이 MCP가 노출하는 것

도구입력언제 호출비용
browse_subreddit subreddit: str, sort?: str, limit?: int Browse posts from a subreddit with sorting options 1 Reddit API call
search_reddit query: str, subreddit?: str, sort?: str Search across Reddit or within a specific subreddit 1 Reddit API call
get_post_details url_or_id: str Get full post with comment thread 1 Reddit API call
user_analysis username: str Analyze a Reddit user's profile and activity 1 Reddit API call
reddit_explain term: str Explain Reddit terminology (karma, cake day, AMA, etc.) 0

비용 및 제한

운영 비용

API 쿼터
Anonymous: 10 req/min. Script auth: 60/min. OAuth: 100/min.
호출당 토큰
300–2000 tokens per tool call (comment threads can be large)
금액
Free — Reddit API is free for personal/non-commercial use
Use browse_subreddit for overviews before get_post_details to avoid fetching large threads you don't need.

보안

권한, 시크릿, 파급범위

자격 증명 저장: Optional Reddit API credentials in environment variables for higher rate limits
데이터 외부 송신: All calls to Reddit API (oauth.reddit.com / www.reddit.com)

문제 해결

자주 발생하는 오류와 해결

Rate limit exceeded (429)

You're on the anonymous tier (10 req/min). Add Reddit API credentials for higher limits.

확인: Check your auth tier in the server startup output
Post not found

The URL format may not be recognized. Try using the post ID directly, or the full Reddit URL.

확인: Try browse_subreddit first to find the post
Empty search results

Reddit search can be finicky. Try broader terms or search within a specific subreddit.

확인: Try the same search on reddit.com to verify results exist

대안

reddit-mcp-buddy 다른 것과 비교

대안언제 쓰나단점/장점
claude-skill-redditYou need to post and comment on Reddit, not just readCan write to Reddit but macOS-only and uses browser automation

더 보기

리소스

📖 GitHub에서 공식 README 읽기

🐙 열린 이슈 보기

🔍 400+ MCP 서버 및 Skills 전체 보기