mcp-server-macos-use

mediar-ai/mcp-server-macos-use
★ 214 stars Swift 🤖 AI/LLM Updated 1mo ago
AI agent that controls computer with OS-level tools, MCP compatible, works with any model
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-macos-use": {
      "command": "npx",
      "args": [
        "-y",
        "mediar-ai/mcp-server-macos-use"
      ]
    }
  }
}