U

user-feedback-mcp简化 MCP 服务器,启用工具如 Cline 和 Cursor 的人机交互工作流。

(0)
Daniel Nikulshyn审阅者 Daniel Nikulshyn·更新 2026年7月

概览

用户反馈-MCP 是一个简单的 MCP 服务器,旨在为工具如 Cline 和 Cursor启用人机交互工作流。它允许在测试桌面应用程序时进行复杂的用户交互。服务器可以配置为在完成任务前要求用户反馈。特别适合开发需要用户输入的应用程序。工具可以安装在Cline中,通过配置MCP 服务器并添加用户反馈-MCP服务器。将配置保存时,会在项目目录创建一个名为.user-feedback.json的文件。可以使用 uv 运行服务器,并为测试提供了一个 web 界面,网址为http://localhost:5173。

主要功能

  • MCP 服务器
  • 人机交互工作流
  • 用户反馈请求
  • 可配置
  • 用于测试的 web 界面

价格

模型
Free
评分
暂无评价

使用场景

测试桌面应用

用户反馈-MCP 服务器可以用于测试需要复杂用户交互的桌面应用。

使用 Cline 开发

该工具可以安装在 Cline 中以启用人机交互工作流并在完成任务时要求用户反馈。

优点 & 缺点

优点

  • 启用人机交互工作流
  • 适合复杂用户交互
  • 可配置要求用户反馈
  • 支持桌面应用的开发

缺点

  • 需要配置和安装
  • 依赖 uv 和其他工具

评测

登录以留下评测。

暂无评测。来当第一个吧!

问答

What are the main limitations of this tool?

The server requires manual configuration and installation, depends on uv and other tooling, and is only suitable for desktop applications needing complex user interactions. It also needs to be run locally, which may limit scalability for larger projects.

Asked by Xavier Costa · Aug 9, 2025

Which tools can use the user-feedback MCP server?

It is designed for use with tools that support MCP, notably Cline and Cursor. By adding the server to their MCP configuration, these tools can invoke the `user_feedback` tool to request human input before marking tasks complete.

Asked by Zara Ahmed · Jun 10, 2025

What does the .user-feedback.json configuration do?

When you save the MCP configuration in Cline, a .user-feedback.json file is created containing keys like `command` and `execute_automatically`. If `execute_automatically` is true, the specified command runs immediately on startup, eliminating the need to click Run manually; otherwise you must trigger it manually.

Asked by Olamide Fashola · Jun 7, 2025

How do I install and run the user-feedback-mcp server?

First install uv globally (pip install uv on Windows or curl … on Linux/Mac). Clone the repo, then configure Cline’s MCP servers by adding an entry in cline_mcp_settings.json pointing to the repository and setting the command to run `uv args: [ directory c:\MCP\user feedback mcp run server.py ]`. Finally run the server with `uv run fastmcp dev server.py` to launch the web interface at http://localhost:5173.

Asked by Grzegorz Lewandowski · May 8, 2025

提问

服务配缩器 的替代品