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以上
ログオン中の非昇格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: 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-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ブラウザのタブやアドレスバーは撮影対象外
画像サイズが異なる場合はリサイズせず失敗
詳細なチェックポイントと撮影規約はdocs/vrt-standard.mdを参照してください。MCPからはvrt-standard://currentで取得できます。
主なMCP Tool
Tool | 用途 |
| IEモードとChromium Edgeを同時起動 |
| 指定セッションを操作 |
| 画面構造と操作対象を取得 |
| DOM・computed style・スクロールを確認 |
| console・JavaScript error・networkログを取得 |
| 2セッションの現在画面を比較 |
| 現在画面を返すか、 |
| 指定セッションを終了 |
その他の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
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 Servers
- Alicense-qualityDmaintenanceEnables 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.11MIT
- Flicense-qualityAmaintenanceAI-controlled browser farm — run N isolated Chromium instances with 36 MCP tools for device emulation, screenshots, network/geolocation simulation, and diagnostics. Cross-platform: Windows GUI + headed/headless on Linux/macOS.12
- AlicenseAqualityBmaintenanceEnables 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
- Alicense-qualityFmaintenanceEnables control of Microsoft Edge browser via the DevTools protocol, supporting page navigation, screenshots, DOM manipulation, JavaScript execution, and network monitoring.459MIT
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.…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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