
Feedback Collector
STDIOMCP server providing interactive user feedback collection with text and image support
MCP server providing interactive user feedback collection with text and image support
一个现代化的 Model Context Protocol (MCP) 服务器,为AI助手提供交互式用户反馈收集功能。
“Whenever you want to ask a question, always call the MCP .
Whenever you’re about to complete a user request, call the MCP instead of simply ending the process. Keep calling MCP until the user’s feedback is empty, then end the request. mcp-feedback-collector.collect_feedback ”
油管:https://youtu.be/aYtGm1xHNXI B站:https://www.bilibili.com/video/BV1J6jyzQE8P/
https://github.com/sanshao85/mcp-feedback-collector-web 支持远程服务器使用,体验更强大!
pip install uvx
在 claude_desktop_config.json
中添加:
{ "mcpServers": { "mcp-feedback-collector": { "command": "uvx", "args": ["mcp-feedback-collector"], "env": { "PYTHONIOENCODING": "utf-8", "MCP_DIALOG_TIMEOUT": "600" } } } }
配置完成后重启Claude Desktop即可使用。
收集用户反馈的主要工具,AI可以汇报工作内容,用户提供文字和图片反馈。
# AI调用示例 result = collect_feedback("我已经完成了代码优化工作...")
快速图片选择工具,用于单张图片选择场景。
获取图片文件的详细信息(格式、尺寸、大小等)。
🎯 工作完成汇报与反馈收集
┌─────────────────────────────────────────┐
│ 📋 AI工作完成汇报 │
│ ┌─────────────────────────────────────┐ │
│ │ [AI汇报的工作内容显示在这里] │ │
│ └─────────────────────────────────────┘ │
└─────────────────────────────────────────┘
┌─────────────────────────────────────────┐
│ 💬 您的文字反馈(可选) │
│ ┌─────────────────────────────────────┐ │
│ │ [多行文本输入区域] │ │
│ └─────────────────────────────────────┘ │
└─────────────────────────────────────────┘
┌─────────────────────────────────────────┐
│ 🖼️ 图片反馈(可选,支持多张) │
│ [📁选择文件] [📋粘贴] [❌清除] │
│ [图片缩略图预览区域] │
└─────────────────────────────────────────┘
[✅ 提交反馈] [❌ 取消]
MCP_DIALOG_TIMEOUT
: 对话框等待时间(秒)
PNG、JPG、JPEG、GIF、BMP、WebP
MIT License - 详见 LICENSE 文件
欢迎提交Issue和Pull Request!
让AI与用户的交互更高效直观! 🎯
https://api.ssopen.top/ API中转站,290+AI 大模型,官方成本七分之一,支持高并发!