Skip to main content
Glama

hotlogin-mcp

HotLogin Local API용 MCP 서버(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: scout-mcp-server

환경 변수

**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
    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
    Not graded
    quality
    D
    maintenance
    MCP 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.
    3
    2
    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