Skip to main content
Glama

AdsPower LocalAPI MCP Server

Official

AdsPower LocalAPI MCP サーバー

AdsPowerブラウザLocalAPIを利用するモデルコンテキストプロトコルサーバー。このサーバーにより、LLMはブラウザの起動、ブラウザの作成、ブラウザのフィンガープリント設定の更新などを行うことができます。

Claude Desktopでの使用

LLMに相談してブラウザを作成する: Create an Android UA browser using Chrome 134

クロードデスクトップ

LLMに相談してブラウザを作成してください。 Help me with random UA, random fingerprint, random cookie generation, create 3 browsers, use 134 cores, and open them

クロードデスクトップ

使い方は?

要件

インストール

Claude Desktop で使用するには、サーバー設定を追加します。

macOS の場合: ~/Library/Application Support/Claude/claude_desktop_config.json Windows の場合: %APPDATA%/Claude/claude_desktop_config.json

macOS / Linux
{ "mcpServers": { "adspower-local-api": { "command": "npx", "args": ["-y", "local-api-mcp-typescript"] } } }
ウィンドウズ
{ "mcpServers": { "adspower-local-api": { "command": "cmd", "args": ["/c", "npx", "-y", "local-api-mcp-typescript"] } } }

クロードデスクトップMCP

またはカーソルで使用するカーソル

発達

# git clone git clone https://github.com/AdsPower/local-api-mcp-typescript.git # install package cd local-api-mcp-typescript && npx pnpm i # build npm run build
# Add the server to your claude_desktop_config.json "mcpServers": { "adspower-local-api": { "command": "node", "args": [ "<Replace Your Project Path>/local-api-mcp-typescript/build/index.js" ] } }

コンポーネント

ツール

  • ブラウザを開く
    • ブラウザを開く
    • 入力:
      • serialNumber (文字列、オプション): 開くブラウザのシリアル番号
      • userId (文字列、オプション): 開くブラウザのブラウザID
  • ブラウザを閉じる
    • ブラウザを閉じる
    • 入力:
      • userId (文字列): 停止するブラウザのブラウザID
  • ブラウザの作成
    • ブラウザを作成する
    • 入力:
      • groupId (文字列): ブラウザのグループID
      • domainName (文字列、オプション): ドメイン名
      • openUrls (文字列[], オプション): 開くURL
      • cookie (文字列、オプション): ブラウザのcookie
      • username (文字列、オプション): ユーザー名
      • password (文字列、オプション): パスワード
      • system (文字列、オプション): システムタイプ
      • name (文字列、オプション): ブラウザ名
      • country (文字列、オプション): 国
      • sysAppCateId (文字列、オプション): システムアプリケーションカテゴリID
      • storageStrategy (数値、オプション): ストレージ戦略
      • userProxyConfig (オブジェクト): プロキシ設定
      • fingerprintConfig (オブジェクト、オプション): ブラウザの指紋設定
  • ブラウザの更新
    • ブラウザを更新する
    • 入力: create_browser と同じ、さらに:
      • userId (文字列): 更新するブラウザのユーザーID
  • ブラウザの削除
    • ブラウザを削除する
    • 入力:
      • userIds (string[]): 削除するブラウザのユーザーID
  • ブラウザリストを取得する
    • ブラウザのリストを取得する
    • 入力:
      • groupId (文字列、オプション): ブラウザのグループID
      • size (数値、オプション): ページのサイズ
      • id (文字列、オプション): ブラウザのID
      • serialNumber (文字列、オプション): ブラウザのシリアル番号
      • sort (列挙型、オプション): ソートフィールド ('serial_number' | 'last_open_time' | 'created_time')
      • order (列挙型、オプション): ソート順 ('asc' | 'desc')
  • 開かれたブラウザを取得する
    • 開いているブラウザのリストを取得する
    • 入力は不要です
  • ブラウザを移動
    • ブラウザをグループに移動する
    • 入力:
      • groupId (文字列): 対象グループID
      • userIds (string[]): 移動するブラウザID
  • グループを作成する
    • ブラウザグループを作成する
    • 入力:
      • groupName (文字列): 作成するグループの名前
      • remark (文字列、オプション):グループのコメント
  • 更新グループ
    • ブラウザグループを更新する
    • 入力:
      • groupId (文字列): 更新するグループのID
      • groupName (文字列): グループの新しい名前
      • remark (文字列 | null、オプション):グループの新しいコメント。クリアするにはnullに設定します。
  • グループリストを取得する
    • グループのリストを取得する
    • 入力:
      • name (文字列、オプション): グループの名前
      • size (数値、オプション): ページのサイズ
  • アプリケーションリストを取得する
    • アプリケーションのリストを取得する
    • 入力:
      • size (数値、オプション): ページのサイズ

高度な構成タイプ

ユーザープロキシ設定
  • proxy_soft (列挙型): プロキシ ソフト タイプ ('brightdata'、'brightauto'、'oxylabsauto' など)
  • proxy_type (列挙型、オプション): プロキシの種類 ('http'、'https'、'socks5'、'no_proxy')
  • proxy_host (文字列、オプション): プロキシホスト
  • proxy_port (文字列、オプション): プロキシポート
  • proxy_user (文字列、オプション): プロキシユーザー名
  • proxy_password (文字列、オプション): プロキシパスワード
  • proxy_url (文字列、オプション): プロキシURL
  • global_config (列挙型、オプション): グローバル設定 ('0' | '1')
指紋設定
  • automatic_timezone (列挙型、オプション): 自動タイムゾーン ('0' | '1')
  • timezone (文字列、オプション): タイムゾーン
  • language (文字列[], オプション): 言語
  • flash (文字列、オプション): Flashバージョン
  • fonts (文字列[], オプション): フォントリスト
  • webrtc (列挙型、オプション): WebRTC 設定 ('disabled' | 'forward' | 'proxy' | 'local')
  • browser_kernel_config (オブジェクト、オプション):
    • version (文字列、オプション): ブラウザのバージョン
    • type (列挙型、オプション): ブラウザの種類 ('chrome' | 'firefox')
  • random_ua (オブジェクト、オプション):
    • ua_version (文字列[], オプション): ユーザーエージェントのバージョン
    • ua_system_version (enum[], オプション): システムバージョン
  • tls_switch (列挙型、オプション): TLS スイッチ ('0' | '1')
  • tls (文字列、オプション): TLS設定
Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

local-only server

The server can only run on the client's local machine because it depends on local resources.

LLM が AdsPower ブラウザ LocalAPI と対話できるようにし、カスタム フィンガープリントを使用してブラウザ プロファイルの作成、開く、更新、管理などの操作を可能にするモデル コンテキスト プロトコル サーバー。

  1. Claude Desktopでの使用
    1. 使い方は?
      1. 要件
      2. インストール
    2. 発達
      1. コンポーネント
        1. ツール
        2. 高度な構成タイプ

      Related MCP Servers

      • A
        security
        A
        license
        A
        quality
        A Model Context Protocol server that gives LLMs the ability to interact with Ethereum networks, manage wallets, query blockchain data, and execute smart contract operations through a standardized interface.
        Last updated -
        31
        323
        2
        TypeScript
        MIT License
      • -
        security
        A
        license
        -
        quality
        A Model Context Protocol server that provides browser automation capabilities using Playwright, enabling LLMs to interact with web pages, take screenshots, and execute JavaScript in a real browser environment.
        Last updated -
        3
        Python
        Apache 2.0
      • -
        security
        F
        license
        -
        quality
        A Model Context Protocol server that provides browser automation capabilities using BrowserCat's cloud browser service. This server enables LLMs to interact with web pages, take screenshots, and execute JavaScript in a real browser environment without needing to install browsers locally.
        Last updated -
        39
      • A
        security
        A
        license
        A
        quality
        A Model Context Protocol server that provides basic calculator functionality for LLMs, enabling them to perform mathematical operations like addition, subtraction, multiplication, division, modulo, and square root.
        Last updated -
        6
        125
        12
        TypeScript
        MIT License
        • Linux

      View all related MCP servers

      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/AdsPower/local-api-mcp-typescript'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server