Official MCP server for Qase β manage test cases, runs, suites, defects via AI tools.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Official Model Context Protocol (MCP) server for Qase Test Management Platform β connect AI assistants to your test cases, runs, defects, and more.
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:
qase_discover_tools) β consolidated from 83 v1 tools for lower token usage and better LLM accuracyhttps://mcp.qase.io/mcp with just your Qase login, or run the server locally with your own API tokenqase_api| Scenario | Example prompt | Tool |
|---|---|---|
| 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.
No install, no API token β connect to the Qase-hosted server and sign in with your Qase account.
Note: The hosted Qase MCP requires the Enterprise plan and a workspace on Qase's main cloud (
qase.io). On another plan, or on a dedicated instance, run the server yourself with your own API token β that works everywhere.
{"mcpServers": {"qase": {"url": "https://mcp.qase.io/mcp"}}} to .cursor/mcp.json.https://mcp.qase.io/mcp in Settings β MCPs β Add server, or configure ~/.codex/config.toml for the CLI.{"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.
Install the package and provide your own API token:
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.
For integration authors only β if you use the server directly, nothing here applies to you.
If your product drives this server (a plugin, an agent, a wrapper CLI), it can identify itself so its usage is attributable in Qase analytics, independently of which AI host is connected:
The name must be on the allowlist in src/utils/integration-marker.ts β add yours in a PR. Anything unlisted or malformed is ignored, and the API call still succeeds. HTTP transports also accept the marker per request (X-Qase-Integration header or ?integration=). Details: docs/self-run.md.
v2 consolidated 83 v1 tools into 29 task-oriented tools (30 total, including a discovery tool), and has since grown to 36 (37 total). Tool names and response shapes have changed. See docs/migration.md for the complete tool mapping table, response format changes, and before/after examples.
37 tools across 6 groups (36 task-oriented tools plus qase_discover_tools for on-demand activation of secondary tools):
| Group | Count | Description |
|---|---|---|
| Read | 2 | Fetch any entity by type/ID, or bootstrap full project context in one call |
| QQL | 2 | Search across cases, runs, results, defects, and plans with Qase Query Language |
| Write | 28 | Create, update, and delete cases (single or up to 100 at once), runs, results, defects, suites, milestones, plans, shared steps, environments, and attachments; link cases and runs to Jira issues; propose and manage test case reviews |
| Composite | 3 | Multi-step workflows in one call: CI reporting, defect triage, regression run setup |
| Escape hatch | 1 | Direct REST API access for any endpoint not covered by the tools above |
| Meta | 1 | qase_discover_tools β find and activate secondary tools on demand |
Full tool-by-tool reference with parameters and the discovery model: docs/tools.md.
Contributions are welcome! See CONTRIBUTING.md for development setup, testing, and linting guidelines.
MIT License β see LICENSE for details.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/qase-test-management)<a href="https://allmcps.com/mcp/qase-test-management"><img src="https://allmcps.com/api/badge/qase-test-management?style=directory" alt="Qase Test Management on AllMCPs" /></a>