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 大模型,官方成本七分之一,支持高并发!
Read, search, and manage emails in Microsoft Outlook through a standardized interface.
A bridge server connecting Claude Desktop with the chakoshi moderation API for content safety.
A standalone proxy to connect STDIO-based MCP clients with HTTP (SSE) based MCP servers.
A news feed server for aggregating news from various sources.
Send iMessage and SMS messages using the Sendblue API.
Provides standardized access to social platform and onchain data using the Neynar API.
Access Whissle API for speech-to-text, diarization, translation, and text summarization.
An email processing server that uses MongoDB for semantic search and SQLite for efficient storage and retrieval.
TikTok integration for getting post details and video subtitles
Chat with any other OpenAI SDK Compatible Chat Completions API, like Perplexity, Groq, xAI and more