MCP ExplorerExplorer

Feedbackjs Mcp

@ceciliomichaelon 10 months ago
2 MIT
FreeCommunity
AI Systems
#ai#claude#mcp#cursor-ai#windsurf-ai
Feedback MCP for AI

Overview

What is Feedbackjs Mcp

feedbackjs-mcp is a Feedback Collector MCP Tool designed for collecting user feedback through an Electron application, supporting both text and image inputs.

Use cases

Use cases for feedbackjs-mcp include gathering user opinions on software features, collecting bug reports, and receiving suggestions for improvements in applications.

How to use

To use feedbackjs-mcp, clone the repository, install the necessary dependencies, build the application, and configure it within your AI tool’s MCP settings.

Key features

Key features include text feedback with markdown support, image uploads via file selection or drag-and-drop, quick response buttons, and detailed time information.

Where to use

feedbackjs-mcp can be utilized in various fields such as software development, user experience research, and any application requiring user feedback collection.

Content

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

Parameter Type Description Default
prompt string Message to display “Please provide feedback”
title string Window title “AI Feedback Collection”
time_format enum Time format (full, iso, date, time, unix) “full”
timezone string Timezone Local 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

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers