Skip to main content
Glama

MCP Server

by jonnyhoff

MCPサーバー

シンプルな API を通じてブラウザ自動化機能を提供する MCP (マシン コントロール プロトコル) サーバー。

説明

このサーバーは、自然言語コマンドを使用してブラウザ自動化タスクを実行できる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 (Server-Sent Events) トランスポートを使用して起動します。

特徴

ブラウザ自動化

自然言語を使用してブラウザ自動化タスクを実行するには、 /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.

OpenAI の GPT モデルを使用して Web タスクを実行するための自然言語コマンドを解釈する API エンドポイントを通じてブラウザ自動化機能を提供します。

  1. 説明
    1. 前提条件
      1. 設定
        1. 依存関係をインストールする
        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
          43
          Python
          • Linux
          • Apple
        • A
          security
          F
          license
          A
          quality
          Enables browser automation using Python scripts, offering operations like taking webpage screenshots, retrieving HTML content, and executing JavaScript.
          Last updated -
          4
          18
          Python
          • Linux
        • -
          security
          F
          license
          -
          quality
          A web browser automation server that allows AI assistants to control Chrome with persistent state management, enabling complex browsing tasks through asynchronous browser operations.
          Last updated -
          1
          Python
          • Apple
        • -
          security
          A
          license
          -
          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
          Python
          MIT License
          • 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/jonnyhoff/mcp-browser-use'

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