How to Use the Katalon TestOps (AI Test Management) MCP in Cursor
Generate code and fix broken automation scripts using real-time Katalon TestOps test results inside Cursor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Katalon TestOps (AI Test Management) MCP to Cursor
Create your Vinkius account to connect Katalon TestOps (AI Test Management) to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Debug Script Failures inside Cursor Agent Mode
The `get_test_result` tool pulls failure stack traces and error details directly into your active workspace. When a test fails, the agent reads the exact error message and highlights the problematic line of code in your editor. You then use `get_test_run` to check if the failure is persistent across different execution environments. It lets you rewrite the broken automation script with real execution context instead of guessing why the assertion failed.
Track Build Health While Coding
Matching your local git commits with active build identifiers is handled by the `list_project_builds` tool. This ensures you always know the exact health of the build you are currently editing. If you need to dive deeper, `list_test_runs` provides a quick breakdown of execution times and pass/fail metrics. Cursor uses this data to warn you if your recent code changes are about to run on a historically unstable build.
Run Verification Cycles via Cursor MCP Server
Executing specific test suites directly from your editor's terminal chat window is simple with the `rerun_test_run` tool. You don't need to commit code or switch to a browser to verify if your latest local fix resolved the remote test failure. Before running the retry, let the agent call `list_projects` to ensure you are targeting the correct workspace ID. This MCP Server keeps you from accidentally triggering test runs on production-level projects while working on experimental branches.
Set up Katalon TestOps (AI Test Management) MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Katalon TestOps (AI Test Management) MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Katalon TestOps (AI Test Management) transactions." If the MCP tools are loaded correctly, Cursor will call the Katalon TestOps (AI Test Management) tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"katalon-testops-ai-test-management-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Katalon TestOps. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Katalon TestOps (AI Test Management) MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Katalon TestOps (AI Test Management) MCP today
We host it, we monitor it, we maintain it. You just paste one token.