Skip to main content
Glama
ceciliomichael

Feedback Collector MCP

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

Related MCP server: MCP Feedback Collector

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

Install Server
A
license - permissive license
B
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    C
    quality
    D
    maintenance
    Enables collecting contextual user input through a dedicated Electron window interface. Supports drawable image input and other input types, allowing MCP clients to request interactive user submissions.
    1
    10
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Enables AI assistants to collect interactive user feedback through a modern GUI that supports text input, multiple image uploads (via file selection or clipboard paste), allowing users to provide comprehensive feedback with screenshots and comments.
    1
    MIT
  • F
    license
    A
    quality
    B
    maintenance
    Interactive feedback server for AI-assisted development with Web UI and desktop app support, enabling user feedback collection after AI tasks.
    2

View all related MCP servers

Related MCP Connectors

  • Create AI surveys with dynamic follow-up probing directly from your AI assistant.

  • Human-in-the-loop for AI agents. Submit choices, get a human decision.

  • Human feedback for AI agents: share HTML, get a live review link, read anchored notes as markdown.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ceciliomichael/feedbackjs-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server