Automate legacy IE-only web apps for clicking, form filling, and data extraction.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "ie-mcp" yet — see the docs or source repo.
Use ie-mcp to open our internal reimbursement system that only works in IE mode. After logging in, click 'New Request', fill in applicant, department, amount, and notes, then submit the form. If any field fails to load, retry once and return the execution result.
Returns the automation result for clicking and form filling, including submission status and any retry outcome.
Use ie-mcp to access the inventory management page that only works in IE mode. Filter records from the last 30 days, read the table columns for item ID, name, stock, and updated time, and output them as a structured list.
Outputs structured inventory data ready for further analysis or export.
Use ie-mcp to run a regression test on a legacy approval system: open the homepage, go to the login page, submit a test account, verify that the 'Pending Approvals' list loads correctly, then open the first record and report whether each step succeeded.
Returns step-by-step test results showing whether page loads, navigation clicks, and the key workflow worked correctly.
Automate browser tasks with Selenium, including navigation, clicks, typing, and screenshots.
Control Edge via DevTools for debugging, screenshots, page actions, and network inspection.
Let AI control a real browser for navigation, forms, and web tasks.
Control a real local browser for web automation, extraction, and screenshots.
Run Playwright UI automation via AI and get reports with screenshots.
Automate browser tasks, screenshots, and storage control with Selenium WebDriver.