Qase MCP Server
@RayYokoyama
About Qase MCP Server
No overview available yet
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
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 and retrieving test cases, managing test suites, and creating test runs. It is intended for developers and QA engineers who use Qase.
How to use Qase MCP Server?
Install the package with npm install, then build with npm run build. Configure the MCP settings file (cline_mcp_settings.json) with the command pointing to the built index.js, the QASE_API_TOKEN environment variable, and optionally disable or auto-approve tools. Invoke the available tools through the MCP client.
Features of Qase MCP Server
- Retrieve list of projects from Qase.
- Get test cases for a project, optionally filtered by suite.
- Create individual test cases with title and description.
- Create test suites with title, description, preconditions, and parent.
- Create test runs with title, description, and selected test case IDs.
- Bulk create multiple test cases at once.
Use cases of Qase MCP Server
- Automate test case creation from AI-assisted workflows.
- Quickly fetch test cases by project and suite for review.
- Set up test suites and runs for regression testing.
- Bulk import test cases into a Qase project.
- Integrate Qase test management into AI agent based toolchains.
FAQ from Qase MCP Server
What tools does Qase MCP Server provide?
It provides six tools: get_projects, get_test_cases, create_test_case, create_suite, create_test_run, and create_test_cases_in_bulk.
What are the prerequisites to run this server?
Node.js v23.5.0, TypeScript, and a valid Qase API token are required.
How do I configure authentication?
Set the QASE_API_TOKEN environment variable in the MCP settings file. If the token is invalid or missing, tools will return an authentication error.
What errors can occur when using the tools?
Errors include authentication errors (invalid API token), parameter errors (missing required fields or invalid values), and API errors from Qase's API.
Can I create multiple test cases at once?
Yes, the create_test_cases_in_bulk tool accepts an array of test case objects, each with a required title and optional description and suite ID.
Frequently asked questions
What tools does Qase MCP Server provide?
It provides six tools: `get_projects`, `get_test_cases`, `create_test_case`, `create_suite`, `create_test_run`, and `create_test_cases_in_bulk`.
What are the prerequisites to run this server?
Node.js v23.5.0, TypeScript, and a valid Qase API token are required.
How do I configure authentication?
Set the `QASE_API_TOKEN` environment variable in the MCP settings file. If the token is invalid or missing, tools will return an authentication error.
What errors can occur when using the tools?
Errors include authentication errors (invalid API token), parameter errors (missing required fields or invalid values), and API errors from Qase's API.
Can I create multiple test cases at once?
Yes, the `create_test_cases_in_bulk` tool accepts an array of test case objects, each with a required title and optional description and suite ID.
Basic information
More Other MCP servers
Codelf
unbugA search tool helps dev to solve the naming things problem.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.

DeepMark
DeepMark helps teachers deliver rapid, consistent marking with meaningful feedback for every student — in a fraction of the time. What once took a week, now takes one free period.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Comments