Enables controlling macOS applications via accessibility APIs, supporting actions like clicking, typing, and keyboard input through MCP commands.
{
"mcpServers": {
"mcp-macos-use": {
"command": "npx",
"args": [
"-y",
"mcp-server-macos-use"
]
}
}
}