list-projects
List all projects with optional search filtering.
How to use it
list-projects is exposed by the MCP Server MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the list-projects tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
Install MCP Server
npx @qastudio-dev/mcp-serverOther tools in MCP Server (22)
(optional): AUTOMATED, NOTAUTOMATED, CANDIDATE
Create a new test case in a project.
Create a new test run for a project.
(optional): Test run description
(required): Environment (e.g., "production", "staging")
Get test results for a specific test run.
Get detailed information about a specific test run.
(optional): Maximum results (default: 50)
List test runs for a project.
(optional): Associated milestone ID
(required): Test run name
(optional): Pagination offset (default: 0)
(optional): CRITICAL, HIGH, MEDIUM, LOW
(required): Project ID
(required): Array of test results with title, status, duration, and optional error
(optional): Search query to filter projects by name
(optional): Filter by status (passed, failed, skipped, blocked, retest, untested)
(optional): Array of test steps with action and expectedResult
Submit test results for a test run (useful for manual testing).
(required): Test run ID
(required): Test case title
(optional): FUNCTIONAL, REGRESSION, SMOKE, INTEGRATION, PERFORMANCE, SECURITY, UI, API, UNIT, E2E