QASE MCP Server
QASE MCP サーバー
Qase API 用の MCP サーバー実装
これはTypeScriptベースのMCPサーバーであり、Qaseテスト管理プラットフォームとの統合を提供します。様々なQaseエンティティとやり取りするためのツールを提供することで、MCPのコアコンセプトを実装しています。
特徴
ツール
サーバーは Qase API と対話するためのツールを提供しており、次のエンティティを管理できます。
プロジェクト
list_projects- すべてのプロジェクトを取得するget_project- コードでプロジェクトを取得するcreate_project- 新しいプロジェクトを作成するdelete_project- コードでプロジェクトを削除する
テストケース
get_cases- プロジェクト内のすべてのテストケースを取得するget_case- 特定のテストケースを取得するcreate_case- 新しいテストケースを作成するupdate_case- 既存のテストケースを更新する
テスト実行
get_runs- プロジェクト内のすべてのテスト実行を取得するget_run- 特定のテスト実行を取得する
テスト結果
get_results- プロジェクトのすべてのテスト実行結果を取得するget_result- コードとハッシュでテスト実行結果を取得するcreate_result- テスト実行結果を作成するcreate_result_bulk- 複数のテスト実行結果を一括で作成するupdate_result- 既存のテスト実行結果を更新する
テスト計画
get_plans- プロジェクト内のすべてのテスト計画を取得するget_plan- 特定のテストプランを取得するcreate_plan- 新しいテストプランを作成するupdate_plan- 既存のテスト計画を更新するdelete_plan- テストプランを削除する
テストスイート
get_suites- プロジェクト内のすべてのテストスイートを取得するget_suite- 特定のテストスイートを取得するcreate_suite- 新しいテストスイートを作成するupdate_suite- 既存のテストスイートを更新するdelete_suite- テストスイートを削除する
共有ステップ
get_shared_steps- プロジェクト内のすべての共有ステップを取得するget_shared_step- 特定の共有ステップを取得するcreate_shared_step- 新しい共有ステップを作成するupdate_shared_step- 既存の共有ステップを更新するdelete_shared_step- 共有ステップを削除する
Related MCP server: MCP Server TypeScript Template
発達
依存関係をインストールします:
npm installサーバーを構築します。
npm run build自動リビルドを使用した開発の場合:
npm run watchインストール
クロードデスクトップ
Claude Desktop で使用するには、サーバー設定を追加します。
MacOSの場合:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows の場合:
%APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"mcp-qase": {
"command": "/path/to/mcp-qase/build/index.js",
"env": {
"QASE_API_TOKEN": "<YOUR_TOKEN>"
}
}
}
}カーソル
カーソルで使用するには、次のようにコマンドを登録します。
env QASE_API_TOKEN=<YOUR_TOKEN> /path/to/mcp-qase/build/index.jsデバッグ
MCPサーバーはstdio経由で通信するため、デバッグが困難になる場合があります。MCP Inspectorの使用をお勧めします。
npx -y @modelcontextprotocol/inspector -e QASE_API_TOKEN=<YOUR_TOKEN> ./build/index.jsMaintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceA 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.181
- FlicenseNot gradedqualityDmaintenanceA demonstration MCP server built in TypeScript that shows how to implement stdio-based communication for integration with MCP clients. Serves as a template for building custom MCP servers with strong typing and maintainability.

Qase MCP Serverofficial
AlicenseAqualityAmaintenanceOfficial MCP server for Qase Test Management Platform. Enables AI assistants to manage test cases, test runs, defects, and other Qase entities through natural language.142,44931MIT- AlicenseAqualityCmaintenanceMCP server for QTM4J (QMetry Test Management for Jira) Open API, enabling test case and cycle management via natural language.2146MIT
Related MCP Connectors
Official MCP server for Qase — manage test cases, runs, suites, defects via AI tools.
A TypeScript MCP server for Home Assistant, enabling programmatic management of entities, automati…
A MCP server built for developers enabling Git based project management with project and personal…
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rikuson/mcp-qase'
If you have feedback or need assistance with the MCP directory API, please join our Discord server