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_launchwsEndpointを取得)→ 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