unblink
Rank #7,651io.github.ChristopherDavenport/unblink
Pure-Go browser for AI: fetch pages, render JS without Chromium, return clean Markdown over MCP.
unblink is a Model Context Protocol (MCP) server published by christopherdavenport. It ranks #7,651 of 115,460 servers tracked on MCP Toplist, and its repository has 7 GitHub stars. unblink is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Jul 1, 2026 and most recently updated on Jul 4, 2026.
Ranks ahead of 107,809 of 115,460 servers on MCP Toplist.
Use unblink
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add unblink -- docker run -i --rm ghcr.io/christopherdavenport/unblink:0.17.0[mcp_servers.unblink]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/christopherdavenport/unblink:0.17.0"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"unblink": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/christopherdavenport/unblink:0.17.0"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"unblink": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/christopherdavenport/unblink:0.17.0"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"unblink": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/christopherdavenport/unblink:0.17.0"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"unblink": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/christopherdavenport/unblink:0.17.0"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"unblink": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/christopherdavenport/unblink:0.17.0"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.ChristopherDavenport%2Funblink)<a href="https://mcptoplist.com/server/io.github.ChristopherDavenport%2Funblink"><img src="https://mcptoplist.com/badge/io.github.ChristopherDavenport%2Funblink.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
christopherdavenport
Other servers by christopherdavenport
View all christopherdavenport servers →Available versions (2)
| Version | Published |
|---|---|
| 0.19.0 | Jul 4, 2026 |
| 0.17.0 | Jul 3, 2026 |
Frequently asked questions
- Who maintains unblink?
- unblink is maintained by christopherdavenport, which publishes 2 MCP servers (4 total versions) tracked on MCP Toplist.
- Is unblink listed on the Official MCP Registry?
- Yes — unblink is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does unblink have?
- MCP Toplist tracks 2 versions of unblink, most recently published on Jul 4, 2026.
- Where can I find the source code for unblink?
- The source code for unblink is hosted at github.com/christopherdavenport/unblink.