qTest MCP server

Active
⭐ Featured

The qTest MCP server integrates with qTest REST API.

Poland
Updated 8/2/2025
Key Features

What makes this MCP server special

Projects
Test Cases
Test Steps

Requirements

docker
Server Information

Status

Active

Location

Poland

Version

1.0.0

License

MIT

Author

https://itbusina.com

Installation Guide
Get started with this MCP server in minutes

1. Install the Package

docker pull itbusina/qtest-mcp:latest

2. Configuration

{
  "mcpServers": {
  "qtest": {
  "type": "stdio",
  "command": "docker",
  "args": [
  "run",
  "-i",
  "--rm",
  "-e",
  "QTEST_HOST",
  "-e",
  "QTEST_TOKEN",
  "itbusina/qtest-mcp:latest"
  ],
  "env": {
  "QTEST_HOST": "https://server.com/",
  "QTEST_TOKEN": "3213-.."
  }
  }
  }
 }

3. Usage Example

Give test cases for project X