← Index

Qase Test Management

io.qase/mcp-server·v1.1.7·Other
Quality Score
95
/100

Official MCP server for Qase — manage test cases, runs, suites, defects via AI tools.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@qase/mcp-server"
      ],
      "env": {
        "QASE_API_TOKEN": "<your-qase_api_token>",
        "QASE_API_DOMAIN": "api.qase.io"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@qase/mcp-server"
      ],
      "env": {
        "QASE_API_TOKEN": "<your-qase_api_token>",
        "QASE_API_DOMAIN": "api.qase.io"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @qase/mcp-server
§02  Environment variables
QASE_API_TOKEN
requiredsecret

Qase API token from app.qase.io > Settings > API Tokens

QASE_API_DOMAIN

Custom API domain for enterprise (default: api.qase.io)

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
10
§04  Alternatives in Other