Documentation Index
Fetch the complete documentation index at: https://docs.testdino.com/llms.txt
Use this file to discover all available pages before exploring further.
What you’ll learn
- How to install
testdino-mcplocally vianpxor a global install - How to generate a Personal Access Token and configure it per AI assistant
- How to wire up Claude Code, Cursor, and Claude Desktop, then validate
testdino-mcp over stdio.
Using Claude on the web? Skip the install and connect via the hosted MCP at
mcp.testdino.com. See Remote MCP Server.Prerequisites
- Sign in to TestDino
- Node.js installed (so
npxworks) - An MCP client: Claude Code, Cursor, or Claude Desktop
Quick Start
Install the MCP server
Try without installing:Or install globally:
NoteYour MCP client starts the server as a local process.
npx is easiest for evaluation, and a global install is convenient for daily use.Create a Personal Access Token
You will paste this token into your MCP client config as 

TESTDINO_PAT.- Sign in to app.testdino.com
- Click your profile → User settings

- Go to Personal access tokens → Generate new token
- Set a Token Name (e.g.,
mcp server) and Expiration (30 to 365 days)

- Grant access to at least one project with Test runs, Manual tests, or both
- Click Generate token and copy it immediately
Configure your MCP client
Pick your client and add the server entry.
- Claude Code
- Cursor
- Claude Desktop
Run in your terminal:No restart needed. Verify with:You should see
testdino in the output.Validate the connection
Ask your assistant:“Run
health and confirm it can see my organisations and projects.”health verifies three things: the server is running, the token is loaded, and TestDino is reachable. See Troubleshooting if it fails.Next Steps
Tools Reference
Full parameters, input schemas, and video demos for every tool
Troubleshooting
Error messages, fixes, and editor-specific solutions