Find anything in seconds
Ask for tests, suites or runs by name, tag, priority or status. No more clicking through folders and filters.
“Show me all high-priority tests in the Checkout suite”
“Which runs failed last week on staging?”
Your tests on call. Talk to them! Connect your AI assistant to Testomat.io once — then just ask. Find tests, start runs, understand failures. No clicking through menus, no commands to memorize.
Works in your assistant
MCP is just a secure connection. It lets Claude Code, Cursor or ChatGPT see and update your Testomat.io project — so you can work by chatting instead of clicking.
Paste your Testomat.io project key into your AI assistant. That is the whole setup — no code, no plugins to learn.
Type what you want the way you would tell a colleague. “Show me flaky checkout tests” works. No commands to memorize.
Your assistant opens, reads, creates and updates things in Testomat.io directly — and shows you what it did.
This is the whole skill level required: describe the outcome, confirm, done.
Six starting points QAs use daily. Copy a phrase, paste it into your assistant, adjust the names — and watch it happen in Testomat.io.
Ask for tests, suites or runs by name, tag, priority or status. No more clicking through folders and filters.
“Show me all high-priority tests in the Checkout suite”
“Which runs failed last week on staging?”
Create, rename, move or clean up tests and suites by just describing it. Great for release cleanup days.
“Create a suite called Smoke for release 2.4”
“Move all login tests into one suite”
Spin up a run for a plan or a set of suites, assign it, then close it — all from chat, while you keep testing.
“Start a smoke run for the Auth plan on staging”
“Finish the manual regression run”
Pull results, compare runs, see which tests keep failing and what they are linked to — with links back to Testomat.io.
“What failed in yesterday’s nightly run?”
“Show results for the payment tests in run R-42”
Build a test plan from a description: pick suites, tags or priorities and your assistant assembles it.
“Build a regression plan from all critical tests”
“Make a plan with everything tagged @checkout”
Link Jira issues, attach screenshots, connect requirements — so every test tells the full story.
“Link JIRA-123 to the login tests”
“Attach this screenshot to the failed checkout test”
The Enterprise connection includes everything above, plus quality analytics. Ask about flakiness, trends and dashboards — your assistant reads the numbers and explains them in plain words.
Ask which tests waste your time: flaky ones, slowest ones, ones that never pass. Get the list with numbers.
“Which 10 tests are the flakiest in the last 30 days?”
Success rate, automation rate, results by day — your assistant reads your dashboards and explains them.
“How did our success rate change this month?”
Already saved charts in Testomat.io? Ask for their numbers or drill into the matching tests and runs.
“Show me results of my Smoke Health chart”
Needs the analytics feature enabled on your Testomat.io project. Not sure? Connect the standard version first — you can upgrade anytime without reconnecting.
You need two things from Testomat.io: a project token and a project ID (Settings → API). Then pick your assistant below — or skip setup entirely with Testeiya.
Run one command in your project folder
Run it once in your project folder. For Enterprise analytics, swap in @testomatio/mcp-enterprise.
claude mcp add testomatio -- npx -y @testomatio/mcp@latest --token <TOKEN> --project <ID> Add to .cursor/mcp.json
Paste this into .cursor/mcp.json, then restart Cursor:
{"mcpServers": {"testomatio": {"command": "npx", "args": ["-y", "@testomatio/mcp@latest", "--token", "<TOKEN>", "--project", "<ID>"]}}} Desktop app (Mac / Windows) · Plus / Pro
In the desktop app: Settings → Connectors → enable Developer Mode → add an MCP server, then paste this:
{"mcpServers": {"testomatio": {"command": "npx", "args": ["-y", "@testomatio/mcp@latest", "--token", "<TOKEN>", "--project", "<ID>"]}}} Or use a dedicated QA agent
Testeiya — our QA agent, already connected
Skip keys and JSON entirely. Testeiya has Testomat.io built in — open it and ask your first question right away. Best for QAs who just want answers, not configuration.
Full step-by-step with screenshots → github.com/testomatio/mcp
Capability reference
Everything your assistant can reach in Testomat.io
Grouped by area — click to expand. Enterprise analytics at the bottom.
Standard · @testomatio/mcp
Enterprise · @testomatio/mcp-enterprise — adds analytics
Technical names and parameters → full reference on GitHub
No. If you can chat, you can use this. You describe what you need in plain English — your assistant (Claude Code, Cursor or ChatGPT) talks to Testomat.io for you. There is nothing to program and no new interface to learn.
Your assistant always tells you what it is about to do and shows the result with a link back to Testomat.io. Reading is always safe. For anything that creates or changes data, ask it to confirm first — e.g. “show me before you change anything”. Every change is also grouped in Testomat.io history, so you can review it.
The standard version covers everyday QA work: finding, creating and organizing tests, suites, plans and runs, checking results, linking issues and attaching files. The Enterprise version adds everything from standard, plus quality analytics: flaky, slow and failing tests, success and automation trends, and your saved charts.
Yes — the analytics answers (flaky tests, trends, saved charts) need the analytics feature enabled on your Testomat.io project. If you are not sure, ask your workspace admin or try the standard version first; it works on any project.
In Testomat.io, open your project → Settings → API. Copy the project token (the secret key) and the project ID. Paste them into the setup snippet below. Keep the token private, like a password — never share it in screenshots.
Yes. If your project uses branches, just mention the branch name in your request — for example “on branch release-2.4”. Your assistant will look there first and never touch your main suite by accident.
Connect in 5 minutes, then paste one of the phrases above into Claude Code, Cursor or ChatGPT. Your tests are already waiting.