testmo-mcp
Related Servers
Alternatives to testmo-mcp
No user-submitted related servers found.
Related Servers
- AlicenseAqualityAmaintenanceConnect your AI coding assistant to TestRail to manage test cases, runs, results, and more directly from VS Code, Cursor, Claude Desktop, or Claude Code.524 npm1MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to interact with Testmo test management platform for creating, reading, updating, and deleting test cases, managing folders, and organizing test runs through natural language.4MIT
- AlicenseAqualityBmaintenanceConnects AI coding assistants to TestCollab for managing test cases, plans, and suites directly through natural language. It enables users to create, update, and query testing resources within integrated development environments and AI chat clients.1716 npm4MIT
- AlicenseAqualityCmaintenanceMCP server that integrates with Testmo to let AI assistants read projects, runs, results, and test cases, and create or update runs, results, and cases via natural language.1554 npmMIT
- AlicenseBqualityAmaintenanceIntegrates with Zebrunner Test Case Management to help QA teams manage test cases, test suites, and test execution data through AI assistants. Features intelligent validation, automated test code generation, and comprehensive reporting capabilities.4940 npm5AGPL 3.0
- AlicenseBqualityAmaintenanceAI-native Model Context Protocol (MCP) server for TestRail. Lets Claude, Cursor, Windsurf, and other AI assistants browse projects, create and update test cases, kick off test runs, and record results through natural-language conversation — with strongly-typed tool schemas and per-project custom field validation that helps LLMs generate valid TestRail requests on the first try.281,082 npm39Apache 2.0
TDQS
Scored across 45 tools
There are several tools for listing and searching cases (e.g., list_cases, get_all_cases, search_cases, search_cases_recursive, get_cases_recursive) with overlapping purposes. The batch create tools (testmo_create_cases vs testmo_batch_create_cases) also cause potential confusion despite different batching behavior.
All tools use the testmo_ prefix and follow a verb_noun pattern. However, there is inconsistency in verb choice for similar operations (e.g., list_cases vs get_all_cases vs search_cases) and some tools use adjectives like 'batch' before the verb, breaking the pattern slightly.
With 45 tools, the server is on the higher end of the typical range. While the domain (test management) can justify many operations, the count feels slightly bloated, especially with multiple variants for case retrieval and batch operations.
The tool set covers most aspects of test management: case CRUD, folders, automation runs, milestones, projects, issue integrations, and attachments. Minor gaps include lack of update/delete for automation runs and missing tools for managing milestones or projects.