MCP IE Migration VRT
Allows automated control of Edge IE mode and Chromium Edge browsers via Selenium WebDriver for visual regression testing, including starting sessions, navigating, interacting, taking screenshots, and comparing images.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP IE Migration VRTCompare order search results after entering A-1001"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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以上
Node.js 20以上(Claude Desktop同梱ランタイム外で実行する場合)
ログオン中の非昇格Windowsセッション
Edge/IEズームとWindows表示倍率を100%に固定
IEモードはheadless実行できません。RDP利用中は、撮影の途中で解像度や表示倍率を変更しないでください。 IEDriverがEdgeをIEモードで起動するため、Enterprise Mode Site Listは必須ではありません。
事前診断:
powershell -ExecutionPolicy Bypass -File scripts\windows\Test-IeMigrationVrtPrerequisites.ps1Related MCP server: ie-mcp
インストール
1. MCPBをインストール
最新のGitHub Releaseから.mcpbをダウンロードし、Windows上で開いてClaude Desktopへインストールします。
保存先の初期設定は不要です。MCPBにはMCPサーバーと実行時依存関係が含まれます。
2. Skillをインストール
Claude Code:
npx skills add rayven122/mcp-ie-migration-vrt --agent claude-codeCodex:
npx skills add rayven122/mcp-ie-migration-vrt --agent codexSkillはMCPBには含まれず、別途インストールされます。
使い方
エージェントへ次のように依頼します。
$ie-migration-vrt を使って、移行前と移行後の注文一覧を同じ検索結果まで操作し、画面差分を確認してください。エージェントは次の順に処理します。
start_vrt_browsersでEdge IEモードとChromium Edgeを起動sessionIdを指定して両画面を同じ業務状態まで個別に操作vrtで現在の画面を比較before.png、after.png、diff.png、report.jsonを保存必要に応じて移行後画面を修正し、再比較
両セッションを終了
既定の比較条件:
Viewport:
1200 x 650maxDiffPixelRatio:0.005threshold:0.2ブラウザのタブやアドレスバーは撮影対象外
画像はリサイズ・トリミングせず、サイズが異なる場合も差分画像を生成してAIレビュー
詳細なチェックポイントと撮影規約はdocs/vrt-standard.mdを参照してください。MCPからはvrt-standard://currentで取得できます。
主なMCP Tool
Tool | 用途 |
| IEモードとChromium Edgeを同時起動 |
| 指定セッションを操作 |
| 画面構造と操作対象を取得 |
| DOM・computed style・スクロールを確認 |
| console・JavaScript error・networkログを取得 |
| 2セッションの現在画面を比較し、既定でbefore・after・diff画像をAIへ返却 |
| 現在画面を返すか、 |
| 指定セッションを終了 |
その他のSelenium ToolもsessionIdを指定して利用できます。
補足
Windows/IIS・ASP.NET 4.8・VB.NET Web Formsで動作確認済みです。
VRT成果物は既定で相対パス
artifacts/vrtへ保存されます。呼び出しごとにvrt.outputDirectoryで変更できます。vrt.returnImagesはall(既定)、diff、noneから選択できます。寸法不一致はツールエラーではなくstatus: "different"として元画像・差分・診断情報を確認できます。VRTツールはクライアント互換性のため
outputSchemaを広告せず、構造化結果はstructuredContentとテキストJSONの両方で返します。通常スクリーンショットは既定で画像データを直接返します。保存する場合だけ
take_screenshot.outputPathを指定します。MCPB署名は公式CLIの既知不具合により保留中です。詳細は
docs/mcpb-signing.mdを参照してください。開発・ローカルビルドは
package.jsonのnpm scriptsを参照してください。
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Automate cloud Chrome—navigate, click, type, screenshot, run code, record screen video
Capture screenshots, detect visual regressions between page versions, and analyze with AI.
- mcpOAuthcom.screenshotink
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.…
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables 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.7MIT
- AlicenseAqualityCmaintenanceEnables 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.28MIT
- AlicenseNot gradedqualityDmaintenanceEnables control of Microsoft Edge browser via the DevTools protocol, supporting page navigation, screenshots, DOM manipulation, JavaScript execution, and network monitoring.3910MIT
- FlicenseNot gradedqualityCmaintenanceEnables driving an isolated, already-logged-in Microsoft Edge browser from the shell by reusing your daily Edge's login cookies through a browser-extension bridge.-