Skip to main content
Glama

MCP Server

by jonnyhoff

MCP 服务器

MCP(机器控制协议)服务器通过简单的 API 提供浏览器自动化功能。

描述

该服务器创建一个 API 端点,允许您使用自然语言命令运行浏览器自动化任务。它利用:

  • FastMCP :用于创建一个简单的 API 服务器
  • browser-use :用于浏览器自动化功能
  • OpenAI 的 GPT 模型:解释自然语言命令

先决条件

  • Python 3.11+
  • 依赖管理的诗歌
  • OpenAI API 密钥

设置

1.安装依赖项

poetry install

2.配置环境变量

使用以下命令在根目录中创建.env文件:

OPENAI_API_KEY=your_openai_api_key_here

跑步

poetry run python main.py

服务器将在默认端口上启动 SSE(服务器发送事件)传输。

特征

浏览器自动化

使用/run_browser_task端点,通过自然语言执行浏览器自动化任务。例如:

-
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.

通过 API 端点提供浏览器自动化功能,该端点解释自然语言命令以使用 OpenAI 的 GPT 模型执行 Web 任务。

  1. 描述
    1. 先决条件
      1. 设置
        1. 1.安装依赖项
        2. 2.配置环境变量
      2. 跑步
        1. 特征
          1. 浏览器自动化

        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