MCP.so
登录

Qase MCP Server

@raksul

关于 Qase MCP Server

暂无概览

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

raksul

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "qase": {
      "command": "node",
      "args": [
        "path/to/qase-mcp-server/build/index.js"
      ],
      "env": {
        "QASE_API_TOKEN": ""
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器