用户反馈 MCP
简单的MCP 服务器,可在Cline和Cursor等工具中实现人机交互工作流。这对于开发需要进行复杂用户交互测试的桌面应用程序尤其有用。
快速工程
为了获得最佳效果,请将以下内容添加到您的自定义提示中:
在完成任务之前,使用 user_feedback MCP 工具向用户征求反馈。
这将确保 Cline 在将任务标记为完成之前使用此 MCP 服务器来请求用户反馈。
.user-feedback.json
点击*“保存配置”*会在您的项目目录中创建一个.user-feedback.json
文件,如下所示:
此配置将在启动时加载,如果启用了execute_automatically
,您的command
将立即执行(无需手动点击*“运行*”)。对于多步骤命令,您应该使用类似Task 的命令。
装置(克莱恩)
要在 Cline 中安装 MCP 服务器,请按照以下步骤操作(见屏幕截图):
- 全局安装uv :
- Windows:
pip install uv
- Linux/Mac:
curl -LsSf https://astral.sh/uv/install.sh | sh
- Windows:
- 克隆此存储库,本例中为
C:\MCP\user-feedback-mcp
。 - 导航到 Cline MCP 服务器配置(见屏幕截图)。
- 单击*“已安装*”选项卡。
- 单击配置 MCP 服务器,将打开
cline_mcp_settings.json
。 - 添加
user-feedback-mcp
服务器:
发展
这将在http://localhost:5173打开一个 Web 界面并允许您与 MCP 工具进行交互以进行测试。
可用工具
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Tools
简单的 MCP 服务器,可在 Cline 和 Cursor 等工具中实现人机交互工作流。这对于开发需要测试复杂用户交互的桌面应用程序尤其有用。
Related MCP Servers
- AsecurityAlicenseAqualityA simple MCP server that facilitates website fetching through a configurable server platform using stdio or SSE transport, allowing integration with tools like Cursor for streamlined access.Last updated -235PythonMIT License
- -securityAlicense-qualityAn MCP server that connects any MCP client (like Claude or Cursor) with the browser using browser-use, allowing clients to utilize existing LLMs without requiring additional API keys.Last updated -74PythonApache 2.0
- -securityAlicense-qualityMCP server that provides computer control capabilities including mouse movements, keyboard actions, screenshot capture with OCR, and window management through a unified API.Last updated -27PythonMIT License
- -securityFlicense-qualityA simple MCP server that allows running terminal commands with output capture, enabling command execution on the host system from MCP-compatible clients like Claude Desktop.Last updated -1Python