Back to MCP Servers

Testdino

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-toolsaiagent

Installation

npx -y testdino-mcp

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub