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.json在 Windows 上:
%APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"mcp-qase": {
"command": "/path/to/mcp-qase/build/index.js",
"env": {
"QASE_API_TOKEN": "<YOUR_TOKEN>"
}
}
}
}光标
要与 Cursor 一起使用,请按如下方式注册命令:
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