testdino-hq/testdino-mcp
Connects your TestDino testrun/testcase data to AI agents so you can review runs, debug failures, and manage manual test cases using natural language.
Quick Start
Clone the repository:
git clone https://github.com/testdino-hq/testdino-mcpClaude Desktop configuration example:
{
"mcpServers": {
"testdino-mcp": {
"command": "npx",
"args": [
"-y",
"testdino-hq/testdino-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.