Skip to content

Can AI assistants connect to Testomat.io?

Yes. Testomat.io provides an MCP Server that lets MCP-compatible AI assistants connect to the Testomat.io Public API v2. Through it, an assistant can read your tests, run searches, and manage runs for you.

  1. Run the MCP Server with your project token:
Terminal window
npx -y @testomatio/mcp@latest --token <PROJECT_TOKEN> --project <PROJECT_ID>
  1. Point your MCP client at it.

That’s all. MCP is client-agnostic, so any assistant that supports the Model Context Protocol connects the same way.