Back to MCP Servers
🔌

mrexodia/user-feedback-mcp

MIT

🐍 🏠 - Simple MCP Server to enable a human-in-the-loop workflow in tools like Cline and Cursor.

PythonProductivity

Install

npx -y mrexodia-user-feedback-mcp

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "mrexodia-user-feedback-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mrexodia-user-feedback-mcp"
      ]
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.