Skip to main content
Glama
woodenriver05

comfyui-reddit-support-finder

ComfyUI Reddit Support Finder

一个小型、非商业、只读的 MCP 服务器,用于在 r/comfyui 中按用户发起对公开故障排查讨论的搜索。

该项目旨在帮助人们在创建重复的支持问题之前,先找到更早的解决方案和原始 Reddit 链接。它适用于本地 AI 助手(如 Codex),但每次搜索都必须由用户发起。

范围

该服务器只提供一个工具:search_comfyui_support

它可以:

  • 搜索 r/comfyui 中的公开帖子。

  • 返回包含标题、摘录和 Reddit 直接链接的小型结果集。

  • 在当前请求中,于内存中处理结果。

它不能:

  • 发帖、评论、投票、管理或发送消息。

  • 搜索私密社区或私密通信。

  • 构建用户画像,或推断敏感的用户特征。

  • 存储 Reddit 内容,或将其用于模型训练。

  • 执行自动或定时采集。

本仓库是应用所声明的访问范围的公开权威说明。任何使用同一 Reddit OAuth 客户端的本地集成,都不得在更新本实现并首先获得所需 Reddit 批准的情况下增加更宽泛的 Reddit 操作。

Related MCP server: Reddit MCP Server

Reddit 应用注册

Reddit 应用表单的建议值:

name: comfyui-reddit-support-finder
type: script
description: Personal, non-commercial, read-only ComfyUI support thread finder used by a local AI assistant.
about url: https://github.com/woodenriver05/comfyui-reddit-support-finder
redirect uri: http://localhost:8080

创建 OAuth 凭据不能替代 Reddit 要求的访问批准。请仅将应用用于 Reddit 批准的目的,并遵守 Reddit 的 Responsible Builder Policy、Developer Terms 和 Data API Terms。

要求

  • Node.js 20 或更高版本

  • 已批准用于此用例的 Reddit OAuth 应用

  • REDDIT_CLIENT_ID

  • REDDIT_CLIENT_SECRET

  • 真实、具有描述性的 REDDIT_USER_AGENT

User-Agent 示例:

windows:comfyui-reddit-support-finder:v0.1.0 (by /u/your_username)

将凭据保存在环境变量或密钥管理器中。不要提交它们。

运行

通过你的密钥管理器提供上述三个必需的环境变量后:

node .\server.mjs

Codex 配置示例:

[mcp_servers.comfyui_reddit_support]
command = "node"
args = ["C:\\path\\to\\comfyui-reddit-support-finder\\server.mjs"]
env_vars = ["REDDIT_CLIENT_ID", "REDDIT_CLIENT_SECRET", "REDDIT_USER_AGENT"]
enabled = true

修改配置后,请重启 MCP 客户端。

数据处理

服务器不会将 Reddit 内容写入磁盘,也不会维护数据库。OAuth 访问令牌仅在进程内缓存至过期。详见 PRIVACY.md

License

MIT

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    D
    maintenance
    Enables browsing and searching Reddit content through read-only tools that access Reddit's official API. Supports searching posts, retrieving subreddit information, fetching hot posts, and getting detailed post information.
    5
    4
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    Provides AI assistants with read-only access to Reddit's API for browsing subreddits, reading posts and comments, searching Reddit, and retrieving user/subreddit information. Enables safe exploration of Reddit content without posting capabilities through natural language interactions.
  • A
    license
    B
    quality
    C
    maintenance
    Enables read-only access to Reddit for searching posts within specific subreddits using OAuth2 authentication. It allows users to search by query and sort results by relevance, popularity, or date.
    1
    8
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • Browse and manage Reddit posts, comments, and threads. Fetch user activity, explore hot/new/rising…

  • Search your AI chat history (ChatGPT, Claude, Codex) from any MCP client. Remote, private, read-only

  • Reddit posts, comments, subreddits, and search for AI agents. Free key, self-minted, no signup.

View all MCP Connectors

Latest Blog Posts

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/woodenriver05/comfyui-reddit-support-finder'

If you have feedback or need assistance with the MCP directory API, please join our Discord server