End-to-end tests shouldn’t slow you down. But products change and maintenance piles up.
Teams want the convenience of asking for a test in plain English and seeing it appear in the editor, already runnable and easy to tweak. They also want their existing AI coding tools to be able to iterate on tests with full browser context.
Momentic Copilot and MCP server make that workflow real. You stay in flow, in your IDE, describe what you want, and Momentic handles the rest.
Open the Copilot panel, describe the flow you want, and watch a runnable test appear. Ask follow‑ups like “add an assertion that the chart is visible” or “refactor steps into reusable modules.”
Copilot looks at the current page, inspects your modules, edits the test, and runs steps so you can validate changes quickly.
For teams using AI coding tools, the local MCP server exposes Momentic’s testing agent over SSE. Point your IDE to the local endpoint and give your AI assistant first‑class access to your tests, modules, environments, and a live browser session.
We're finally closing the feedback loop for coding agents. Time to make sure what the AI spits out actually works.
Works with Cursor, Windsurf, Claude Code, and others that speak MCP.
{
"mcpServers": {
"momentic": {
"serverUrl": "http://localhost:58888/sse"
}
}
}
Under the hood, Copilot and the MCP server use a set of tools to observe the app, edit tests, and run them against a local live browser session.
list_modules
to list all modules in the active projectlist_tests
to list all tests in the active projectget_test
to get the contents of a testget_module
to get the contents of a moduleobserve_page
to look at the current pagecreate_test
to create a brand new test based on a descriptionedit_test
to edit a test using Momentic’s testing agentadd_step
to add a stepedit_step
to edit or replace a stepremove_step
to remove a stepsplice_steps
to splice steps into the testoverwrite_steps
to completely replace the testrun_step
to run a step that is in the testreset_session
to reset the editor state and browser sessionget_environment_variables
to read current environment variablespreview_preflight
to validate a locator before you commitpreview_step
to dry‑run a step without adding it to to the testpreview_ensure
to verify a condition is true in the browserAll of these are the same capabilities you have in the Momentic app, now exposed where you live: your IDE.
Copilot and MCP unlocks a 10x productivity boost.
Even though our low-code editor is already leagues ahead of building Selenium scripts yourself, there’s friction, albeit small, to start up the local app and use our editor to iterate on tests.
Here are new workflows that are possible:
Momentic serves the entire engineering org from one shared source of truth for tests.
Engineers create, edit, and run E2E tests directly from the IDE with Copilot. QA and SRE see analytics and results before a PR merges, so bugs get caught early. Product teams catch UX regressions from real user flows.
AI continuously observes your app, keep tests updated, and verifies that it’s actually working as intended.
Now that Copilot and the local MCP server bring Momentic into your local editor and AI coding tools, we’re building even deeper integrations and more intelligent AI to keep tests always up to date.
If you’re ready to turn plain English into reliable coverage, book a demo to get started with Momentic.