hotlogin-mcp
hotlogin-mcp
MCP-сервер (stdio) для локального API HotLogin. npm-пакет: hotlogin-local-api-mcp.
При использовании со скриптами (Skills) из репозитория см. skills/xbrowser-automation/.
MCP
Cursor
Settings → MCP → Add new MCP server, пример:
{
"mcpServers": {
"hotlogin-local-api": {
"command": "npx",
"args": ["-y", "hotlogin-local-api-mcp"],
"env": {
"PORT": "60000",
"API_KEY": "your_api_key"
}
}
}
}Если аутентификация не требуется, можно убрать env или оставить только PORT.
npx (минимальный вариант)
{
"mcpServers": {
"hotlogin-local-api": {
"command": "npx",
"args": ["-y", "hotlogin-local-api-mcp"]
}
}
}Локальная разработка (этот репозиторий)
npm install && npm run build{
"mcpServers": {
"hotlogin-local-api": {
"command": "node",
"args": ["/你的路径/hotlogin-mcp/build/server.core.js"],
"env": {
"PORT": "60000",
"API_KEY": "your_api_key"
}
}
}
}Если в Windows npx не запускается, можно изменить на "command": "cmd", "args": ["/c", "npx", "-y", "hotlogin-local-api-mcp"].
Related MCP server: scout-mcp-server
Переменные окружения
Соответствуют src/api/config.ts:
Переменная | Описание |
| Порт локального API, по умолчанию |
| Полный базовый URL, например |
| Аутентификация |
Предварительные требования
Клиент HotLogin запущен, локальный API доступен
Node.js ≥ 18
Инструменты
Список зарегистрированных инструментов: src/mcp/tools.ts, проверка параметров: src/mcp/schemas.ts.
Типовой процесс: env_create → env_launch (получение wsEndpoint) → session_attach → page_visit / element_* → env_terminate.
Устранение неполадок
Ошибка
health_check: проверьте, чтоPORT/BASE_URL/API_KEYсовпадают с настройками локальной службы.Ошибка или тайм-аут
session_attach: еслиwsEndpointустарел, выполнитеenv_launchповторно; проверьте настройки сети/брандмауэра на локальном компьютере.
Лицензия
Maintenance
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
AlicenseCqualityDmaintenanceManage your GoLogin browser profiles and automation directly through AI conversations. This MCP server connects to the GoLogin API, letting you create, configure, and control browser profiles using natural language.5910919MIT- AlicenseAqualityBmaintenanceMCP server for browser automation with anti-detection. Scout pages, find elements, interact with websites, and monitor network traffic from any AI client that supports the Model Context Protocol.211MIT
- AlicenseNot gradedqualityDmaintenanceMCP server that lets AI assistants browse the web through your real Chrome with your cookies, sessions, and fingerprint, avoiding bot detection and CAPTCHAs. Enables web browsing, content extraction, and multi-step workflows via persistent tabs.32MIT
- AlicenseNot gradedqualityBmaintenanceMCP server for multi-engine browser automation with proxy rotation, enabling AI-driven web interaction and task execution across Camoufox, DrissionPage, and Browser Use.Apache 2.0
Related MCP Connectors
Managed LinkedIn MCP server for AI agents: search, connect, message and enrich on accounts you own.
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
A paid remote MCP for AI agent browser approval MCP, built to return verdicts, receipts, usage logs,
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/hotlogin-browser/hotlogin-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server