Skip to main content
Glama

Fetch Browser

Obtener navegador

Un potente servidor MCP de navegador sin interfaz gráfica que permite a los agentes de IA obtener contenido web y realizar búsquedas en Google sin necesidad de claves API. Desarrollado con estándares web modernos y diseñado para una integración fluida con plataformas de IA.

Características

  • No se requieren claves API : utiliza un sofisticado enfoque de navegador sin cabeza para obtener contenido directamente
  • Búsqueda inteligente de Google :
    • Extraer resultados estructurados de las búsquedas de Google
    • Soporte para resultados web y de noticias
    • Número configurable de resultados (1-100)
    • Obtención de contenido completo de los resultados de búsqueda
    • Reintento automático y manejo de errores
  • Obtención de contenido universal :
    • Soporte para cualquier página web o punto final de API
    • Múltiples formatos de salida (HTML, JSON, Texto, Markdown)
    • Detección automática del tipo de contenido
    • Límites de tamaño de respuesta y protección de tiempo de espera
    • Protección de limitación de velocidad
  • Conversión de formato :
    • Conversión limpia de HTML a Markdown
    • Respuestas JSON con formato bonito
    • Salida HTML estructurada
    • Texto simple con formato adecuado

Herramientas

Ejecuta búsquedas de Google y obtiene el contenido completo de los resultados:

{ query: "your search query", responseType: "markdown", // or "json", "html", "text" maxResults: 10, // 1-100 results topic: "web" // or "news" }

2. Herramienta de obtención de URL ( fetch_url )

Obtiene contenido de cualquier URL:

{ url: "https://example.com", responseType: "markdown", // or "json", "html", "text" timeout: 30000 // optional, in milliseconds }

Instalación

Vía Smithery

# For Claude npx -y @smithery/cli install @TheSethRose/fetch-browser --client claude # For Cursor npx -y @smithery/cli install @TheSethRose/fetch-browser --client cursor # For TypeScript npx -y @smithery/cli install @TheSethRose/fetch-browser --client typescript

Instalación manual

# Clone the repository git clone https://github.com/TheSethRose/fetch-browser.git cd fetch-browser # Install dependencies npm install # Build the project npm run build # Start the server npm start

Desarrollo

# Watch mode with auto-rebuild npm run watch # Run with inspector npm run inspector # Debug mode npm run debug # Debug with watch mode npm run debug:watch

Formatos de respuesta

1. Formato Markdown

## [Page Title](https://example.com) Content converted to clean markdown with: - Lists - **Bold text** - *Italic text* - [Links](https://example.com)

2. Formato JSON

{ "url": "https://example.com", "content": "Extracted content...", "error": null }

3. Formato HTML

<div class="search-result"> <h2><a href="https://example.com">Page Title</a></h2> <div class="content"> Original HTML content </div> </div>

4. Formato del texto

### https://example.com Plain text content with preserved formatting ==========

Manejo de errores

  • Reintentos automáticos con retroceso exponencial
  • Protección de limitación de velocidad
  • Manejo del tiempo de espera
  • Mensajes de error detallados
  • Seguimiento de errores de resultados individuales

Características de seguridad

  • Límites de tamaño de respuesta
  • Tiempos de espera de solicitud
  • Protección de limitación de velocidad
  • No se requieren claves API ni secretos
  • Manejo adecuado de errores

Créditos

Creado por Seth Rose :

Licencia

Licencia MIT: consulte LICENCIA para obtener más detalles

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Un servidor MCP de navegador sin cabeza que permite a los agentes de IA obtener contenido web y realizar búsquedas en Google sin claves API, y admite varios formatos de salida como Markdown, JSON, HTML y texto.

  1. Características
    1. Herramientas
      1. 1. Herramienta de búsqueda de Google ( google_search )
      2. 2. Herramienta de obtención de URL ( fetch_url )
    2. Instalación
      1. Vía Smithery
      2. Instalación manual
    3. Desarrollo
      1. Formatos de respuesta
        1. 1. Formato Markdown
        2. 2. Formato JSON
        3. 3. Formato HTML
        4. 4. Formato del texto
      2. Manejo de errores
        1. Características de seguridad
          1. Créditos
            1. Licencia

              Related MCP Servers

              • A
                security
                F
                license
                A
                quality
                An MCP (Model Context Protocol) server that provides Google search capabilities and webpage content analysis tools. This server enables AI models to perform Google searches and analyze webpage content programmatically.
                Last updated -
                3
                43
                83
                TypeScript
              • -
                security
                F
                license
                -
                quality
                A MCP server that allows AI assistants to interact with the browser, including getting page content as markdown, modifying page styles, and searching browser history.
                Last updated -
                79
                TypeScript
              • -
                security
                F
                license
                -
                quality
                An MCP server that provides access to Google's API Discovery Service, allowing agents to discover and interact with Google APIs through natural language commands.
                Last updated -
                Python
                • Linux
                • Apple
              • -
                security
                F
                license
                -
                quality
                An MCP server that enables interacting with Google's Indexing API, allowing agents to submit URLs to Google for indexing or removal from search results through natural language commands.
                Last updated -
                Python

              View all related MCP servers

              MCP directory API

              We provide all the information about MCP servers via our MCP API.

              curl -X GET 'https://glama.ai/api/mcp/v1/servers/TheSethRose/Fetch-Browser'

              If you have feedback or need assistance with the MCP directory API, please join our Discord server