TestDino

Integrations / TestDino MCP

TestDino MCP Server Integration for Playwright

TestDino MCP

Overview

The TestDino MCP Server connects MCP-compatible clients like Claude Code, Cursor, and Claude Desktop to your TestDino workspace. Your assistant retrieves real test run data, artifacts, and manual test cases to investigate failures and manage test cases without switching contexts.

12 tools cover test run analysis (list runs, get details, filter test cases, debug with root cause analysis) and manual test case management (list, create, update cases and suites). All data flows through a Personal Access Token with project-level scoping.

Key features

  • 12 tools for test run analysis and manual test case management
  • AI root cause analysis with fix recommendations
  • Filter runs by branch, environment, time, author, and commit
  • Filter test cases by status, tag, browser, error category, and runtime
  • Works with Claude Code, Cursor, and Claude Desktop

How it works

Install the MCP server

Run npx -y testdino-mcp to try without installing, or npm install -g testdino-mcp for daily use.

Create a Personal Access Token

In TestDino, go to User Settings, then Personal Access Tokens. Generate a token with access to your projects for Test Runs, Manual Tests, or both.

Configure your MCP client

Add the server to Claude Code (claude mcp add), Cursor (.cursor/mcp.json), or Claude Desktop (claude_desktop_config.json) with your token.

MCP configuration

json
Copy
{
  "mcpServers": {
    "TestDino": {
      "command": "npx",
      "args": ["-y", "testdino-mcp"],
      "env": {
        "TESTDINO_PAT": "your-token"
      }
    }
  }
}

What you can do with MCP

Ask your assistant to show recent test runs, list flaky tests on a branch, filter failures by tag or environment, or debug a specific test case with AI root cause analysis and fix recommendations.

Manage manual test cases by listing, creating, and updating cases and suites. Filter by priority, severity, type, automation status, and tags. All from natural language prompts in your editor.

See full setup steps in the docs

TestDino MCP integration

By TestDino

Debug from your IDE

FAQs

Claude Code, Cursor, Claude Desktop, and other MCP-compatible clients that implement the Model Context Protocol.