Loading MCP server directory, please wait...
Official MCP server for Qase — manage test cases, runs, suites, defects via AI tools.
npx @getmcp/cli add io.qase/mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
QASE_API_TOKENQase API token from app.qase.io > Settings > API Tokens
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.qase/mcp-server": {
"command": "npx",
"args": [
"-y",
"@qase/mcp-server"
],
"env": {
"QASE_API_TOKEN": "",
"QASE_API_DOMAIN": "api.qase.io"
}
}
}
}