Skip to main content
Glama

MCPサーバー

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

説明

このサーバーは、自然言語コマンドを使用してブラウザ自動化タスクを実行できるAPIエンドポイントを作成します。このサーバーは以下のものを使用します。

  • FastMCP :シンプルなAPIサーバーを作成する

  • browser-use : ブラウザ自動化機能用

  • OpenAIのGPTモデル:自然言語コマンドを解釈する

Related MCP server: Cloudflare Playwright MCP

前提条件

  • 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エンドポイントを使用します。例:

F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • AI-powered browser automation — navigate, click, fill forms, and extract data from any website.

  • Provides cloud browser automation capabilities using Stagehand and Browserbase, enabling LLMs to i…

  • Automate cloud browsers to navigate websites, interact with elements, and extract structured data.…

View all MCP Connectors

Latest Blog Posts

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