mcp-opera-settings
This repository contains configuration files for the Master Control Program (MCP) server that enables automation of the Opera browser. It allows for quick setup in VSCode for web automation tasks, featuring advanced element detection, network monitoring, screenshot analysis, and more. The setup is straightforward, making it accessible for users looking to automate their browser interactions.
GitHub Stars
0
User Rating
Not Rated
Favorites
0
Views
21
Forks
0
Issues
0
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
- Clone this repository
- Install the required dependencies:
npm install puppeteer puppeteer-extra puppeteer-extra-plugin-stealth ws - Configure the
mcp-config.jsonfile with your browser path - Start the MCP server:
node mcp-server.js - Connect to the server from VSCode using the MCP extension
Files
mcp-config.json: Main configuration file for the MCP servermcp-server.js: Server implementationfunctions/: Directory containing function implementationsscripts/: Utility scripts for automation tasks
Русский
Этот репозиторий содержит конфигурационные файлы для сервера Master Control Program (MCP), который обеспечивает автоматизацию браузера Opera. Эти настройки позволяют быстро настроить VSCode на любом устройстве для работы с сервером MCP для задач веб-автоматизации.
Возможности
- Расширенные возможности обнаружения и взаимодействия с элементами
- Мониторинг сети и перехват запросов
- Анализ скриншотов и макета страницы
- Управление куками
- Заполнение форм и взаимодействие с клавиатурой
- Комплексная автоматизация браузера
Установка
- Клонируйте этот репозиторий
- Установите необходимые зависимости:
npm install puppeteer puppeteer-extra puppeteer-extra-plugin-stealth ws - Настройте файл
mcp-config.jsonс путем к вашему браузеру - Запустите сервер MCP:
node mcp-server.js - Подключитесь к серверу из VSCode, используя расширение MCP
Файлы
mcp-config.json: Основной конфигурационный файл для сервера MCPmcp-server.js: Реализация сервераfunctions/: Директория, содержащая реализации функцийscripts/: Утилитарные скрипты для задач автоматизации