Qase Test Management
Rank #865io.qase/mcp-server
Official MCP server for Qase — manage test cases, runs, suites, defects via AI tools.
Qase Test Management is a Model Context Protocol (MCP) server published by qase-tms. It ranks #865 of 115,591 servers tracked on MCP Toplist, and its repository has 31 GitHub stars. Qase Test Management is listed across 3 registries — Official MCP, PulseMCP and Glama, with 16 tracked versions. It was first listed on Sep 23, 2025 and most recently updated on Aug 19, 2026.
Ranks ahead of 114,726 of 115,591 servers on MCP Toplist.
Use Qase Test Management
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http qase https://mcp.qase.io/mcpclaude mcp add qase -e "QASE_API_TOKEN=<your QASE_API_TOKEN>" -e "QASE_API_DOMAIN=<your QASE_API_DOMAIN>" -e "QASE_API_PROTOCOL=<your QASE_API_PROTOCOL>" -- npx -y @qase/mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.qase]
url = "https://mcp.qase.io/mcp"Add to ~/.codex/config.toml.
[mcp_servers.qase]
command = "npx"
args = ["-y", "@qase/mcp-server"]
[mcp_servers.qase.env]
QASE_API_TOKEN = "<your QASE_API_TOKEN>"
QASE_API_DOMAIN = "<your QASE_API_DOMAIN>"
QASE_API_PROTOCOL = "<your QASE_API_PROTOCOL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://mcp.qase.io/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"qase": {
"command": "npx",
"args": [
"-y",
"@qase/mcp-server"
],
"env": {
"QASE_API_TOKEN": "<your QASE_API_TOKEN>",
"QASE_API_DOMAIN": "<your QASE_API_DOMAIN>",
"QASE_API_PROTOCOL": "<your QASE_API_PROTOCOL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"qase": {
"url": "https://mcp.qase.io/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"qase": {
"command": "npx",
"args": [
"-y",
"@qase/mcp-server"
],
"env": {
"QASE_API_TOKEN": "<your QASE_API_TOKEN>",
"QASE_API_DOMAIN": "<your QASE_API_DOMAIN>",
"QASE_API_PROTOCOL": "<your QASE_API_PROTOCOL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"qase": {
"type": "http",
"url": "https://mcp.qase.io/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"qase": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@qase/mcp-server"
],
"env": {
"QASE_API_TOKEN": "<your QASE_API_TOKEN>",
"QASE_API_DOMAIN": "<your QASE_API_DOMAIN>",
"QASE_API_PROTOCOL": "<your QASE_API_PROTOCOL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"qase": {
"serverUrl": "https://mcp.qase.io/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"qase": {
"command": "npx",
"args": [
"-y",
"@qase/mcp-server"
],
"env": {
"QASE_API_TOKEN": "<your QASE_API_TOKEN>",
"QASE_API_DOMAIN": "<your QASE_API_DOMAIN>",
"QASE_API_PROTOCOL": "<your QASE_API_PROTOCOL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"qase": {
"url": "https://mcp.qase.io/mcp"
}
}
}{
"mcpServers": {
"qase": {
"command": "npx",
"args": [
"-y",
"@qase/mcp-server"
],
"env": {
"QASE_API_TOKEN": "<your QASE_API_TOKEN>",
"QASE_API_DOMAIN": "<your QASE_API_DOMAIN>",
"QASE_API_PROTOCOL": "<your QASE_API_PROTOCOL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.qase%2Fmcp-server)<a href="https://mcptoplist.com/server/io.qase%2Fmcp-server"><img src="https://mcptoplist.com/badge/io.qase%2Fmcp-server.svg" alt="MCP Toplist: Top 1% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
qase-tms
Available versions (16)
| Version | Published |
|---|---|
| 2.2.2 | Aug 19, 2026 |
| 2.2.1 | Aug 18, 2026 |
| 2.2.0 | Aug 17, 2026 |
| 2.1.1 | Aug 13, 2026 |
| 2.1.0 | Aug 13, 2026 |
| 2.0.3 | Aug 12, 2026 |
| 2.0.2 | Aug 11, 2026 |
| 2.0.1 | Aug 10, 2026 |
| 2.0.0 | Jul 23, 2026 |
| 1.1.7 | Apr 22, 2026 |
| 1.1.6 | Apr 16, 2026 |
| 1.1.5 | Apr 8, 2026 |
| 1.1.4 | Mar 26, 2026 |
| 1.1.2 | Mar 25, 2026 |
| 1.1.1 | Mar 17, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Qase Test Management?
- Qase Test Management is maintained by qase-tms, which publishes 1 MCP server (16 total versions) tracked on MCP Toplist.
- Is Qase Test Management listed on the Official MCP Registry?
- Yes — Qase Test Management is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Qase Test Management have?
- MCP Toplist tracks 16 versions of Qase Test Management, most recently published on Aug 19, 2026.
- Where can I find the source code for Qase Test Management?
- The source code for Qase Test Management is hosted at github.com/qase-tms/qase-mcp-server.