Reddit MCP Server
Reddit MCP 서버
Claude(및 기타 MCP 클라이언트)가 Reddit 게시물과 댓글을 검색하고 읽을 수 있게 해주는 MCP 서버입니다.
도구
도구 | 설명 |
| 정렬 순서(hot/top/new/rising)별로 서브레딧에서 게시물을 가져오며, 댓글 포함 옵션 지원 |
| 하나 또는 모든 서브레딧에서 키워드로 Reddit 게시물 검색 |
| 특정 게시물의 전체 세부 정보와 댓글 가져오기 |
| 주제 키워드로 서브레딧 찾기 |
| 서브레딧의 메타데이터 가져오기 |
Related MCP server: reddit-mcp
설정
npm install
npm run buildNode.js 18 이상이 필요합니다.
이 서버는 Reddit의 공개 JSON 엔드포인트를 사용하며 Reddit API 자격 증명이 필요하지 않습니다.
Claude Desktop 구성
Claude Desktop 구성 파일에 추가하세요(macOS/Linux: ~/.config/Claude/claude_desktop_config.json, Windows: %APPDATA%\Claude\claude_desktop_config.json):
{
"mcpServers": {
"reddit": {
"command": "node",
"args": ["/absolute/path/to/reddit-mcp/dist/server.js"]
}
}
}예시 경로를 이 저장소를 클론한 경로로 바꾸세요.
VS Code MCP 구성
VS Code 설정(.vscode/mcp.json)에 추가하세요:
{
"servers": {
"reddit": {
"type": "stdio",
"command": "node",
"args": ["${workspaceFolder}/dist/server.js"]
}
}
}저장소 워크스페이스 외부에서 구성할 때는 ${workspaceFolder}를 클론한 저장소의 절대 경로로 바꾸세요.
사용 예시
연결되면 Claude는 다음 도구를 사용할 수 있습니다:
서브레딧 스캔: "이번 주 r/programming의 상위 20개 게시물을 보여줘"
게시물 검색: "Reddit에서 'MCP server tutorial'을 검색해줘"
게시물 세부 정보: "첫 번째 게시물의 댓글을 가져와줘"
아키텍처
src/server.ts— MCP 서버 진입점, 도구 등록, stdio 전송src/tools/— 입력 검증이 포함된 개별 도구 핸들러src/reddit/— 공급자 추상화가 포함된 Reddit 데이터 클라이언트src/reddit/providers/publicJson.ts— 공개 JSON 엔드포인트 공급자(MVP)src/core/— 공유 타입, 검증, 오류 분류 체계src/tests/— 캐싱 및 댓글 중복 제거를 위한 단위 테스트
공급자 인터페이스(RedditProvider)를 사용하면 도구 코드를 변경하지 않고도 나중에 Reddit OAuth API로 쉽게 전환할 수 있습니다.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityCmaintenanceAn MCP server that provides both read-only and authenticated access to Reddit content and interactions without requiring a developer API key. It enables users to browse posts, search subreddits, and perform write actions like commenting and voting by leveraging browser session cookies.81The Unlicense
- Alicense-qualityDmaintenanceEnables fetching and reading Reddit content such as posts, comments, and subreddit listings via the MCP protocol.29MIT
- Alicense-qualityDmaintenanceA read-only MCP server that connects to the Reddit Data API to search posts, browse subreddits, read comments, view user profiles, and check trending content through the Model Context Protocol.181MIT
- Alicense-qualityDmaintenanceProvides read-only access to Reddit through 8 tools for searching, browsing, and retrieving posts, comments, and user data, compatible with any MCP client.MIT
Related MCP Connectors
Reddit MCP — public Reddit data via JSON endpoints (no auth required)
Lemmy MCP — public reads on any Lemmy instance.
Browse and manage Reddit posts, comments, and threads. Fetch user activity, explore hot/new/rising…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jimbolo/reddit-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server