JUHE API Marketplace
ceciliomichael avatar
MCP Server

Feedback Collector MCP

Collects user feedback with text and image support through an Electron app, allowing AI tools to gather and process user input with customizable prompts and multiple response options.

2
GitHub Stars
8/23/2025
Last Updated
MCP Server Configuration
1{
2 "name": "feedback-collector",
3 "command": "node",
4 "args": [
5 "/absolute/path/to/mcp-server.js"
6 ]
7}
JSON7 lines

README Documentation

Feedback Collector MCP Tool

Collect user feedback with text and image support through an Electron app.

Quick Setup

  1. Clone repository:
git clone https://github.com/ceciliomichael/feedback-js.git
cd feedbackjs-mcp
  1. Install dependencies:
npm install
  1. Build the application:
npm run make

Cross-Platform Building

The app can be built for Windows, macOS, and Linux platforms:

# Build for the current platform only
npm run make

# Build for specific platforms
npm run make:win    # Windows only
npm run make:mac    # macOS only
npm run make:linux  # Linux only

# Build for all platforms
npm run make:all

Note: Building for macOS from Windows or Linux requires additional setup:

  • For code signing, you need an Apple Developer account
  • For proper macOS builds from non-macOS platforms, consider using a CI service like GitHub Actions

MCP Configuration

Add to your AI tool configuration (works with Claude Desktop, Cursor, and other MCP clients):

{
  "mcpServers": {
    "feedback-collector": {
      "command": "node",
      "args": ["/absolute/path/to/mcp-server.js"]
    }
  }
}

Tool Parameters

ParameterTypeDescriptionDefault
promptstringMessage to display"Please provide feedback"
titlestringWindow title"AI Feedback Collection"
time_formatenumTime format (full, iso, date, time, unix)"full"
timezonestringTimezoneLocal timezone

Features

  • Text feedback with markdown prompt support
  • Image uploads (file selection, drag-and-drop, clipboard paste)
  • Quick response buttons (Submit, Approve, Enough, Cancel)
  • Detailed time information

Quick Install

Quick Actions

Key Features

Model Context Protocol
Secure Communication
Real-time Updates
Open Source