unblink for Grok
io.github.christopherdavenport/unblink
Pure-Go browser for AI: fetch pages, render JS without Chromium, return clean Markdown over MCP.
client:Grok
transport:stdio
runtime:oci
Install unblink in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"unblink": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/christopherdavenport/unblink:0.24.0"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs