feedback-mcp-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@feedback-mcp-serverAsk user to confirm deletion of the project file."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
feedback-mcp-server
一个轻量级的 MCP (Model Context Protocol) 服务器,提供基于浏览器的交互式用户反馈功能,支持完整的 Markdown 渲染和语法高亮。
🌟 功能特性
🚀 核心功能
✅ 轻量级浏览器窗口:Chrome/Edge App 模式,无地址栏,资源占用低
✅ Markdown 渲染:完整的 Markdown 支持和语法高亮
✅ 智能复制:支持复制为纯文本或 Markdown 格式
✅ 多语言界面:中文和英文界面切换
✅ 超时控制:可配置超时时间,自动关闭
✅ 跨平台支持:Windows、macOS 和 Linux
✅ 安全可靠:仅监听 localhost,不暴露到公网
📦 安装
方式 1:使用 npx(推荐)
无需安装,直接在 Claude Desktop 中使用:
{
"mcpServers": {
"feedback": {
"command": "npx",
"args": ["-y", "feedback-mcp-server@latest"],
"env": {
"FEEDBACK_TIMEOUT": "300000",
"FEEDBACK_MAX_TOKENS": "2000",
"FEEDBACK_LANGUAGE": "zh"
}
}
}
}方式 2:全局安装
npm install -g feedback-mcp-server@latest配置:
{
"mcpServers": {
"feedback": {
"command": "feedback-mcp-server",
"env": {
"FEEDBACK_TIMEOUT": "300000",
"FEEDBACK_MAX_TOKENS": "2000",
"FEEDBACK_LANGUAGE": "zh"
}
}
}
}⚙️ 配置
环境变量
环境变量 | 描述 | 默认值 |
| 超时时间(ms) | 300000 (5 min) |
| 最大输出token数 | 无限制 |
| 界面语言 | zh(可选zh/en) |
推荐配置:
{
"env": {
"FEEDBACK_TIMEOUT": "300000",
"FEEDBACK_MAX_TOKENS": "2000",
"FEEDBACK_LANGUAGE": "zh"
}
}🎯 使用方式
AI 会自动调用 interactive_feedback 工具,浏览器会打开对话框显示消息内容。
工具参数
message(必填): 要显示给用户的消息内容,支持完整的 Markdown 格式
返回值
{
"submitted": boolean, // 用户是否提交了响应
"response": string, // 用户输入的内容
"timedOut": boolean // 是否超时
}🎨 界面特性
Markdown 渲染:完整支持代码高亮、表格、列表等
智能复制:支持复制为纯文本或 Markdown 格式
快捷键:
Ctrl + Enter提交,Esc取消多语言界面:中文和英文切换
📝 使用示例
简单确认
{
"message": "是否继续执行删除操作?此操作不可逆。"
}代码审查结果
{
"message": "## 代码审查结果\n\n发现以下问题:\n\n1. **类型错误**\n ```typescript\n const x: string = 123; // 类型不匹配\n ```\n\n2. **性能问题**\n - 未使用缓存\n - 重复计算\n\n请确认是否修复?"
}🛠️ 技术栈
Node.js + TypeScript
MCP SDK:@modelcontextprotocol/sdk
Markdown 渲染:marked + Prism.js
📋 系统要求
Node.js >= 18.0.0
操作系统:Windows 10+ / macOS 10.15+ / Linux
浏览器:Chrome 或 Edge(推荐)
🐛 故障排除
浏览器没有打开
检查是否安装了 Chrome 或 Edge
对话框无法提交
检查网络连接和防火墙设置
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/NianLog/feedback-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server