feedbackjs-mcp
feedbackjs-mcpは、フィードバック収集と分析を自動化するためのJavaScriptライブラリです。ユーザーからの意見を効率的に収集し、データを整理して可視化する機能を提供します。このライブラリは、特にウェブアプリケーションやサービスにおいて、ユーザーエクスペリエンスを向上させるために役立ちます。
GitHubスター
2
ユーザー評価
未評価
お気に入り
0
閲覧数
35
フォーク
1
イシュー
0
README
Feedback Collector MCP Tool
Collect user feedback with text and image support through an Electron app.
Quick Setup
- Clone repository:
git clone https://github.com/ceciliomichael/feedback-js.git
cd feedbackjs-mcp
- Install dependencies:
npm install
- 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