PluginBench
MCP Server
Active
MIT

Macbeth MCP Server

io.github.wende/macbeth

What is the Macbeth MCP server?

Open-source computer use for macOS agents.

How to install Macbeth

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "macbeth": {
      "command": "npx",
      "args": [
        "-y",
        "macbeth"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "macbeth": {
      "command": "npx",
      "args": [
        "-y",
        "macbeth"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "macbeth": {
      "command": "npx",
      "args": [
        "-y",
        "macbeth"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "macbeth": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "macbeth"
      ]
    }
  }
}
Claude Code
claude mcp add macbeth -- npx -y macbeth

Related MCP servers

CICADA

Active

Code intelligence MCP server for 17+ programming languages.

41
Python
MIT
View repository →