Skip to main content
ClaudeWave

Playwright for macOS native apps

MCP ServersOfficial Registry2 stars0 forksTypeScriptMITUpdated today
Install in Claude Code / Claude Desktop
Method: NPX · macbeth
Claude Code CLI
claude mcp add macbeth -- npx -y macbeth
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "macbeth": {
      "command": "npx",
      "args": ["-y", "macbeth"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Use cases

MCP Servers overview

<p align="center">
  <img src="assets/macbeth-logo.svg" alt="Macbeth" width="300" />
</p>

<h1 align="center">Macbeth — Open-source Computer Use for macOS</h1>

<p align="center">
  <strong>Give the agent you already use hands and eyes on your Mac.</strong>
</p>

<p align="center">
  See and operate Mac applications through MCP or TypeScript, including native and Electron interfaces.
</p>

<p align="center">
  Structured UI access when possible. Screenshots and OCR when necessary.<br />
  <em>Think Playwright for your entire Mac.</em>
</p>

<p align="center">
  <a href="https://www.npmjs.com/package/macbeth"><img src="https://img.shields.io/npm/v/macbeth?style=flat-square&color=61202F&labelColor=1a1520" alt="npm version" /></a>
  <img src="https://img.shields.io/badge/license-MIT-8B3342?style=flat-square&labelColor=1a1520" alt="MIT license" />
  <img src="https://img.shields.io/badge/macOS-14%2B-32111A?style=flat-square&logo=apple&logoColor=white&labelColor=1a1520" alt="macOS 14 or newer" />
  <img src="https://img.shields.io/badge/MCP-server-8B5CF6?style=flat-square&labelColor=1a1520" alt="MCP server included" />
</p>

<p align="center">
  <img src="assets/macbeth-simulated-walkthrough.gif" alt="Simulated Macbeth walkthrough showing System Settings, Electron interaction, and screenshot OCR" width="800" />
</p>

<p align="center">
  <sub>Simulated walkthrough of Macbeth's current MCP tool surface: System Settings, Electron interaction, and screenshot/OCR.</sub>
</p>

<p align="center">
  <a href="#quickstart">Quickstart</a> ·
  <a href="#across-your-mac">Examples</a> ·
  <a href="#why-macbeth">Why Macbeth?</a> ·
  <a href="#typescript-api">TypeScript</a> ·
  <a href="#security-and-limitations">Security</a> ·
  <a href="#teach-macbeth-an-application">Skills</a>
</p>

## Quickstart

Give Claude Code access to Macbeth:

```bash
claude mcp add macbeth -- npx -y macbeth
```

Then ask it to verify the connection:

> Using Macbeth, list the running applications, connect to Finder, inspect its front window, and summarize the first few controls you can see. Do not perform any other actions.

Macbeth ships with a prebuilt, signed and notarized universal daemon. No Swift toolchain or manual service installation is required. If setup fails, run `npx macbeth doctor`; it prints a self-contained diagnostic prompt you can paste back into your agent.

Any MCP client that can launch a stdio server can use `npx -y macbeth`. See [MCP setup](docs/mcp.md) for generic configuration, updates, and the complete tool list.

<details>
<summary>Let your agent guide the installation</summary>

> Add Macbeth as an MCP server using `npx -y macbeth`. Run `npx macbeth doctor`, guide me through granting only the permissions I need, and verify the setup by inspecting Finder. Do not take any unrelated actions.

</details>

## Across your Mac

### Work inside Unity, Logic Pro, and other complex tools

> “In Logic Pro, set the project tempo to 128 BPM and start playback.”

Macbeth combines structured controls, menus, keyboard input, screenshots, OCR, and application-specific guidance. Logic Pro has a [dedicated skill](skills/LogicPro/SKILL.md). Applications with thinner accessibility trees, including parts of Unity, can combine structured controls with keyboard, menu, screenshot, and OCR fallbacks.

### Automate macOS itself

> “Open System Settings, find the firewall controls, and report their current state without changing anything.”

Macbeth can inspect named controls and values, select native menu items, and use keyboard input when a semantic action is unavailable.

### Use applications even when they have no API

> “Open HEY, find the newest visible thread from the design team, and summarize it without sending or changing anything.”

Macbeth can work through exposed Electron interfaces even when the service does not provide the API your agent needs. HEY works through Macbeth's generic [Electron support](skills/electron/SKILL.md); results vary with the application's accessibility tree and version.

### See what the accessibility tree misses

> “Capture the frontmost Notes window and extract all visible text.”

ScreenCaptureKit screenshots and local Vision OCR provide a fallback for content that macOS does not expose as useful accessibility data.

### Build repeatable scripts and tests

The same engine is available as a TypeScript API with lazy locators, auto-waiting actions, explicit state waits, screenshots, and application connections.

> [!IMPORTANT]
> Macbeth can act inside applications on your behalf. Connect only trusted agents and require approval for consequential actions.

## Why Macbeth?

- **Use your own agent.** Macbeth is a control layer, not a model or agent runtime.
- **Structured when possible.** Query roles, labels, values, enabled state, hierarchy, and stable handles instead of relying only on coordinates.
- **Visual when necessary.** Fall back to window capture and OCR when accessibility metadata is thin.
- **Application-aware.** Versioned skills preserve workflows, shortcuts, and known failure modes.
- **Scriptable.** Use the same primitives interactively over MCP or directly from TypeScript.

### Structured before pixels

| Capability | Typical screenshot-driven agent | Macbeth |
|---|---|---|
| Find a labeled control | Visual inference | Accessibility query when exposed |
| Read role, value, and state | Inferred | Structured attributes |
| Wait for a UI change | Usually observed through repeated captures | Explicit waits and auto-waiting actions |
| Handle incomplete UI metadata | Vision/OCR | Accessibility first, screenshot/OCR fallback |
| Reuse application knowledge | Prompt-dependent | Bundled, versioned skills |

Accessibility information can itself be incomplete or misleading. Macbeth is a hybrid interface: it uses stronger structured primitives when macOS exposes them and keeps visual and system-level fallbacks available when it does not.

## Security and limitations

- Macbeth requires macOS 14 or newer and Node.js 20 or newer.
- Accessibility permission is required for UI inspection and interaction. Screen Recording is required only for screenshots and window OCR.
- Application accessibility quality varies. Custom-rendered canvases, games, and some creative tools may require menus, screenshots, OCR, keyboard input, or application-specific guidance.
- Interface changes between application versions can break specialized workflows.
- The interaction glow makes Macbeth activity visible, but it is not an approval system or a complete audit log.
- Agents can make mistakes. Use human review for destructive, financial, publishing, or privacy-sensitive actions.

Macbeth uses a local stdio MCP server and a Unix-domain socket; it does not open a TCP listener. Screenshots requested through MCP are written to a temporary directory and are not automatically deleted. Read the [security model](SECURITY.md) for data flow, permission revocation, local-process risks, and safer operating practices.

## TypeScript API

```bash
npm install macbeth
```

```ts
import { connect } from "macbeth";

const app = await connect("TextEdit");
await app.window("Untitled").textField().fill("Hello from Macbeth");
await app.pressKey("s", ["cmd"]);
```

See [Developing with Macbeth](skills/DEVELOPING_MACBETH.md) for locators, screenshots, Electron behavior, lifecycle, and tests.

## Teach Macbeth an application

A Macbeth skill is a `SKILL.md` file, optionally accompanied by runnable scripts, that teaches an agent an application's reliable workflows and pitfalls. Bundled skills cover Calendar, Contacts, Logic Pro, Mail, Maps, Messages, Music, Notes, Reminders, Safari, System Settings, and generic Electron applications.

You can add a skill without changing the Swift daemon. Start with the [contribution guide](CONTRIBUTING.md#contributing-an-application-skill) and include a reproducible prompt, tested application version, expected result, and honest failure modes.

## Documentation

| Guide | Contents |
|---|---|
| [MCP server](docs/mcp.md) | Installation, smoke test, tools, skills, and updates |
| [TypeScript API](skills/DEVELOPING_MACBETH.md) | Client API, locators, Electron, and tests |
| [Architecture](docs/architecture.md) | Daemon, protocol, fallbacks, and design notes |
| [Security](SECURITY.md) | Trust boundaries, data handling, and permission revocation |
| [Troubleshooting](TROUBLESHOOTING.md) | Diagnostics and common setup failures |
| [Contributing](CONTRIBUTING.md) | Development workflow and application skills |

## Requirements

- macOS 14 (Sonoma) or later
- Node.js 20+
- Swift 6.0+ only when building the daemon from source

## License

MIT
aiai-toolsautomationmacosmcpmcp-serverplaywright

What people ask about macbeth

What is wende/macbeth?

+

wende/macbeth is mcp servers for the Claude AI ecosystem. Playwright for macOS native apps It has 2 GitHub stars and was last updated today.

How do I install macbeth?

+

You can install macbeth by cloning the repository (https://github.com/wende/macbeth) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is wende/macbeth safe to use?

+

wende/macbeth has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains wende/macbeth?

+

wende/macbeth is maintained by wende. The last recorded GitHub activity is from today, with 1 open issues.

Are there alternatives to macbeth?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy macbeth to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: wende/macbeth
[![Featured on ClaudeWave](https://claudewave.com/api/badge/wende-macbeth)](https://claudewave.com/repo/wende-macbeth)
<a href="https://claudewave.com/repo/wende-macbeth"><img src="https://claudewave.com/api/badge/wende-macbeth" alt="Featured on ClaudeWave: wende/macbeth" width="320" height="64" /></a>

More MCP Servers

macbeth alternatives