Skip to main content
Glama

hotlogin-mcp

HotLogin Local API 的 MCP Server(stdio)。npm 包:hotlogin-local-api-mcp

配合仓库内 Skill 使用时,见 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: agentify-desktop

环境变量

src/api/config.ts 一致:

变量

说明

PORT / API_PORT

Local API 端口,默认 60000

BASE_URL

完整根地址,如 http://127.0.0.1:60000

API_KEY

鉴权


前置条件

  • HotLogin 客户端已启动,Local API 可访问

  • Node.js ≥ 18


工具

注册列表:src/mcp/tools.ts,参数校验:src/mcp/schemas.ts

典型流程: env_createenv_launch(取 wsEndpoint)→ session_attachpage_visit / element_*env_terminate


故障排查

  • health_check 失败:核对 PORT / BASE_URL / API_KEY 与本地服务一致。

  • session_attach 失败或超时wsEndpoint 过期则重新 env_launch;检查本机网络/防火墙。


License

MIT

Install Server
A
license - permissive license
C
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    C
    quality
    D
    maintenance
    Manage 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.
    59
    109
    19
    MIT
  • A
    license
    -
    quality
    B
    maintenance
    MCP server that enables AI tools to control local browser sessions for ChatGPT, Claude, and other AI services, supporting querying, navigation, file uploads, and artifact management.
    65
    529
    Mozilla Public 2.0
  • A
    license
    A
    quality
    B
    maintenance
    MCP 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.
    21
    1
    MIT
  • A
    license
    -
    quality
    A
    maintenance
    MCP server for Meshbrow that gives AI agents full browser automation capabilities with stealth anti-detection, enabling natural language control of browser sessions, data extraction, and multi-browser fleets.
    MIT

View all related MCP servers

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,

View all MCP Connectors

Latest Blog Posts

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