# Interactive Feedback Macos Mcp

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

- **Type:** MCP server
- **Install:** `agentstack add mcp-gmh5225-interactive-feedback-macos-mcp`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [gmh5225](https://agentstack.voostack.com/s/gmh5225)
- **Installs:** 0
- **Category:** [Content & Media](https://agentstack.voostack.com/c/content-and-media)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [gmh5225](https://github.com/gmh5225)
- **Source:** https://github.com/gmh5225/interactive-feedback-macos-mcp

## Install

```sh
agentstack add mcp-gmh5225-interactive-feedback-macos-mcp
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## 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](https://github.com/noopstudios/interactive-feedback-mcp) by Fábio Ferreira ([@fabiomlferreira](https://x.com/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
   ```

2. 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](https://github.com/noopstudios/interactive-feedback-mcp) by Fábio Ferreira ([@fabiomlferreira](https://x.com/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](https://github.com/gmh5225)
- **Source:** [gmh5225/interactive-feedback-macos-mcp](https://github.com/gmh5225/interactive-feedback-macos-mcp)
- **License:** MIT

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

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-gmh5225-interactive-feedback-macos-mcp
- Seller: https://agentstack.voostack.com/s/gmh5225
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
