Qase MCP Server
@raksul
About Qase MCP Server
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"qase": {
"command": "node",
"args": [
"path/to/qase-mcp-server/build/index.js"
],
"env": {
"QASE_API_TOKEN": ""
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Qase MCP Server?
Qase MCP Server is a Model Context Protocol server that integrates with the Qase test management platform. It provides tools for creating, retrieving, and managing test cases, test suites, and test runs. It is intended for developers and QA engineers using Qase.
How to use Qase MCP Server?
Install Node.js v23.5.0, install dependencies with npm install, build with npm run build, then configure the MCP settings file (cline_mcp_settings.json) with the command, path to the built server, and the Qase API token in the QASE_API_TOKEN environment variable.
Key features of Qase MCP Server
- Get a list of Qase projects.
- Retrieve test cases for a project, optionally filtered by suite.
- Create a new test case with optional fields.
- Create a test suite with optional parent suite.
- Create a test run with optional case IDs.
- Create multiple test cases in bulk.
- Update an existing test case (title, priority, steps, etc.).
Use cases of Qase MCP Server
- Automate test case creation for a new project.
- Fetch test cases to analyze coverage.
- Bulk import test cases from external data.
- Create and run regression test runs from CI.
FAQ from Qase MCP Server
What is Qase MCP Server used for?
It connects AI assistants via MCP to the Qase test management platform, enabling programmatic management of test cases, suites, and test runs.
What prerequisites are required?
Node.js v23.5.0 and a valid Qase API token are required. The token is set via the QASE_API_TOKEN environment variable.
What tools does Qase MCP Server provide?
It provides tools: get_projects, get_test_cases, create_test_case, create_suite, create_test_run, create_test_cases_in_bulk, and update_test_case.
How do I configure Qase MCP Server?
You need to add a qase entry to your MCP settings file with the command node, the path to the built server, and the environment variable QASE_API_TOKEN.
What errors can occur?
Authentication errors (invalid API token), parameter errors (missing required fields or invalid values), and API errors from Qase. Error messages include details and remedies.
More Other MCP servers
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Servers
modelcontextprotocolModel Context Protocol Servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments