Back to Browse

Qase MCP Server

Developer ToolsUse Caution4.8MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

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

About

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

Remote endpoints: streamable-http: https://mcp.qase.io/mcp

Security Report

4.8
Use Caution4.8High Risk

The Qase MCP Server is a well-structured tool integration platform with proper authentication, reasonable permissions aligned to its purpose, and sound code quality. The server implements OAuth2, environment-based credential management, and layer-2 transport security. No critical vulnerabilities were identified; minor findings are limited to low-severity code quality and logging concerns that do not compromise security. Supply chain analysis found 10 known vulnerabilities in dependencies (0 critical, 1 high severity). Package verification found 1 issue.

5 files analyzed · 16 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

network_https

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

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

Environment variable: QASE_API_TOKEN

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

Environment variable: QASE_API_DOMAIN

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

Qase MCP Server

Official Model Context Protocol (MCP) server for Qase Test Management Platform — connect AI assistants to your test cases, runs, defects, and more.

npm version License: MIT MCP Registry

Table of Contents

Overview

The Qase MCP Server lets AI assistants (Claude, Cursor, Codex, and any other MCP client) read and write Qase test cases, runs, results, defects, suites, milestones, and more — through a standardized protocol, with no custom integration code.

Features:

  • 29 task-oriented tools (30 total, including qase_discover_tools) — consolidated from 83 v1 tools for lower token usage and better LLM accuracy
  • Composite tools — multi-step workflows in a single call: CI reporting, defect triage, regression run setup
  • QQL support — Qase Query Language for advanced searches across cases, runs, results, defects, and plans
  • Project context bootstrap — one call returns full project structure (suites, milestones, environments, users, custom fields)
  • Tool discovery — secondary tools stay hidden until needed, keeping the default tool list small
  • Hosted or self-run — connect to https://mcp.qase.io/mcp with just your Qase login, or run the server locally with your own API token
  • Tenant-safe caching & HTTP resilience — two-tier cache (in-memory + optional Redis), connection pooling, retry with backoff
  • Escape hatch — direct REST API access for any endpoint via qase_api

Use Cases

ScenarioExample promptTool
Bootstrap project context"Show me the structure of project DEMO — suites, milestones, environments"qase_project_context
Create or update a test case"Create a high-priority smoke test case in project DEMO titled 'Login with valid credentials'"qase_case_upsert
Report CI results"Report these CI results for project DEMO: case 1 passed, case 2 failed with 'timeout error'"qase_ci_report
Triage a failed test"Create a critical defect for the login timeout failure in run #42"qase_triage_defect
Search with QQL"Find all failed test results from the last 7 days in project DEMO"qql_search

See Tools and docs/tools.md for the full reference.

Quick Start

Use the hosted Qase MCP (recommended)

No install, no API token — connect to the Qase-hosted server and sign in with your Qase account.

Note: The hosted Qase MCP is available on the Enterprise plan in Qase. On other plans, run the server yourself with your own API token.

  • Claude — open Settings → Connectors, find Qase Test Management, click Connect.
  • Cursor — add {"mcpServers": {"qase": {"url": "https://mcp.qase.io/mcp"}}} to .cursor/mcp.json.
  • Codex — add the URL https://mcp.qase.io/mcp in Settings → MCPs → Add server, or configure ~/.codex/config.toml for the CLI.
  • VS Code — add {"servers": {"qase": {"type": "http", "url": "https://mcp.qase.io/mcp"}}} to .vscode/mcp.json, or run MCP: Add Server.

Full per-client steps, other clients, and the active-workspace model: docs/connect.md.

Run it yourself

Install the package and provide your own API token:

npm install -g @qase/mcp-server
export QASE_API_TOKEN=your_api_token_here

Then point your MCP client's stdio config at the @qase/mcp-server binary. Full install options, client configs (Claude Desktop, Cursor, Claude Code, Codex, OpenCode), environment variables, and transports (stdio/SSE/streamable-HTTP): docs/self-run.md.

Upgrading from v1

v2 consolidates 83 v1 tools into 29 task-oriented tools (30 total, including a discovery tool). Tool names and response shapes have changed. See docs/migration.md for the complete tool mapping table, response format changes, and before/after examples.

Tools

30 tools across 6 groups (29 task-oriented tools plus qase_discover_tools for on-demand activation of secondary tools):

GroupCountDescription
Read2Fetch any entity by type/ID, or bootstrap full project context in one call
QQL2Search across cases, runs, results, defects, and plans with Qase Query Language
Write21Create, update, and delete cases, runs, results, defects, suites, milestones, plans, shared steps, environments, and attachments
Composite3Multi-step workflows in one call: CI reporting, defect triage, regression run setup
Escape hatch1Direct REST API access for any endpoint not covered by the tools above
Meta1qase_discover_tools — find and activate secondary tools on demand

Full tool-by-tool reference with parameters and the discovery model: docs/tools.md.

Documentation

Contributing

Contributions are welcome! See CONTRIBUTING.md for development setup, testing, and linting guidelines.

License

MIT License — see LICENSE for details.

Support

Links

Reviews

No reviews yet

Be the first to review this server!