A universal CLI and MCP server tool for fetching, extracting, and processing web and API content. Supports resource blocking, authentication, Google
If you want an AI assistant working directly with MCP Web Curl, the mcp web curl mcp server is the bridge. A universal CLI and MCP server tool for fetching, extracting, and processing web and API content. Supports resource blocking, authentication, Google Custom Search, and robust automation.
Google Custom Search API is free with usage limits (e.g., 100 queries per day for free, with additional queries requiring payment). For full details on quotas, pricing, and restrictions, see the official documentation.
Once connected, the assistant can call these 7 tools directly:
browser_flow — One-call browser workflow (optional navigate → optional actions → return ONE result)browser_configure — Set proxy/user-agent/viewport (session persistence is always on via user_data/)browser_close — Close browser and tabs (also auto-closes after 15 minutes of inactivity)multi_search — Run multiple Google searches in parallel (the only exposed search entrypoint)fetch_api — REST API request with response truncation (limit)download_file — Download a file from a URLparse_document — Extract text from PDF/DOCX URLsSetup follows the standard MCP pattern: clone or install the server, then register it in your client's configuration file and restart the client. The configuration snippets on this page cover Claude Desktop, Claude Code and Cursor.
Before the server will start you need to supply 4 environment variables: APIKEY_GOOGLE_SEARCH, CX_GOOGLE_SEARCH, YOUR_GOOGLE_API_KEY, YOUR_CX_ID. Keep credentials in your client's env block or a secrets manager rather than committing them.
Browser automation servers are the ones people reach for when a site has no API — the assistant drives a real page instead of guessing at endpoints. MCP Web Curl sits in that group, and the shape of its toolset — browser_flow, browser_configure, browser_close among others — tells you what it is really for. Worth comparing against the other browser automation servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
| Tool | What it does |
|---|---|
| browser_flow | One-call browser workflow (optional navigate → optional actions → return ONE result). |
| browser_configure | Set proxy/user-agent/viewport (session persistence is always on via user_data/). |
| browser_close | Close browser and tabs (also auto-closes after 15 minutes of inactivity). |
| multi_search | Run multiple Google searches in parallel (the only exposed search entrypoint). |
| fetch_api | REST API request with response truncation (limit). |
| download_file | Download a file from a URL. |
| parse_document | Extract text from PDF/DOCX URLs. |
| Variable | Description | Required |
|---|---|---|
| APIKEY_GOOGLE_SEARCH | Credential the server authenticates with. | Yes |
| CX_GOOGLE_SEARCH | Configuration value read at startup. | Optional |
| YOUR_GOOGLE_API_KEY | Credential the server authenticates with. | Yes |
| YOUR_CX_ID | Configuration value read at startup. | Optional |
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
Industrial-strength web extraction — render, scrape, crawl and search entire sites into clean markdown.
The original Chromium automation reference server — simple, screenshot-driven browser control.
Give your coding agent the full DevTools toolbox: traces, network, console, heap snapshots and Lighthouse.
Puppeteer-powered browser control that drives pages from the accessibility tree instead of pixels.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.