comfyui-reddit-support-finder
Searches public troubleshooting discussions in the r/comfyui subreddit, returning titles, excerpts, and direct Reddit links for read-only support discovery.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@comfyui-reddit-support-finderFind past r/comfyui posts about 'CUDA out of memory' issues."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ComfyUI Reddit Support Finder
A small, non-commercial, read-only MCP server for user-initiated searches of
public troubleshooting discussions in r/comfyui.
The project exists to help people find earlier solutions and original Reddit links before creating duplicate support questions. It is designed for local AI assistants such as Codex, but the user must initiate every search.
Scope
The server exposes one tool: search_comfyui_support.
It can:
Search public posts in
r/comfyui.Return a small result set with titles, excerpts, and direct Reddit links.
Process results in memory for the current request.
It cannot:
Post, comment, vote, moderate, or send messages.
Search private communities or private communications.
Build user profiles or infer sensitive user characteristics.
Store Reddit content or use it for model training.
Run autonomous or scheduled collection.
This repository is the public authority for the app's declared access scope. A local integration using the same Reddit OAuth client must not add broader Reddit actions without updating this implementation and obtaining any required Reddit approval first.
Related MCP server: Reddit MCP Server
Reddit app registration
Suggested values for the Reddit app form:
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:8080Creating OAuth credentials does not replace Reddit's required access approval. Use the app only for the purpose approved by Reddit and follow Reddit's Responsible Builder Policy, Developer Terms, and Data API Terms.
Requirements
Node.js 20 or newer
A Reddit OAuth app approved for this use case
REDDIT_CLIENT_IDREDDIT_CLIENT_SECRETA truthful, descriptive
REDDIT_USER_AGENT
Example User-Agent:
windows:comfyui-reddit-support-finder:v0.1.0 (by /u/your_username)Keep credentials in an environment or secret manager. Do not commit them.
Run
After providing the three required environment variables through your secret manager:
node .\server.mjsExample Codex configuration:
[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 = trueRestart the MCP client after changing its configuration.
Data handling
The server does not write Reddit content to disk or maintain a database. An OAuth access token is cached only in process memory until expiration. See PRIVACY.md for details.
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables 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.54MIT
- FlicenseNot gradedqualityDmaintenanceProvides 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.
- AlicenseBqualityCmaintenanceEnables 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.181MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to search and read solved threads from the n8n community forum for vetted solutions.MIT
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.
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/woodenriver05/comfyui-reddit-support-finder'
If you have feedback or need assistance with the MCP directory API, please join our Discord server