MCP Feedback Collector
A server for collecting user feedback and AI work reports.
🎯 MCP Feedback Collector
基于Node.js的现代化MCP反馈收集器,支持AI工作汇报和用户反馈收集。
Cursor配置说明(1.3.6版本)
{
"mcpServers": {
"mcp-feedback-collector": {
"command": "npx",
"args": [
"-y",
"smd-mcp-feedback-collector@latest"
],
}
}
}
Cursor配置说明(1.2.2版本,指定之前版本)
{
"mcpServers": {
"mcp-feedback-collector": {
"command": "npx",
"args": [
"-y",
"smd-mcp-feedback-collector@1.2.2"
],
"env": {
"MCP_TRANSPORT_MODE": "stdio",
"MCP_WEB_PORT": "5050"
}
}
}
}
Cursor mcp模式配置
使用 npx smd-mcp-feedback-collector@latest 全局启动(在控制台启动一个,之后在cursor中配置)
{
"mcpServers": {
"mcp-feedback-collector": {
"url": "http://localhost:3001/mcp"
}
}
}
Stagewise Toobar prompt拦截
# 在命令行窗口中启动服务(你可以自己编写脚本改为后台启动)
npx -y standalone-toolbar-service@latest
Related Servers
OpenAI Speech-to-Text
Transcribe audio files using OpenAI's Speech-to-Text API.
Discord Notification MCP Server
Sends notifications to Discord channels or users via a bot.
VoiceVox
A server for text-to-speech (TTS) using the VoiceVox engine.
Gmail AutoAuth MCP Server
Enables AI assistants to manage Gmail through natural language interactions.
Blogger
Interact with the Google Blogger API to manage blogs, posts, and comments.
Zundamon Voice Synthesis
A voice synthesis server for Zundamon using the VOICEVOX engine.
Fast Intercom
A high-performance MCP server for analyzing Intercom conversations, offering speeds up to 100x faster than the REST API.
Email
This server enables users to send emails through various email providers, including Gmail, Outlook, Yahoo, Sina, Sohu, 126, 163, and QQ Mail. It also supports attaching files from specified directories, making it easy to upload attachments along with the email content.
Prompt for User Input MCP Server
Enables AI models to prompt users for input directly within their code editor for interactive conversations.
CData Email Server
A read-only MCP server for querying live email data using the CData JDBC Driver.