Macos MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 61 installs a week from npm. Last commit 23 Aug 2026.
Control macOS system settings, apps, windows, audio, displays, screenshots, and Focus mode via MCP.
We read the source, 19 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
const result = await execFile(SWITCH_AUDIO_SOURCE, args, { timeout: 10_000 });
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add macos-mcp-server -- npx -y @cyanheads/macos-mcp-server
{
"mcpServers": {
"macos-mcp-server": {
"args": [
"-y",
"@cyanheads/macos-mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.macos-mcp-server]
command = "npx"
args = ["-y", "@cyanheads/macos-mcp-server"]
{
"mcpServers": {
"macos-mcp-server": {
"args": [
"-y",
"@cyanheads/macos-mcp-server"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"macos-mcp-server": {
"args": [
"-y",
"@cyanheads/macos-mcp-server"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
MACOS_SCREENSHOT_DIR (Default directory for screenshot files. Defaults to ~/Desktop when empty.), MACOS_DISPLAY_LAYOUTS (JSON object mapping layout names to displayplacer argument strings for apply_layout.), MCP_HTTP_HOST (The hostname for the HTTP server.), MCP_HTTP_PORT (The port to run the HTTP server on.), MCP_HTTP_ENDPOINT_PATH (The endpoint path for the MCP server.), MCP_AUTH_MODE (Authentication mode: none, jwt, or oauth.), MCP_LOG_LEVEL (Minimum log level for output: debug, info, notice, warning, error.).
The author declared them in the registry entry; get the values from the project itself.
Control Windows desktop via MCP: mouse, keyboard, screenshots, clipboard, and apps.
MCP server for web page and cross-platform system screenshots (macOS, Linux, Windows)
Create App Store and Play Store screenshots with AI via MCP
MCP server for Android automation with UI interaction, screenshots, and device control
Local MCP server for semantic Apple TV control with optional screenshots.
Windows desktop-control MCP server: screenshot, window mgmt, mouse/keyboard input, recording.
MCP server for Plonk: macOS window zones, workspaces, keep-awake, screenshots and on-device OCR.
MCP server for Roku device automation — deploy, ECP control, screenshots, and debug console
Answers built from our own checks of this server.