macos vision mcp for Cursor
io.github.woladi/macos-vision-mcp
Local OCR & screen understanding for agents: read any window, find what to click. No uploads.
client:Cursor
transport:stdio
runtime:npm
Install macos vision mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"macos-vision-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"macos-vision-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs