MCP Feedback Enhanced
Enhanced MCP server for interactive user feedback and command execution in AI-assisted development, featuring dual interface support (Web UI and Desktop Application) with intelligent environment detection and cross-platform compatibility.
What is MCP Feedback Enhanced?
MCP Feedback Enhanced is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to enhanced mcp server for interactive user feedback and command execution in ai-assisted development, featuring dual interface support (web ui and desktop application) with intelligent environment detec...
Enhanced MCP server for interactive user feedback and command execution in AI-assisted development, featuring dual interface support (Web UI and Desktop Application) with intelligent environment detection and cross-platform compatibility.
This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- Enhanced MCP server for interactive user feedback and comman
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx mcp-feedback-enhancedConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use MCP Feedback Enhanced
MCP Feedback Enhanced is an MCP server that adds an interactive user feedback loop to AI-assisted development sessions, allowing the AI to pause and request input or approval from the developer mid-task rather than proceeding autonomously. It supports both a web-based UI and a desktop application interface, and intelligently detects the running environment to choose the right interface. The server is cross-platform and is especially useful in workflows where unattended AI execution would be risky without human checkpoints.
Prerequisites
- Node.js 18 or later installed
- An MCP-compatible client (Claude Desktop, Cursor, or another MCP host)
- Python 3.8+ (if running the Python variant of the server)
- A modern browser (for the Web UI interface)
Install via npx
The server can be run directly with npx without a global install. This is the recommended approach for Claude Desktop configuration.
npx mcp-feedback-enhancedAdd to Claude Desktop configuration
Edit your Claude Desktop config file to register the MCP Feedback Enhanced server. Claude Desktop will start the server automatically when needed.
{
"mcpServers": {
"mcp-feedback-enhanced": {
"command": "npx",
"args": ["mcp-feedback-enhanced"],
"env": {}
}
}
}Test the web UI interface
Start the server manually and open the web UI in your browser to verify the feedback interface is working before connecting it to an AI workflow.
npx mcp-feedback-enhanced --webInstruct your AI assistant to request feedback
In your Claude session, explicitly tell the AI to pause and request your feedback at key decision points. The server exposes a feedback tool that the AI can call to render a form in the UI.
Review and submit feedback through the UI
When the AI invokes the feedback tool, a form appears in the web or desktop UI. You can type a response, approve a proposed command, or reject it. The AI receives your response and continues accordingly.
MCP Feedback Enhanced Examples
Claude Desktop configuration
Register MCP Feedback Enhanced so Claude Desktop can invoke the interactive feedback tool during AI sessions.
{
"mcpServers": {
"mcp-feedback-enhanced": {
"command": "npx",
"args": ["mcp-feedback-enhanced"],
"env": {}
}
}
}Prompts to try
Use these prompts in Claude Desktop after connecting the server to enable interactive checkpoints in AI workflows.
- "Before deleting any files, use the feedback tool to ask me for confirmation."
- "At each step of refactoring this module, pause and request my feedback before continuing."
- "Run the deployment script but ask me to approve each environment change first."
- "Summarize what you plan to do, then wait for my approval via the feedback tool before executing."Troubleshooting MCP Feedback Enhanced
Web UI does not open automatically when the server starts
Pass the --web flag explicitly when starting the server: npx mcp-feedback-enhanced --web. The server uses environment detection to pick UI mode; in headless environments it defaults to web mode but may not auto-launch a browser.
The AI does not use the feedback tool even though the server is connected
Explicitly instruct the AI in your system prompt or user message to call the feedback tool at decision points. The tool is available but the AI will only invoke it if instructed to do so or if the tool's description matches the task.
npx command fails or server does not start
Ensure Node.js 18+ is installed. Try clearing the npx cache: npx clear-npx-cache, then retry. If the package name has changed, check the repository for the current published package name.
Frequently Asked Questions about MCP Feedback Enhanced
What is MCP Feedback Enhanced?
MCP Feedback Enhanced is a Model Context Protocol (MCP) server that enhanced mcp server for interactive user feedback and command execution in ai-assisted development, featuring dual interface support (web ui and desktop application) with intelligent environment detection and cross-platform compatibility. It connects AI assistants to external tools and data sources through a standardized interface.
How do I install MCP Feedback Enhanced?
Follow the installation instructions on the MCP Feedback Enhanced GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with MCP Feedback Enhanced?
MCP Feedback Enhanced works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is MCP Feedback Enhanced free to use?
Yes, MCP Feedback Enhanced is open source and available under the NOASSERTION license. You can use it freely in both personal and commercial projects.
MCP Feedback Enhanced Alternatives — Similar Developer Tools Servers
Looking for alternatives to MCP Feedback Enhanced? Here are other popular developer tools servers you can use with Claude, Cursor, and VS Code.
Ecc
★ 188.2kThe agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
Javaguide
★ 155.8kJava 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发
Gemini CLI
★ 104.5kA secure MCP server that wraps the Google Gemini CLI, allowing clients to query Gemini models using local OAuth sessions without requiring an API key. It provides tools for model interaction and diagnostics with built-in protection against command in
Awesome MCP Servers
★ 87.3k⭐ Curated list of Model Context Protocol (MCP) servers - tools that extend Claude Desktop, Cursor, Windsurf, and other MCP clients with custom capabilities.
MCP Servers
★ 86.0kModel Context Protocol Servers
CC Switch
★ 77.5kA cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Gemini CLI & Hermes Agent. Only official website: ccswitch.io
Browse More Developer Tools MCP Servers
Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up MCP Feedback Enhanced in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use MCP Feedback Enhanced?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.