Fetch-Browser
A powerful headless browser MCP server that enables AI agents to fetch web content and perform Google searches without requiring any API keys.
How to use
Fetch-Browser is a powerful headless browser MCP server designed for developers looking to enable AI agents to access and retrieve web content efficiently. With its ability to perform Google searches without requiring any API keys, you can seamlessly integrate web browsing capabilities into your applications, making it an essential tool for tasks involving data scraping, content extraction, and automated task execution.
Once you are connected to the Fetch-Browser server, you can issue commands to fetch web pages or perform Google searches directly. You can use simple queries such as GET <URL> to retrieve the content of a webpage or SEARCH <query> to perform a search on Google. It is recommended to structure your queries clearly to ensure optimal performance and accurate results.
How to install
To install Fetch-Browser, ensure you have Node.js installed on your machine.
Option A: Quick start with npx
You can quickly start using Fetch-Browser without installing it globally by running:
npx -y @TheSethRose/Fetch-Browser
Option B: Global install alternative
If you prefer to install it globally, use the following command:
npm install -g @TheSethRose/Fetch-Browser
After installation, you can start the server with:
fetch-browser
Additional notes
When configuring Fetch-Browser, be aware that it may require specific permissions to access web pages, especially those that utilize security features. If you encounter any issues, check your firewall settings and ensure that your network allows outbound connections. Additionally, consider setting environment variables for custom configurations as needed.
Related MCP Servers
sudocode
Lightweight agent orchestration dev tool that lives in your repo
mcp-atlassian
MCP server connecting AI assistants with Jira & Confluence for smart project management.
browser-use -client
A MCP client for browser-use
notebooklm
MCP server for NotebookLM - Let your AI agents (Claude Code, Codex) research documentation directly with grounded, citation-backed answers from Gemini. Persistent auth, library management, cross-client sharing. Zero hallucinations, just your knowledge base.
autonomo
Tired of 'it works' lies? Autonomo MCP makes your AI prove it—on real hardware, right in your editor.
prometheus
A Model Context Protocol (MCP) server implementation that provides AI agents with programmatic access to Prometheus metrics via a unified interface.