Skip to main content
Glama
rayven122

MCP IE Migration VRT

by rayven122

MCP IE Migration VRT

Edge IEモードの移行前画面とChromium Edgeの移行後画面を、2つのSeleniumセッションで操作・撮影し、Playwright Testで画像比較するMCPサーバーです。

Edge IE mode ── Selenium screenshot ─┐
                                     ├─ Playwright VRT ─ pass / diff / report
Chromium Edge ─ Selenium screenshot ─┘

必要環境

  • Windows 10/11またはWindows Server

  • Microsoft Edge Stable

  • Edge IEモードポリシー(InternetExplorerIntegrationLevel=1

  • IEDriverServer 4.0.0.0以上

  • ログオン中の非昇格Windowsセッション

  • Edge/IEズームとWindows表示倍率を100%に固定

IEモードはheadless実行できません。RDP利用中は、撮影の途中で解像度や表示倍率を変更しないでください。 IEDriverがEdgeをIEモードで起動するため、Enterprise Mode Site Listは必須ではありません。

事前診断:

powershell -ExecutionPolicy Bypass -File scripts\windows\Test-IeMigrationVrtPrerequisites.ps1

Related MCP server: GDD (Giggly-Dazzling-Duckling)

インストール

1. MCPBをインストール

最新のGitHub Releaseから.mcpbをダウンロードし、Windows上で開いてClaude Desktopへインストールします。

保存先の初期設定は不要です。MCPBにはMCPサーバーと実行時依存関係が含まれます。

2. Skillをインストール

Claude Code:

npx skills add rayven122/mcp-ie-migration-vrt --agent claude-code

Codex:

npx skills add rayven122/mcp-ie-migration-vrt --agent codex

SkillはMCPBには含まれず、別途インストールされます。

使い方

エージェントへ次のように依頼します。

$ie-migration-vrt を使って、移行前と移行後の注文一覧を同じ検索結果まで操作し、画面差分を確認してください。

エージェントは次の順に処理します。

  1. start_vrt_browsersでEdge IEモードとChromium Edgeを起動

  2. sessionIdを指定して両画面を同じ業務状態まで個別に操作

  3. vrtで現在の画面を比較

  4. before.pngafter.pngdiff.pngreport.jsonを保存

  5. 必要に応じて移行後画面を修正し、再比較

  6. 両セッションを終了

既定の比較条件:

  • Viewport: 1200 x 650

  • maxDiffPixelRatio: 0.005

  • threshold: 0.2

  • ブラウザのタブやアドレスバーは撮影対象外

  • 画像サイズが異なる場合はリサイズせず失敗

詳細なチェックポイントと撮影規約はdocs/vrt-standard.mdを参照してください。MCPからはvrt-standard://currentで取得できます。

主なMCP Tool

Tool

用途

start_vrt_browsers

IEモードとChromium Edgeを同時起動

navigate / interact / send_keys

指定セッションを操作

accessibility_snapshot

画面構造と操作対象を取得

execute_script

DOM・computed style・スクロールを確認

diagnostics

console・JavaScript error・networkログを取得

vrt

2セッションの現在画面を比較

take_screenshot

現在画面を返すか、outputPathで指定した場所へ保存

close_session

指定セッションを終了

その他のSelenium ToolもsessionIdを指定して利用できます。

補足

  • Windows/IIS・ASP.NET 4.8・VB.NET Web Formsで動作確認済みです。

  • VRT成果物は既定で相対パスartifacts/vrtへ保存されます。呼び出しごとにvrt.outputDirectoryで変更できます。

  • 通常スクリーンショットは既定で画像データを直接返します。保存する場合だけtake_screenshot.outputPathを指定します。

  • MCPB署名は公式CLIの既知不具合により保留中です。詳細はdocs/mcpb-signing.mdを参照してください。

  • 開発・ローカルビルドはpackage.jsonのnpm scriptsを参照してください。

License

MIT

A
license - permissive license
-
quality - not tested
A
maintenance

Maintenance

Maintainers
Response time
0dRelease cycle
2Releases (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
    -
    quality
    D
    maintenance
    Enables browser automation and web scraping with multi-session management, supporting page navigation, element interaction, network request capture, and content extraction across multiple concurrent browser instances.
    11
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Enables LLMs to drive Edge in IE mode for automating legacy IE-only web applications, supporting tasks like clicking, filling forms, and data extraction via Selenium.
    28
    MIT
  • A
    license
    -
    quality
    F
    maintenance
    Enables control of Microsoft Edge browser via the DevTools protocol, supporting page navigation, screenshots, DOM manipulation, JavaScript execution, and network monitoring.
    45
    9
    MIT

View all related MCP servers

Related MCP Connectors

  • Capture screenshots, detect visual regressions between page versions, and analyze with AI.

  • Screenshot, diff, audit and sitemap-capture any web page — 5 MCP tools for AI agents.

  • Automate cloud browsers to navigate websites, interact with elements, and extract structured data.…

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/rayven122/mcp-ie-migration-vrt'

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