Back to directory
wllcnm/mcp-reddit

wllcnm/mcp-reddit

@wllcnm

基于MCP协议的Reddit服务器,用于与Claude等大语言模型交互,支持搜索subreddit、获取帖子详情和浏览热门帖子

redditsocial-mediacontent-analysismcpllmnatural-languagecontext

Installation & Configuration

{
  "mcpServers": {
    "reddit": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "REDDIT_CLIENT_ID=你的client_id",
        "-e",
        "REDDIT_CLIENT_SECRET=你的client_secret",
        "-e",
        "REDDIT_USER_AGENT=你的user_agent",
        "ghcr.io/nangeplus/mcp-reddit:latest"
      ]
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/14
Updated
2026/6/15