Macbeth for VS Code
io.github.wende/macbeth
Open-source computer use for macOS agents.
client:VS Code
transport:stdio
runtime:npm
Install Macbeth in VS Code
.vscode/mcp.json
{
"servers": {
"macbeth": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"macbeth"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs