mcp-remote-macos-use
The MCP server allows AI to fully control remote macOS systems without requiring additional API keys.
This open-source MCP server enables autonomous AI agents to operate seamlessly on macOS, providing complete desktop capabilities. It serves as a direct alternative to OpenAI Operator, optimized for performance and ease of use. Users can leverage the server for various applications, such as automated social media engagement and candidate recruitment, all while maintaining a native macOS experience. With minimal setup required—just enabling Screen Sharing on the target Mac—this server ensures universal compatibility with all macOS versions. It eliminates extra API costs, allowing users to utilize their existing Claude Pro plan for free screen processing, making it an efficient solution for both personal and professional tasks.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-remote-macos-use": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-remote-macos-use"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions