mcp-opera-settings

このリポジトリは、Operaブラウザの自動化を可能にするMCPサーバーの設定ファイルを含んでいます。VSCodeでの迅速なセットアップが可能で、ウェブ自動化タスクに特化した機能を提供します。高度な要素検出、ネットワーク監視、スクリーンショット分析など、多岐にわたる機能を備えています。

GitHubスター

0

ユーザー評価

未評価

お気に入り

0

閲覧数

16

フォーク

0

イシュー

0

README
MCP Server Configuration for Opera Browser
English

This repository contains configuration files for the Master Control Program (MCP) server that enables automation of the Opera browser. These settings allow for quick setup of VSCode on any device to work with the MCP server for web automation tasks.

Features
  • Advanced element detection and interaction capabilities
  • Network monitoring and request interception
  • Screenshot and layout analysis
  • Cookie management
  • Form filling and keyboard interaction
  • Comprehensive browser automation
Installation
  1. Clone this repository
  2. Install the required dependencies:
    npm install puppeteer puppeteer-extra puppeteer-extra-plugin-stealth ws
    
  3. Configure the mcp-config.json file with your browser path
  4. Start the MCP server:
    node mcp-server.js
    
  5. Connect to the server from VSCode using the MCP extension
Files
  • mcp-config.json: Main configuration file for the MCP server
  • mcp-server.js: Server implementation
  • functions/: Directory containing function implementations
  • scripts/: Utility scripts for automation tasks
Русский

Этот репозиторий содержит конфигурационные файлы для сервера Master Control Program (MCP), который обеспечивает автоматизацию браузера Opera. Эти настройки позволяют быстро настроить VSCode на любом устройстве для работы с сервером MCP для задач веб-автоматизации.

Возможности
  • Расширенные возможности обнаружения и взаимодействия с элементами
  • Мониторинг сети и перехват запросов
  • Анализ скриншотов и макета страницы
  • Управление куками
  • Заполнение форм и взаимодействие с клавиатурой
  • Комплексная автоматизация браузера
Установка
  1. Клонируйте этот репозиторий
  2. Установите необходимые зависимости:
    npm install puppeteer puppeteer-extra puppeteer-extra-plugin-stealth ws
    
  3. Настройте файл mcp-config.json с путем к вашему браузеру
  4. Запустите сервер MCP:
    node mcp-server.js
    
  5. Подключитесь к серверу из VSCode, используя расширение MCP
Файлы
  • mcp-config.json: Основной конфигурационный файл для сервера MCP
  • mcp-server.js: Реализация сервера
  • functions/: Директория, содержащая реализации функций
  • scripts/: Утилитарные скрипты для задач автоматизации