Skip to main content
Glama

browser-mcp

by djyde

Una extensión del navegador y un servidor MCP que le permite interactuar con el navegador que está utilizando.

mcp

jkXeswNy@2x

Uso

{ "mcpServers": { "playwright": { "command": "npx", "args": [ "@djyde/mcp-browser@latest" ] } } }

Herramientas

Todas las herramientas disponibles se enumeran en server/src/tools.ts .

get_current_page_markdown

Obtenga el Markdown de la página de navegación actual del navegador.

ejemplo:

Summarize the current page.

append_style

Añade un estilo CSS a la página de navegación actual del navegador.

ejemplo:

Change the current page to dark mode.

Buscar en el historial del navegador.

ejemplo:

Search the browser history for "github".

Hoja de ruta

  • [ ] Publicar la extensión en la tienda de extensiones.
  • [ ] Escribir documentación.
  • [ ] Agregar más herramientas.

Construir

pnpm i

Extensión

cd extension # chrome npm run build # edge npm run build:edge # firefox npm run build:firefox

Después de la compilación, la extensión estará en el directorio extension/.output .

Servidor

cd server # dev npm run dev # build npm run build

server/dist/cli.js es la entrada del servidor MCP.

Contribuyendo

Agregar una nueva herramienta

  1. Agregue el esquema de herramientas a la matriz tools en server/src/tools.ts .
  2. Agregue un controlador de extensión invocable en extension/calls.ts .
  3. Agregue un controlador de herramientas en server/src/tools.ts . Use la función call para llamar al controlador de extensión.

Licencia

AGPL-3.0 o posterior

-
security - not tested
F
license - not found
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

Un servidor MCP que permite a los asistentes de IA interactuar con el navegador, lo que incluye obtener contenido de la página en formato Markdown, modificar estilos de página y buscar en el historial del navegador.

  1. Uso
    1. Herramientas
      1. get_current_page_markdown
      2. append_style
      3. history_search
    2. Hoja de ruta
      1. Construir
        1. Extensión
      2. Servidor
        1. Contribuyendo
          1. Agregar una nueva herramienta
        2. Licencia

          Related MCP Servers

          • A
            security
            A
            license
            A
            quality
            An MCP server that helps AI assistants access text content from websites that implement bot detection, bridging the gap between what you can see in your browser and what the AI can access.
            Last updated -
            2
            44
            Python
            Apache 2.0
          • -
            security
            F
            license
            -
            quality
            MCP server that enables AI assistants to perform SEO automation tasks including keyword research, SERP analysis, and competitor analysis through Google Ads API integration.
            Last updated -
          • -
            security
            A
            license
            -
            quality
            An MCP server that enables AI assistants to control a web browser through natural language commands, allowing them to navigate websites and extract information via SSE transport.
            Last updated -
            663
            Python
            MIT License
            • Apple
          • A
            security
            F
            license
            A
            quality
            An MCP server that provides AI assistants with powerful tools to interact with YouTube, including video searching, transcript extraction, comment retrieval, and more.
            Last updated -
            8
            15
            Python
            • Linux
            • Apple

          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/djyde/browser-mcp'

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