The reputation layer for AI skills, tools & agents

sanshao85/mcp-feedback-collector

Score: 20.6 Rank #12206

一个现代化的 Model Context Protocol (MCP) 服务器,为AI助手提供交互式用户反馈收集功能。

Overview

sanshao85/mcp-feedback-collector is a Python MCP server licensed under MIT. 一个现代化的 Model Context Protocol (MCP) 服务器,为AI助手提供交互式用户反馈收集功能。

Ranked #12206 out of 25632 indexed tools.

Ecosystem

Python MIT

Signal Breakdown

Stars 243
Freshness 9mo ago
Issue Health 0%
Contributors 2
Dependents 0
Forks 49
Description Good
License MIT

How to Improve

Description low impact

Expand your description to 150+ characters for better discoverability

Freshness high impact

Last commit was 287 days ago — a recent commit would boost your freshness score

Issue Health high impact

You have 12 open vs 0 closed issues — triaging stale issues improves health

Badge

AgentRank score for sanshao85/mcp-feedback-collector
[![AgentRank](https://agentrank-ai.com/api/badge/tool/sanshao85--mcp-feedback-collector)](https://agentrank-ai.com/tool/sanshao85--mcp-feedback-collector)
<a href="https://agentrank-ai.com/tool/sanshao85--mcp-feedback-collector"><img src="https://agentrank-ai.com/api/badge/tool/sanshao85--mcp-feedback-collector" alt="AgentRank"></a>

Matched Queries

"model context protocol""model-context-protocol"

From the README

# 🎯 MCP反馈收集器

一个现代化的 Model Context Protocol (MCP) 服务器,为AI助手提供交互式用户反馈收集功能。

## 在cursor规则中可以下面这样配置

“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/
## 已经推出了nodejs的版本
https://github.com/sanshao85/mcp-feedback-collector-web 
支持远程服务器使用,体验更强大!

## ✨ 主要特性

- 🎨 **现代化界面** - 美观的700x800像素GUI,支持中文界面
- 📷 **多图片支持** - 同时选择多张图片,支持文件选择和剪贴板粘贴
- 💬 **灵活反馈** - 支持纯文字、纯图片或文字+图片组合反馈
- ⚡ **零配置安装** - 使用uvx一键安装,无需复杂配置
- 🔧 **智能超时** - 可配置的对话框超时时间,避免操作中断

## 🚀 快速开始

### 1. 安装uvx
```bash
pip install uvx
```

### 2. 配置Claude Desktop
在 `claude_desktop_config.json` 中添加:

```json
{
  "mcpServers": {
    "mcp-feedback-collector": {
      "command": "uvx",
      "args": ["mcp-feedback-collector"],
  
Read full README on GitHub →
Are you the maintainer? Claim this listing