Qase MCP Server
Qaseのテスト管理プラットフォームと連携するためのModel Context Protocol (MCP) サーバーです。 テストケースの作成、取得、テスト実行の管理などの機能を提供します。
セットアップ
前提条件
- Node.js v23.5.0
- Qase APIトークン
- TypeScript
インストール
環境設定
MCPの設定ファイル(cline_mcp_settings.json
)に以下の設定を追加します:
利用可能なツール
get_projects
プロジェクト一覧を取得します。
入力パラメータ: なし
使用例:
get_test_cases
指定したプロジェクトのテストケース一覧を取得します。
入力パラメータ:
project_code
: プロジェクトコード(必須)suite_id
: スイートID(オプション)- 指定したスイートに属するテストケースのみを取得
使用例:
create_test_case
テストケースを作成します。
入力パラメータ:
project_code
: プロジェクトコード(必須)title
: テストケースのタイトル(必須)description
: テストケースの説明(オプション)
使用例:
create_suite
テストスイートを作成します。
入力パラメータ:
project_code
: プロジェクトコード(必須)title
: テストスイートのタイトル(必須)description
: テストスイートの説明(オプション)preconditions
: テストスイートの前提条件(オプション)parent_id
: 親スイートのID(オプション)
使用例:
create_test_run
テスト実行を作成します。
入力パラメータ:
project_code
: プロジェクトコード(必須)title
: テスト実行のタイトル(必須)description
: テスト実行の説明(オプション)cases
: テスト実行に含めるテストケースのID一覧(オプション)
使用例:
create_test_cases_in_bulk
複数のテストケースを一括で作成します。
入力パラメータ:
project_code
: プロジェクトコード(必須)cases
: 作成するテストケースの配列(必須)title
: テストケースのタイトル(必須)description
: テストケースの説明(オプション)suite_id
: 所属するスイートのID(オプション)
使用例:
エラーハンドリング
各ツールは以下のようなエラーを返す可能性があります:
- 認証エラー: APIトークンが無効または未設定
- パラメータエラー: 必須パラメータの不足や不正な値
- APIエラー: Qase APIからのエラーレスポンス
エラーメッセージには具体的な問題と対処方法が含まれます。
開発
ライセンス
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 provides tools for connecting to and interacting with various database systems (SQLite, PostgreSQL, MySQL/MariaDB, SQL Server) through a unified interface.Last updated -3Python
- -securityFlicense-qualityA Model Context Protocol server that enables integration with the TESS API, allowing users to list and manage agents, execute agents with custom messages, and manage files through natural language interfaces.Last updated -TypeScript
- AsecurityAlicenseAqualityA TypeScript-based MCP server that provides integration with the Qase test management platform, allowing you to manage projects, test cases, runs, results, plans, suites, and shared steps.Last updated -267JavaScriptMIT License
- AsecurityAlicenseAqualityA Model Context Protocol server that allows interaction with TestRail's core entities (projects, cases, runs, results, datasets) through a standardized protocol compatible with MCP clients like Claude Desktop.Last updated -236PythonMIT License