Skip to content
Claude Desktop

agentbridge for Claude Desktop

io.github.seanfdz/agentbridge

Control Classic Mac OS (System 7-9) from AI agents via shared folder protocol.

client:Claude Desktop transport:stdio runtime:npm

Install agentbridge in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "agentbridge": {
      "command": "npx",
      "args": [
        "-y",
        "classic-mac-mcp"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

agentbridge in other clients