Macgic Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Macgic Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
macOS Accessibility MCP Server — gives AI "hands and eyes" on macOS.
An MCP server that exposes macOS Accessibility and Core Graphics APIs as tools, allowing AI systems (Claude, etc.) to fully control a Mac: clicking, typing, drawing, reading UI elements, launching apps, and taking screenshots.
Add to your MCP client config:
{
"mcpServers": {
"macgic": {
"command": "uvx",
"args": ["macgic-mcp"],
"type": "stdio"
}
}
}| Tool | Description |
|---|---|
screenshot | Capture full screen, specific display, or region as PNG |
list_displays | List connected displays with IDs, resolutions, positions |
list_apps | List running applications (name, bundle ID, PID) |
get_ui_elements | Read accessibility tree for an app (role, title, value, position, size) |
| Tool | Description |
|---|---|
mouse_click | Click at x,y (left/right, single/double) |
mouse_move | Move cursor to x,y |
mouse_drag | Drag between points with smooth interpolation (enables drawing!) |
scroll | Scroll at position (horizontal + vertical) |
| Tool | Description |
|---|---|
type_text | Type a string of text character by character |
key_press | Press key combinations (e.g. cmd+c, cmd+shift+z, enter) |
| Tool | Description |
|---|---|
open_app | Launch an app by name or bundle ID |
activate_app | Bring an app to the foreground |
Grant these in System Settings > Privacy & Security:
MIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.