Macbeth
Rank #4,430io.github.wende/macbeth
Open-source computer use for macOS agents.
Macbeth is a Model Context Protocol (MCP) server published by wende. It ranks #4,430 of 115,460 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. Macbeth is listed across 2 registries — Official MCP and Glama, with 3 tracked versions. It was first listed on May 21, 2026 and most recently updated on Aug 2, 2026.
Ranks ahead of 111,030 of 115,460 servers on MCP Toplist.
Use Macbeth
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add macbeth -- npx -y macbeth[mcp_servers.macbeth]
command = "npx"
args = ["-y", "macbeth"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"macbeth": {
"command": "npx",
"args": [
"-y",
"macbeth"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"macbeth": {
"command": "npx",
"args": [
"-y",
"macbeth"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"macbeth": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"macbeth"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"macbeth": {
"command": "npx",
"args": [
"-y",
"macbeth"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"macbeth": {
"command": "npx",
"args": [
"-y",
"macbeth"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.wende%2Fmacbeth)<a href="https://mcptoplist.com/server/io.github.wende%2Fmacbeth"><img src="https://mcptoplist.com/badge/io.github.wende%2Fmacbeth.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
wende
Other servers by wende
View all wende servers →Available versions (3)
| Version | Published |
|---|---|
| 0.2.4 | Aug 2, 2026 |
| 0.2.3 | Jul 30, 2026 |
| 0.2.2 | Jul 22, 2026 |
Frequently asked questions
- Who maintains Macbeth?
- Macbeth is maintained by wende, which publishes 2 MCP servers (5 total versions) tracked on MCP Toplist.
- Is Macbeth listed on the Official MCP Registry?
- Yes — Macbeth is listed on the Official MCP Registry, alongside Glama.
- How many versions does Macbeth have?
- MCP Toplist tracks 3 versions of Macbeth, most recently published on Aug 2, 2026.
- Where can I find the source code for Macbeth?
- The source code for Macbeth is hosted at github.com/wende/macbeth.