crawlio-browser
Rank #6,811app.crawlio/crawlio-browser
Bridge a live Chrome browser to your agent: 150 tools for capture, extraction, and observation.
crawlio-browser is a Model Context Protocol (MCP) server published by Crawlio-app. It ranks #6,811 of 115,591 servers tracked on MCP Toplist, and its repository has 6 GitHub stars. crawlio-browser is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Aug 5, 2026 and most recently updated on Aug 10, 2026.
Ranks ahead of 108,780 of 115,591 servers on MCP Toplist.
Use crawlio-browser
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add crawlio-browser -- npx -y crawlio-browser[mcp_servers.crawlio-browser]
command = "npx"
args = ["-y", "crawlio-browser"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"crawlio-browser": {
"command": "npx",
"args": [
"-y",
"crawlio-browser"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"crawlio-browser": {
"command": "npx",
"args": [
"-y",
"crawlio-browser"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"crawlio-browser": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"crawlio-browser"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"crawlio-browser": {
"command": "npx",
"args": [
"-y",
"crawlio-browser"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"crawlio-browser": {
"command": "npx",
"args": [
"-y",
"crawlio-browser"
]
}
}
}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/app.crawlio%2Fcrawlio-browser)<a href="https://mcptoplist.com/server/app.crawlio%2Fcrawlio-browser"><img src="https://mcptoplist.com/badge/app.crawlio%2Fcrawlio-browser.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
Crawlio-app
Other servers by Crawlio-app
View all Crawlio-app servers →Available versions (2)
| Version | Published |
|---|---|
| 1.11.0 | Aug 10, 2026 |
| 1.10.0 | Aug 7, 2026 |
Frequently asked questions
- Who maintains crawlio-browser?
- crawlio-browser is maintained by Crawlio-app, which publishes 2 MCP servers (7 total versions) tracked on MCP Toplist.
- Is crawlio-browser listed on the Official MCP Registry?
- Yes — crawlio-browser is listed on the Official MCP Registry, alongside Glama.
- How many versions does crawlio-browser have?
- MCP Toplist tracks 2 versions of crawlio-browser, most recently published on Aug 10, 2026.
- Where can I find the source code for crawlio-browser?
- The source code for crawlio-browser is hosted at github.com/Crawlio-app/crawlio-browser.