Home › Other › Qase Test Management
Qase Test Management
Official MCP server for Qase — manage test cases, runs, suites, defects via AI tools.
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Remote (streamable-http)
https://mcp.qase.io/mcp Requires auth (checked 2026-09-24)
Claude Code:
claude mcp add --transport http qase-mcp-server https://mcp.qase.io/mcp
Or add to your MCP client config:
{
"mcpServers": {
"qase-mcp-server": {
"url": "https://mcp.qase.io/mcp"
}
}
}
Package (npm 2.7.0)
npx -y @qase/[email protected]
Or add to your MCP client config:
{
"mcpServers": {
"qase-mcp-server": {
"command": "npx",
"args": [
"-y",
"@qase/[email protected]"
],
"env": {
"QASE_API_TOKEN": "<YOUR_VALUE>",
"QASE_API_DOMAIN": "<YOUR_VALUE>",
"QASE_API_PROTOCOL": "<YOUR_VALUE>"
}
}
}
}
QASE_API_TOKENrequired secret — Qase API token from app.qase.io > Settings > API TokensQASE_API_DOMAIN— Custom API domain for enterprise (default: api.qase.io)QASE_API_PROTOCOL— Scheme used to reach the API domain: http or https. Use http only for self-hosted deployments served without TLS (default: https)
Related servers
browser-use
Control a real Chrome browser to complete any task: fill forms, extract data, book flights.
servers
MCP server that exercises all the features of the MCP protocol
World Monitor
Live markets, conflicts, country risk, chokepoints, energy, and China decision signals. 75 tools.
paperclip
Trending hip-hop artist momentum scores across four cultural dimensions.
ruflo
AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.
Chrome DevTools MCP
MCP server for Chrome DevTools
Data from the Official MCP Registry