Skip to main content
Glama

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
  1. 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
-
security - not tested
F
license - not found
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

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.

  1. Quick Setup
    1. Tool Parameters
      1. Features

        Related MCP Servers

        • A
          security
          F
          license
          A
          quality
          Enables AI agents to interact with web browsers using natural language, featuring automated browsing, form filling, vision-based element detection, and structured JSON responses for systematic browser control.
          Last updated -
          1
          43
          Python
          • Linux
          • Apple
        • A
          security
          A
          license
          A
          quality
          Enables AI integrations with ClickUp tasks, supporting resource management, task operations, workspace organization, and AI-powered task recommendations through a standardized protocol.
          Last updated -
          18
          343
          176
          TypeScript
          MIT License
          • Linux
          • Apple
        • A
          security
          A
          license
          A
          quality
          Allows AI assistants to generate and transform high-quality images from text prompts using Google's Gemini model via the MCP protocol.
          Last updated -
          3
          5
          Python
          MIT License
          • Apple
        • -
          security
          F
          license
          -
          quality
          Provides AI assistants with access to Payman's documentation, helping developers build integrations more efficiently through enhanced contextual support.
          Last updated -
          TypeScript

        View all related MCP servers

        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