OctoBrowser MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@OctoBrowser MCP ServerShow me all my browser profiles"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
OctoBrowser MCP Server
English
Description
MCP (Model Context Protocol) server for OctoBrowser automation. This server enables Claude Desktop to interact with OctoBrowser, providing browser automation capabilities through a standardized protocol interface.
Features
Profile Management: Create, read, update, and delete browser profiles
Tag Management: Organize profiles with tags
Proxy Management: Configure and manage proxy settings
Cookie Import: Import cookies into profiles
Local Control: Start and stop profiles on local machine
Active Monitoring: Check currently running profiles
Installation
Manual Installation
Clone the repository:
git clone https://github.com/momentum100/octobrowser-mcp-server.git
cd octobrowser-mcp-serverInstall dependencies:
npm installBuild the project:
npm run buildConfigure Claude Desktop by adding the following to your Claude Desktop configuration file:
Windows: %APPDATA%\Claude\claude_desktop_config.json
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Linux: ~/.config/Claude/claude_desktop_config.json
{
"mcpServers": {
"mcp-octobrowser": {
"command": "node",
"args": [
"C:\\mcp-servers\\mcp-octo-browser\\dist\\index.js"
],
"env": {
"OCTOBROWSER_API_TOKEN": "YOUR_API_KEY_HERE"
}
}
}
}Replace
YOUR_API_KEY_HEREwith your actual OctoBrowser API token.Adjust the path in
argsto match your installation directory.Restart Claude Desktop to apply the configuration.
Requirements
Node.js 16 or higher
npm or yarn
OctoBrowser API token
Claude Desktop application
Configuration
The server requires the following environment variable:
OCTOBROWSER_API_TOKEN: Your OctoBrowser API authentication token
Optional environment variables:
OCTOBROWSER_API_URL: API base URL (default: https://app.octobrowser.net)OCTOBROWSER_LOCAL_URL: Local client URL (default: http://localhost:58888)
Available Tools
Profile Management
octobrowser_get_profiles- Get list of profiles with optional filteringoctobrowser_get_profile- Get detailed profile informationoctobrowser_create_profile- Create a new browser profileoctobrowser_update_profile- Update existing profileoctobrowser_delete_profiles- Delete one or more profilesoctobrowser_import_cookies- Import cookies into a profile
Tag Management
octobrowser_get_tags- Get all available tagsoctobrowser_create_tag- Create a new tagoctobrowser_update_tag- Update tag nameoctobrowser_delete_tag- Delete a tag
Proxy Management
octobrowser_get_proxies- Get all configured proxiesoctobrowser_create_proxy- Add a new proxy configurationoctobrowser_update_proxy- Update proxy settingsoctobrowser_delete_proxy- Remove a proxy
Local Profile Control
octobrowser_get_active_profiles- List currently running profilesoctobrowser_start_profile- Start a profile (GUI or headless)octobrowser_stop_profile- Stop a running profile
API Token
To get your OctoBrowser API token:
Log in to your OctoBrowser account
Navigate to API settings
Generate or copy your API token
Related MCP server: Browser Agent MCP
Russian
Описание
MCP (Model Context Protocol) сервер для автоматизации OctoBrowser. Этот сервер позволяет Claude Desktop взаимодействовать с OctoBrowser, предоставляя возможности автоматизации браузера через стандартизированный интерфейс протокола.
Возможности
Управление профилями: Создание, чтение, обновление и удаление профилей браузера
Управление тегами: Организация профилей с помощью тегов
Управление прокси: Настройка и управление параметрами прокси
Импорт куки: Импорт куки в профили
Локальное управление: Запуск и остановка профилей на локальной машине
Активный мониторинг: Проверка запущенных профилей
Установка
Ручная установка
Клонируйте репозиторий:
git clone https://github.com/momentum100/octobrowser-mcp-server.git
cd octobrowser-mcp-serverУстановите зависимости:
npm installСоберите проект:
npm run buildНастройте Claude Desktop, добавив следующую конфигурацию в файл настроек Claude Desktop:
Windows: %APPDATA%\Claude\claude_desktop_config.json
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Linux: ~/.config/Claude/claude_desktop_config.json
{
"mcpServers": {
"mcp-octobrowser": {
"command": "node",
"args": [
"C:\\mcp-servers\\mcp-octo-browser\\dist\\index.js"
],
"env": {
"OCTOBROWSER_API_TOKEN": "ВАШ_API_КЛЮЧ"
}
}
}
}Замените
ВАШ_API_КЛЮЧна ваш актуальный токен API OctoBrowser.Измените путь в
argsв соответствии с вашей директорией установки.Перезапустите Claude Desktop для применения конфигурации.
Требования
Node.js версии 16 или выше
npm или yarn
Токен API OctoBrowser
Приложение Claude Desktop
Конфигурация
Сервер требует следующую переменную окружения:
OCTOBROWSER_API_TOKEN: Ваш токен аутентификации API OctoBrowser
Дополнительные переменные окружения:
OCTOBROWSER_API_URL: Базовый URL API (по умолчанию: https://app.octobrowser.net)OCTOBROWSER_LOCAL_URL: URL локального клиента (по умолчанию: http://localhost:58888)
Доступные инструменты
Управление профилями
octobrowser_get_profiles- Получить список профилей с опциональной фильтрациейoctobrowser_get_profile- Получить детальную информацию о профилеoctobrowser_create_profile- Создать новый профиль браузераoctobrowser_update_profile- Обновить существующий профильoctobrowser_delete_profiles- Удалить один или несколько профилейoctobrowser_import_cookies- Импортировать куки в профиль
Управление тегами
octobrowser_get_tags- Получить все доступные тегиoctobrowser_create_tag- Создать новый тегoctobrowser_update_tag- Обновить название тегаoctobrowser_delete_tag- Удалить тег
Управление прокси
octobrowser_get_proxies- Получить все настроенные проксиoctobrowser_create_proxy- Добавить новую конфигурацию проксиoctobrowser_update_proxy- Обновить настройки проксиoctobrowser_delete_proxy- Удалить прокси
Локальное управление профилями
octobrowser_get_active_profiles- Список запущенных профилейoctobrowser_start_profile- Запустить профиль (GUI или headless)octobrowser_stop_profile- Остановить запущенный профиль
API токен
Чтобы получить токен API OctoBrowser:
Войдите в свою учетную запись OctoBrowser
Перейдите в настройки API
Сгенерируйте или скопируйте ваш API токен
Development / Разработка
Project Structure / Структура проекта
mcp-octo-browser/
├── src/
│ └── index.ts # Main server implementation
├── dist/ # Compiled JavaScript (generated)
├── package.json # Node.js dependencies
├── tsconfig.json # TypeScript configuration
└── README.md # DocumentationBuilding / Сборка
npm run buildDevelopment Mode / Режим разработки
npm run devLicense
MIT
Support
For issues and questions, please visit: https://github.com/momentum100/octobrowser-mcp-server/issues
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/momentum100/octobrowser-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server