Zenrows MCP
Rank #3,922io.github.ZenRows/zenrows-mcp
Zenrows MCP server — Fetch, Extract, Batch, and Browser Sessions for AI coding assistants
Zenrows MCP is a Model Context Protocol (MCP) server published by zenrows. It ranks #3,922 of 132,046 servers tracked on MCP Toplist, and its repository has 19 GitHub stars. Zenrows MCP is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 5 tracked versions. It was first listed on Mar 12, 2026 and most recently updated on Sep 10, 2026.
Ranks ahead of 128,124 of 132,046 servers on MCP Toplist.
Use Zenrows MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http zenrows-mcp https://mcp.zenrows.com/mcpclaude mcp add zenrows-mcp -e "ZENROWS_API_KEY=<your ZENROWS_API_KEY>" -- npx -y @zenrows/mcpReplace each placeholder with your own value before saving.
[mcp_servers.zenrows-mcp]
url = "https://mcp.zenrows.com/mcp"Add to ~/.codex/config.toml.
[mcp_servers.zenrows-mcp]
command = "npx"
args = ["-y", "@zenrows/mcp"]
[mcp_servers.zenrows-mcp.env]
ZENROWS_API_KEY = "<your ZENROWS_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://mcp.zenrows.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"zenrows-mcp": {
"command": "npx",
"args": [
"-y",
"@zenrows/mcp"
],
"env": {
"ZENROWS_API_KEY": "<your ZENROWS_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"zenrows-mcp": {
"url": "https://mcp.zenrows.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"zenrows-mcp": {
"command": "npx",
"args": [
"-y",
"@zenrows/mcp"
],
"env": {
"ZENROWS_API_KEY": "<your ZENROWS_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"zenrows-mcp": {
"type": "http",
"url": "https://mcp.zenrows.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"zenrows-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@zenrows/mcp"
],
"env": {
"ZENROWS_API_KEY": "<your ZENROWS_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"zenrows-mcp": {
"serverUrl": "https://mcp.zenrows.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"zenrows-mcp": {
"command": "npx",
"args": [
"-y",
"@zenrows/mcp"
],
"env": {
"ZENROWS_API_KEY": "<your ZENROWS_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"zenrows-mcp": {
"url": "https://mcp.zenrows.com/mcp"
}
}
}{
"mcpServers": {
"zenrows-mcp": {
"command": "npx",
"args": [
"-y",
"@zenrows/mcp"
],
"env": {
"ZENROWS_API_KEY": "<your ZENROWS_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
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.ZenRows%2Fzenrows-mcp)<a href="https://mcptoplist.com/server/io.github.ZenRows%2Fzenrows-mcp"><img src="https://mcptoplist.com/badge/io.github.ZenRows%2Fzenrows-mcp.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
zenrows
Available versions (5)
| Version | Published |
|---|---|
| 2.2.3 | Sep 10, 2026 |
| 2.2.2 | Sep 9, 2026 |
| 2.2.0 | Aug 12, 2026 |
| 1.0.0 | Mar 12, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Zenrows MCP?
- Zenrows MCP is maintained by zenrows, which publishes 1 MCP server (5 total versions) tracked on MCP Toplist.
- Is Zenrows MCP listed on the Official MCP Registry?
- Yes — Zenrows MCP is listed on the Official MCP Registry, alongside Glama, PulseMCP and mcp.so.
- How many versions does Zenrows MCP have?
- MCP Toplist tracks 5 versions of Zenrows MCP, most recently published on Sep 10, 2026.
- Where can I find the source code for Zenrows MCP?
- The source code for Zenrows MCP is hosted at github.com/zenrows/zenrows-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.