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
By testdino-hq
Installation
npx -y testdino-mcpConfiguration
{
"mcpServers": {
"testdino-mcp": {
"command": "npx",
"args": ["-y", "testdino-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes