Skip to main content
Run the TestDino MCP server as a local process over stdio. Your AI assistant starts testdino-mcp and authenticates with a Personal Access Token.
Using Claude on the web or ChatGPT? Skip the install and use Remote MCP Server.

Prerequisites

  • Sign in to TestDino
  • Node.js installed (npx available)
  • An MCP client: Claude Code, Cursor, or Claude Desktop

Create a Personal Access Token

The server reads the token from TESTDINO_PAT. Create a PAT under User Settings → Personal Access Tokens, grant at least one project, and copy it once. Steps and screenshots: Generate API Keys → Personal Access Token. Generate new token form with name and expiration fields
The token is shown once. Store it in a password manager. Never commit it to Git. Revoke tokens you no longer use.

Choose an install method

Set up with an AI agent

Install and validate the TestDino MCP server.

Open in Cursor
The assistant adds the server to the client config, restarts if needed, then calls health.
The assistant writes your token into the client config. Use a scoped token and never paste it into a shared or logged session.

Manual setup

1

Install the MCP server

Or install globally: npm install -g testdino-mcp.
2

Configure your MCP client

Verify with claude mcp list. You should see testdino connected.
3

Validate the connection

Ask your assistant to run health and confirm it lists your organizations and projects. A successful response includes account, orgs, and projectId values. Most query tools need a projectId.If health fails, see Troubleshooting.

Tools Reference

Parameters and examples for every tool

Troubleshooting

Connection and auth errors

OpenClaw

Wrap the local server as a chat bot

Remote MCP Server

Hosted MCP for ChatGPT and Claude on the web