MCP.so
ログイン

MCP Chrome Server

@dlwjdtn535

MCP Chrome Server について

概要はまだありません

基本情報

カテゴリ

その他

ランタイム

python

トランスポート

stdio

公開者

dlwjdtn535

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "mcp-chrome-server": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli",
        "install",
        "@dlwjdtn535/mcp-chrome-server",
        "--client",
        "claude"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is MCP Chrome Server?

MCP Chrome Server is a browser automation tool built on the MCP (Model-Controller-Prompt) framework. It integrates with Google Chrome to enable programmatic control of the browser, intended for developers and automation engineers.

How to use MCP Chrome Server?

Install via Smithery (npx -y @smithery/cli install @dlwjdtn535/mcp-chrome-server --client claude) or configure manually with uv and a JSON configuration for your OS. Set the CHROME_PROFILE_PATH environment variable to your Chrome profile directory, close all running Chrome instances, then use the provided tools (e.g., tool_open_browser, tool_navigate, tool_web_login).

Key features of MCP Chrome Server

  • Browser control: open, navigate, and close Chrome
  • Automated web login with CAPTCHA and 2FA handling
  • Element manipulation: click, type, get text, get elements
  • Secure credential management via system keychain
  • Cross‑platform support: Windows, macOS, Linux

Use cases of MCP Chrome Server

  • Automate repetitive web tasks like form filling and data extraction
  • Perform automated login flows for testing or personal use
  • Scrape content from web pages with natural behavior simulation
  • Manage multiple Chrome profiles and credentials securely

FAQ from MCP Chrome Server

What are the prerequisites for MCP Chrome Server?

Python 3.12, Google Chrome installed, and either uv (Python package installer) or Docker.

How do I configure the Chrome profile path?

Set the CHROME_PROFILE_PATH environment variable to your Chrome profile directory. Defaults: Windows %LOCALAPPDATA%\Google\Chrome\User Data, macOS ~/Library/Application Support/Google/Chrome, Linux ~/.config/google-chrome.

Can MCP Chrome Server handle logins with CAPTCHA or 2FA?

Yes. It waits for the user to solve CAPTCHA when detected and automatically handles 2‑factor authentication during web login.

How does MCP Chrome Server ensure security for credentials?

Credentials should be stored and retrieved using the system keychain via the tool_save_credentials and tool_get_credentials tools. Never expose credentials in environment variables or configuration files.

What precautions should I take before running MCP Chrome Server?

Close all other Chrome windows using the same profile, verify the profile path is correct, and ensure you have proper permissions for the Chrome profile directory.

コメント

「その他」の他のコンテンツ