Skip to main content
Glama

MCP Browser Automation Server

by hrmeetsingh

MCPブラウザ自動化

これは、Playwright によるブラウジングの自動化を目的とした、モデルコンテキストプロトコルベースのサーバー実装を練習するためのデモプロジェクトです。Claude デスクトップクライアントと連携してユーザープロンプトを受け付け、サーバーを介してブラウザを制御します。

前提条件

建物

  1. リポジトリをクローンします: git clone https://github.com/hrmeetsingh/mcp-browser-automation.git
  2. 依存関係をインストール: npm install
  3. 出力実行ファイルがdistフォルダに存在することを確認します

統合

  1. ~/Application\ Support/Claude/claude_desktop_config.jsonに設定ファイルを作成します(これは macOS 用です)
  2. 次の内容をファイルにコピーします。
{ "mcpServers": { "mcp-browser-automation": { "command": "node", "args": ["/path/to/mcp-browser-automation/dist/index.js"] } } }
  1. Claudeデスクトップを起動

使用法

  1. クロードデスクトップを開く
  2. 新しい会話を開始してブラウザを開き、URL に移動します

  • MCPサーバーオプションを追加しましたMCPサーバーオプションを追加しました
  • URL に移動して Playwright でアクションを実行するURLに移動してテキストを入力する
Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

local-only server

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

Claude Desktop を介して対話し、ユーザー定義のプロンプトと操作を実行することで、Playwright を使用してブラウザー タスクの自動化を有効にします。

  1. 前提条件
    1. 建物
      1. 統合
        1. 使用法

            Related MCP Servers

            • A
              security
              F
              license
              A
              quality
              A server that enables browser automation using Playwright, allowing interaction with web pages, capturing screenshots, and executing JavaScript in a browser environment through LLMs.
              Last updated -
              12
              10,475
              1
              TypeScript
            • A
              security
              F
              license
              A
              quality
              Enables LLMs to perform browser automation through the Playwright framework with Chrome DevTools Protocol support, connecting to existing Chrome instances for advanced web interactions and JavaScript execution.
              Last updated -
              12
              27
              TypeScript
            • A
              security
              A
              license
              A
              quality
              A browser automation server providing Playwright capabilities for controlling web browsers, capturing screenshots, extracting content, and performing complex interactions through an MCP interface.
              Last updated -
              6
              Python
              Apache 2.0
              • Apple
            • -
              security
              -
              license
              -
              quality
              A server that integrates Playwright with Cloudflare Workers to enable browser automation tasks through LLM models in AI platforms like Claude and Copilot.
              Last updated -
              275,350
              TypeScript
              Apache 2.0

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

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