zenrows-mcp
Zenrows MCP server — Fetch, Extract, Batch, and Browser Sessions for AI coding assistants
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Remote (streamable-http)
https://mcp.zenrows.com/mcp Requires auth (checked 2026-09-24)
Claude Code:
claude mcp add --transport http zenrows-mcp https://mcp.zenrows.com/mcp --header "Authorization: <YOUR_VALUE>"
Or add to your MCP client config:
{
"mcpServers": {
"zenrows-mcp": {
"url": "https://mcp.zenrows.com/mcp",
"headers": {
"Authorization": "<YOUR_VALUE>"
}
}
}
}
Authorizationsecret — Bearer <ZENROWS_API_KEY>, or use OAuth in clients that support it. Remote MCP does not auto-create accounts.
Package (npm 2.2.3)
npx -y @zenrows/[email protected]
Or add to your MCP client config:
{
"mcpServers": {
"zenrows-mcp": {
"command": "npx",
"args": [
"-y",
"@zenrows/[email protected]"
],
"env": {
"ZENROWS_API_KEY": "<YOUR_VALUE>"
}
}
}
}
ZENROWS_API_KEYsecret — Optional Zenrows API key (https://app.zenrows.com/account/settings). If unset, stdio auto-provisions a Free account unless ZENROWS_AUTO_SIGNUP=false.
Related servers
browser-use
Control a real Chrome browser to complete any task: fill forms, extract data, book flights.
servers
MCP server that exercises all the features of the MCP protocol
World Monitor
Live markets, conflicts, country risk, chokepoints, energy, and China decision signals. 75 tools.
paperclip
Trending hip-hop artist momentum scores across four cultural dimensions.
ruflo
AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.
Chrome DevTools MCP
MCP server for Chrome DevTools
Data from the Official MCP Registry