Skip to main content
Glama

MCP Server

by jonnyhoff

Servidor MCP

Servidor MCP (Protocolo de control de máquina) que proporciona capacidades de automatización del navegador a través de una API simple.

Descripción

Este servidor crea un punto final de API que permite ejecutar tareas de automatización del navegador mediante comandos de lenguaje natural. Utiliza:

  • FastMCP : para crear un servidor API simple
  • browser-use : Para capacidades de automatización del navegador
  • Modelos GPT de OpenAI : para interpretar comandos de lenguaje natural

Prerrequisitos

  • Python 3.11+
  • Poesía para la gestión de la dependencia
  • Clave API de OpenAI

Configuración

1. Instalar dependencias

poetry install

2. Configurar variables de entorno

Cree un archivo .env en el directorio raíz con:

OPENAI_API_KEY=your_openai_api_key_here

Correr

poetry run python main.py

El servidor se iniciará con el transporte SSE (eventos enviados por el servidor) en el puerto predeterminado.

Características

Automatización del navegador

Utilice el punto de conexión /run_browser_task para ejecutar tareas de automatización del navegador mediante lenguaje natural. Por ejemplo:

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

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.

Proporciona capacidades de automatización del navegador a través de un punto final de API que interpreta comandos de lenguaje natural para realizar tareas web utilizando modelos GPT de OpenAI.

  1. Descripción
    1. Prerrequisitos
      1. Configuración
        1. 1. Instalar dependencias
        2. 2. Configurar variables de entorno
      2. Correr
        1. Características
          1. Automatización del navegador

        Related MCP Servers

        • A
          security
          F
          license
          A
          quality
          Enables AI agents to interact with web browsers using natural language, featuring automated browsing, form filling, vision-based element detection, and structured JSON responses for systematic browser control.
          Last updated -
          1
          49
          Python
          • Linux
          • Apple
        • A
          security
          A
          license
          A
          quality
          AI-driven browser automation server that implements the Model Context Protocol to enable natural language control of web browsers for tasks like navigation, form filling, and visual interaction.
          Last updated -
          1
          1
          Python
          MIT License
          • Apple
        • -
          security
          F
          license
          -
          quality
          Enables AI assistants to control a browser through a set of tools, allowing them to perform web automation tasks like navigation, typing, clicking, and taking screenshots.
          Last updated -
          TypeScript
        • -
          security
          F
          license
          -
          quality
          Enables AI assistants to control a browser through a set of tools, allowing them to perform web automation tasks like navigation, typing, clicking, and taking screenshots.
          Last updated -
          TypeScript

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

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