Reddit MCP 服务器
Description
# Reddit MCP 服务器 一个基于[模型上下文协议(MCP)](https://modelcontextprotocol.io)的Reddit服务器,提供浏览、搜索和阅读Reddit内容的功能。这个实现使用JavaScript/Node.js编写,可以通过npx直接运行。 ## 功能 - 浏览subreddits、帖子和评论 - 搜索Reddit内容 - 无需Reddit账户即可进行只读访问 - 使用Zod进行强大的输入验证 ## 前提条件 在开始之前,请确保您具备以下条件: - Node.js 18或更高版本 - Reddit…
About
# Reddit MCP 服务器 一个基于[模型上下文协议(MCP)](https://modelcontextprotocol.io)的Reddit服务器,提供浏览、搜索和阅读Reddit内容的功能。这个实现使用JavaScript/Node.js编写,可以通过npx直接运行。 ## 功能 - 浏览subreddits、帖子和评论 - 搜索Reddit内容 - 无需Reddit账户即可进行只读访问 - 使用Zod进行强大的输入验证 ## 前提条件 在开始之前,请确保您具备以下条件: - Node.js 18或更高版本 - Reddit API的客户端ID和密钥 ### 创建Reddit API应用 1…
Details
- Author
- SzeMeng76
- Downloads
- 167
- Categories
- Other
Jump to
- 浏览 subreddits、帖子和评论
- 搜索 Reddit 内容(帖子、subreddits)
- 无需 Reddit 账户的只读访问
- 使用 Zod 进行输入验证
- 提供 6 个 MCP 工具
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Reddit MCP 服务器Command (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
设置环境变量 REDDIT_CLIENT_ID 和 REDDIT_CLIENT_SECRET,然后运行 npx reddit-mcp。也可以在当前目录创建 .env 文件保存凭证。与 Claude Desktop 配合时,需在配置文件的 mcpServers 中添加对应的条目。
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"reddit mcp \u670d\u52a1\u5668": {
"mcp-server-reddit-ts": {
"command": "npx",
"args": [
"reddit-mcp"
]
}
}
}
}
McpServers
{
"mcp-server-reddit-ts": {
"command": "npx",
"args": [
"reddit-mcp"
]
}
}
Reddit MCP 服务器
一个基于模型上下文协议(MCP)的Reddit服务器,提供浏览、搜索和阅读Reddit内容的功能。这个实现使用JavaScript/Node.js编写,可以通过npx直接运行。
功能
- 浏览subreddits、帖子和评论
- 搜索Reddit内容
- 无需Reddit账户即可进行只读访问
- 使用Zod进行强大的输入验证
前提条件
在开始之前,请确保您具备以下条件:
- Node.js 18或更高版本
- Reddit API的客户端ID和密钥
创建Reddit API应用
1. 访问Reddit的应用偏好设置
2. 点击底部的"Create App"或"Create Another App"
3. 填写表单:
- 名称:选择任意名称(例如,"MCP Client")
- 应用类型:选择"script"
- 描述:可选
- 关于URL:可选
- 重定向URI:使用http://localhost:8080
4. 点击"创建应用"
5. 记下您的client_id(应用名称下的字符串)和client_secret
使用方法
您可以通过npx直接使用此包,无需全局安装:
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



