Install
$ agentstack add mcp-gmh5225-interactive-feedback-macos-mcp ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Interactive Feedback MCP for macOS
A native macOS MCP server for collecting interactive user feedback with AppleScript dialogs and image support.
✨ What's Different
This is a macOS-native reimplementation of the original interactive-feedback-mcp by Fábio Ferreira (@fabiomlferreira) with the following enhancements:
- Native macOS Dialogs: Uses AppleScript instead of web UI
- Image Support: Built-in image picker and screenshot capture
- Lightweight: No web server dependencies (Express, CORS, etc.)
- Better Integration: Seamless macOS user experience
🛠 Installation
- Clone and install:
``bash git clone https://github.com/gmh5225/interactive-feedback-macos-mcp.git cd interactive-feedback-macos-mcp npm install ``
- Add to your Cursor MCP configuration:
``json { "mcpServers": { "interactive-feedback-macos-mcp": { "command": "node", "args": ["/path/to/interactive-feedback-macos-mcp/src/mcp-server-macos.js"], "autoApprove": ["collect_feedback", "pick_image", "get_image_info", "take_screenshot"] } } } ``
🔧 Available Tools
collect_feedback: Native dialog for user feedback with optional image attachmentpick_image: macOS file picker for image selectionget_image_info: Get image metadata and base64 contenttake_screenshot: Capture area or full screen screenshots
📝 Usage
Add this to your AI assistant prompt for best results:
> Whenever you want to ask a question, always call the MCP interactive-feedback-macos-mcp.collect_feedback. > Whenever you're about to complete a user request, call the MCP interactive-feedback-macos-mcp.collect_feedback instead of simply ending the process.
License
MIT License
🙏 Credits
Based on interactive-feedback-mcp by Fábio Ferreira (@fabiomlferreira).
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: gmh5225
- Source: gmh5225/interactive-feedback-macos-mcp
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.