unblink for Cursor
io.github.christopherdavenport/unblink
Pure-Go browser for AI: fetch pages, render JS without Chromium, return clean Markdown over MCP.
client:Cursor
transport:stdio
runtime:oci
Install unblink in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"unblink": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/christopherdavenport/unblink:0.24.0"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs