MCP.so
登录

mcp-reddit

@wllcnm

关于 mcp-reddit

暂无概览

基本信息

分类

其他

许可证

MIT

运行时

python

传输方式

stdio

发布者

wllcnm

提交者

idoubi

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "mcp-reddit-wllcnm": {
      "command": "docker",
      "args": [
        "run",
        "hello-world"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is mcp-reddit?

mcp-reddit is a Model Context Protocol (MCP) server that enables large language models like Claude to browse and analyze Reddit content. It is designed for developers who want AI assistants to search subreddits, retrieve post details and comments, and fetch hot posts.

How to use mcp-reddit?

Install Docker and obtain Reddit API credentials (client_id, client_secret, user_agent). Configure the server in Claude Desktop by adding a Docker-based mcpServers entry in claude_desktop_config.json. Then use any of the three provided tools (search_subreddit, get_post_details, get_subreddit_hot) in Claude.

Key features of mcp-reddit

  • Search posts within a specific subreddit
  • Retrieve detailed post information and comments
  • Browse hot posts in any subreddit
  • Runs in Docker for easy deployment
  • Integrates with Claude via MCP protocol

Use cases of mcp-reddit

  • Ask Claude to find the latest Python news on Reddit
  • Have Claude summarize the top comments on a popular post
  • Let Claude search for troubleshooting advice across multiple subreddits
  • Automate analysis of subreddit trends for research

FAQ from mcp-reddit

What dependencies does mcp-reddit require?

Docker is mandatory to run the server. For local development, Python 3.12+ and the packages in requirements.txt are needed. Reddit API credentials are always required.

What are the rate limits or usage restrictions?

Reddit API has its own rate limits. The server defaults to returning at most 5 search results and 10 comments per post. These limits are configurable via the limit and comment_limit parameters.

Where does my data live?

All data is fetched from Reddit’s public API in real time. No data is stored locally or on the server; only the API credentials are kept as environment variables.

How do I authenticate with the Reddit API?

You must provide REDDIT_CLIENT_ID, REDDIT_CLIENT_SECRET, and REDDIT_USER_AGENT as environment variables when running the Docker container. These are obtained from the Reddit app management page.

What transport protocol does the server use?

The server communicates over standard input/output (stdio) inside the Docker container, as is typical for MCP servers. It is designed to be used with Claude Desktop’s MCP client.

评论

其他 分类下的更多 MCP 服务器