Skip to main content
Developer ToolsTypeScript

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.

developer-toolsofficialcloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/testdino-hq/testdino-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "testdino-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "testdino-hq/testdino-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
TypeScript
Author
testdino-hq