Powers the feedback collection interface with support for text input, image uploads, and quick response buttons
Enables rich text formatting in feedback prompts displayed to users
Feedback Collector MCP Tool
Collect user feedback with text and image support through an Electron app.
Quick Setup
- Clone repository:
- Install dependencies:
- Build the application:
Cross-Platform Building
The app can be built for Windows, macOS, and Linux platforms:
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):
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
local-only server
The server can only run on the client's local machine because it depends on local resources.
Tools
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.
Related MCP Servers
- AsecurityFlicenseAqualityEnables 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 -146Python
- -securityFlicense-qualityA server that connects to the xAI/Grok image generation API, allowing users to generate images from text prompts with support for multiple image generation and different response formats.Last updated -JavaScript
- AsecurityAlicenseAqualityAllows AI assistants to generate and transform high-quality images from text prompts using Google's Gemini model via the MCP protocol.Last updated -35PythonMIT License
- -securityFlicense-qualityEnables interaction with Google Forms API to create forms, add questions, and retrieve responses through natural language commands.Last updated -JavaScript