mcp-feedback-ultra
Interactive feedback server for AI-assisted development with Web UI and desktop app support, enabling user feedback collection after AI tasks.
README
MCP Feedback Ultra
MCP Feedback Ultra 是一个用于 AI 辅助开发的交互式反馈服务器,支持 Web UI 和桌面应用双界面模式。
原始项目: noopstudios/interactive-feedback-mcp
核心特性
- 双界面支持:Web UI(浏览器)+ 桌面应用(原生应用)
- 智能环境检测:自动识别 SSH Remote、WSL 等特殊环境
- 交互式反馈:AI 完成任务后主动收集用户反馈
- 跨平台支持:Windows、macOS、Linux
快速开始
安装
uvx mcp-feedback-ultra@latest
MCP 配置
在 Cursor 的 MCP 配置文件中添加:
{
"mcpServers": {
"mcp-feedback-ultra": {
"command": "uvx",
"args": ["mcp-feedback-ultra@latest"],
"timeout": 600,
"autoApprove": ["interactive_feedback"]
}
}
}
环境变量(可选)
| 变量 | 说明 | 默认值 |
|---|---|---|
MCP_DEBUG |
调试模式 | false |
MCP_WEB_HOST |
Web UI 绑定地址 | 127.0.0.1 |
MCP_WEB_PORT |
Web UI 端口 | 8765 |
MCP_DESKTOP_MODE |
启用桌面应用模式 | false |
使用方式
Web UI 模式(默认)
{
"mcpServers": {
"mcp-feedback-ultra": {
"command": "uvx",
"args": ["mcp-feedback-ultra@latest"]
}
}
}
桌面应用模式
{
"mcpServers": {
"mcp-feedback-ultra": {
"command": "uvx",
"args": ["mcp-feedback-ultra@latest"],
"env": {
"MCP_DESKTOP_MODE": "true"
}
}
}
}
开发
本地测试
# 克隆项目
git clone https://github.com/YangHang0210/mcp-feedback-ultra.git
cd mcp-feedback-ultra
# 安装依赖
uv sync --dev
# 测试 Web UI
uv run python -m mcp_feedback_ultra test --web
# 测试桌面应用
uv run python -m mcp_feedback_ultra test --desktop
常见问题
SSH Remote 环境无法访问?
设置 MCP_WEB_HOST 为 0.0.0.0 允许远程访问:
{
"env": {
"MCP_WEB_HOST": "0.0.0.0",
"MCP_WEB_PORT": "8765"
}
}
然后在本地浏览器访问:http://[远程IP]:8765
许可证
MIT License
链接
- PyPI: https://pypi.org/project/mcp-feedback-ultra/
- GitHub: https://github.com/YangHang0210/mcp-feedback-ultra
- 原始项目: https://github.com/noopstudios/interactive-feedback-mcp
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.