An MCP server for collecting interactive user feedback through a graphical user interface.
一个现代化的 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/
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 大模型,官方成本七分之一,支持高并发!
Send emails via SMTP. Requires SMTP server credentials to be configured through environment variables.
Enables AI assistants to send push notifications via the Pushover service.
A server for interacting with LinkedIn, including authentication and posting capabilities.
A server for interacting with the Beeper communication network.
Connect AI assistants like Cursor to Google Chat and beyond — enabling smart, extensible collaboration across chat platforms.
Enhanced MCP server for Twitter/X with OAuth 2.0 support, v2 API media uploads, smart v1.1 fallbacks, and comprehensive rate limiting. Post tweets with text/media, search, and delete tweets programmatically.
Send SMS messages using the Aligo SMS API.
The most powerful MCP server for Slack Workspaces. This integration supports both Stdio and SSE transports, proxy settings and does not require any permissions or bots being created or approved by Workspace admins 😏.
Send Instagram DMs via your LLM
Access PubNub SDK documentation and API resources for real-time communication applications.