Integrations
Integrates with Qase test management platform, enabling management of test cases, projects, and test runs. Provides capabilities to retrieve project lists, get test cases, create new test cases, and manage test executions.
Qase MCP Server
A Model Context Protocol (MCP) server for working with Qase's test management platform, providing functions such as creating and retrieving test cases and managing test execution.
set up
Prerequisites
- Node.js v23.5.0
- Qase API Token
- TypeScript
install
Environment settings
Add the following settings to the MCP configuration file ( cline_mcp_settings.json
):
Available Tools
get_projects
Get a list of projects.
Input parameters : None
Example usage :
get_test_cases
Gets a list of test cases for a specified project.
Input parameters :
project_code
: Project code (required)suite_id
: Suite ID (optional) - retrieves only test cases that belong to the specified suite.
Example usage :
create_test_case
Create a test case.
Input parameters :
project_code
: Project code (required)title
: The title of the test case (required)description
: A description of the test case (optional)
Example usage :
create_suite
Create a test suite.
Input parameters :
project_code
: Project code (required)title
: The title of the test suite (required)description
: An optional description of the test suite.preconditions
: Preconditions for the test suite (optional)parent_id
: The ID of the parent suite (optional)
Example usage :
create_test_run
Create a test run.
Input parameters :
project_code
: Project code (required)title
: The title of the test run (required)description
: An optional description of the test run.cases
: An optional list of test case IDs to include in the test run.
Example usage :
create_test_cases_in_bulk
Create multiple test cases at once.
Input parameters :
project_code
: Project code (required)cases
: An array of test cases to create (required)title
: The title of the test case (required)description
: A description of the test case (optional)suite_id
: The ID of the suite it belongs to (optional)
Example usage :
Error Handling
Each tool can return the following errors:
- Authentication Error: API token is invalid or not set
- Parameter error: Required parameters are missing or have invalid values.
- API Error: Error response from Qase API
The error message will include the specific problem and how to deal with it.
development
license
ISC
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
A Model Context Protocol server that integrates with the Qase test management platform, allowing users to create and retrieve test cases, manage test runs, and interact with Qase projects.
Related MCP Servers
- -securityFlicense-qualityA Model Context Protocol server that enables interaction with Shortcut (formerly Clubhouse) project management tool, allowing users to view and search projects, stories, epics, and objectives, as well as create new items through natural language.Last updated -3Python
- -securityFlicense-qualityA Model Context Protocol server designed to facilitate Nextflow development and testing, providing tools for building from source, running tests, and managing the Nextflow development environment.Last updated -Python
- -securityAlicense-qualityA Model Context Protocol server that enables interaction with Foundry tools through natural language, allowing users to create projects, build contracts, run tests, and manage Ethereum development environments.Last updated -PythonMIT License
- -security-license-qualityA Model Context Protocol server that connects Claude AI to QGIS, enabling direct interaction with the GIS software for project creation, layer manipulation, code execution, and processing algorithms through natural language prompts.Last updated -2PythonCreative Commons Zero v1.0 Universal