AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified MIT Self-run

Interactive Feedback Macos Mcp

mcp-gmh5225-interactive-feedback-macos-mcp · by gmh5225

A native macOS MCP server for collecting interactive user feedback with AppleScript dialogs and image support.

No reviews yet
0 installs
35 views
0.0% view→install

Install

$ agentstack add mcp-gmh5225-interactive-feedback-macos-mcp

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-gmh5225-interactive-feedback-macos-mcp)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
stale · 1y ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Interactive Feedback Macos Mcp? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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

  1. Clone and install:

``bash git clone https://github.com/gmh5225/interactive-feedback-macos-mcp.git cd interactive-feedback-macos-mcp npm install ``

  1. 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 attachment
  • pick_image: macOS file picker for image selection
  • get_image_info: Get image metadata and base64 content
  • take_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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.