agentbridge for Cursor
io.github.seanfdz/agentbridge
Control Classic Mac OS (System 7-9) from AI agents via shared folder protocol.
client:Cursor
transport:stdio
runtime:npm
Install agentbridge in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agentbridge": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"classic-mac-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs