Testdino MCP
A MCP server for TestDino. This MCP entry surfaces a curated ranking/list from the project README rather than a classic multi-tool integration surface. It still exposes 27 documented tools (including health, list_testruns, get_run_details) for browsing or selecting items from that list. It runs locally over stdio via the published package.
People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.
VERIFIED ACTIVE
LAST COMMIT 2026-08-10 · ★ 9 · #82 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25
MIT · TypeScript servers · how we verify → /methodology
01 · Install Testdino MCP
before you install - you'll need
Set TESTDINO_PAT, TESTDINO_API_URL before connecting.
Claude Code
claude mcp add testdino-inc-testdino-mcp -- npx -y testdino-mcp Claude Desktop / Cursor / VS Code - add to config
{
"mcpServers": {
"testdino-inc-testdino-mcp": {
"command": "npx",
"args": [
"-y",
"testdino-mcp"
]
}
}
} Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.
Using another client? Same JSON, different key
Claude Desktop · mcpServers
Cursor · mcpServers
VS Code · servers
Windsurf · mcpServers
Zed · context_servers
Cline · mcpServers
Roo Code · mcpServers
Continue · mcpServers
LibreChat · mcpServers
Gemini CLI · mcpServers
Codex CLI · mcp_servers
Full setup guides: every client.
02 · Evidence
Security posture
What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.
runs as local process (stdio) - runs on your machine with your user's permissions
license MIT - declared in the repository
npm package testdino-mcp - unscoped; check the name against the project README before installing
registry namespace io.github.testdino-inc is GitHub-verified and matches the repo owner
03 · What Testdino MCP can do
Prose above is summarized from the project's README and registry record - no invented capabilities.
What you can build
With this server connected, an agent can verify your connection and validate your PAT. Shows account information, available organizations, and projects with access permissions, browse test runs with filters (branch, time interval, author, commit, environment). Supports pagination and batch operations, get detailed information about a specific manual test case including steps, custom fields, preconditions, postconditions, and all metadata, and create new manual test cases with steps, preconditions, postconditions, and metadata (priority, severity, type, layer, behavior).
Capability map
Tools grouped from the project's README - what Testdino MCP lets an agent do.
Manual
10 tools - e.g. Search and list manual test cases with comprehensive filtering (project, suite, status, priority, severity, type, layer, behavior, automation status, tags, flak; Get detailed information about a specific…
list_manual_test_cases · get_manual_test_case · create_manual_test_case · update_manual_test_case · list_manual_test_suites · create_manual_test_suite…
read & search
7 tools - e.g. Browse test runs with filters (branch, time interval, author, commit, environment). Supports pagination and batch operations.; Get comprehensive details about a specific test run including statistics…
list_testruns · get_run_details · get_audit_report · list_releases · list_sessions · get_integration_status…
Session
3 tools - e.g. Get full details for one session - name, mission, status, assignee, linked release, findings. Accepts internal _id or counter-style ID like SES-12.; Create a new exploratory session with mission/charter…
get_session · create_session · update_session
Release
2 tools - e.g. Create a new release with name, type, dates, and optional parent for nesting.; Modify an existing release - name, dates, completion flags, type, linked issues. Closed releases are still editable.
create_release · update_release
External
2 tools - e.g. File an issue in a connected tracker (Jira, Linear, Asana, monday.com) from a TestDino source entity such as a failing test case or run. Supports preview and id; Fetch previously created issues by their…
create_external_issue · get_external_issue
Health
1 tool - e.g. Verify your connection and validate your PAT. Shows account information, available organizations, and projects with access permissions.
health
Submit
1 tool - e.g. Submit a completed audit report (score, findings, recommendations, markdown) to TestDino.
submit_audit_report
Connect
1 tool - e.g. Return an OAuth connect URL for a provider (Jira, Linear, Asana, monday.com, GitHub). Show the URL to the user to authorize; do not open it programmatically.
connect_integration
Latest releases
v2.0.2 · 2026-08-10
v2.0.2 · AI Insights, now inside your AI assistant · You can pull TestDino's AI analysis of your test results straight into Cursor, Claude, and any MCP client. No switching to the dashboard to understand a failure.…
v2.0.1 · 2026-07-20
TestDino MCP v2.0.1 · > New package name: this release publishes as @testdino/mcp. If you were on the old testdino-mcp package, update your MCP config to @testdino/mcp (for example "args": ["-y", "@testdino/mcp"]).…
v2.0.0 · 2026-07-20
Meet TestDino MCP v2.0.0 · TestDino MCP is no longer just about managing and analysing your tests. It now acts on them. From a failed test you can file a tracked bug in your issue tracker, cut through a big red run by…
04 · Who maintains Testdino MCP
testdino-mcp is maintained by testdino-inc. It's the only MCP server we track from this author; the repo dates to Dec 2025.
05 · Facts
- repository
- github.com/testdino-inc/testdino-mcp
- category
- other - ranked #82 of 848 actively-maintained other servers as of 2026-08-25.
- release cadence
- 4 releases in the last 90 days (latest 2026-08-10)
- registry
- io.github.testdino-inc/testdino-mcp (active, first published 2025-12-05)
- packages
- npm:testdino-mcp
06 · Testdino MCP FAQ
Is Testdino MCP still maintained?
Yes - as of 2026-08-25, its last commit was 2026-08-10 and it shipped 4 releases in the last 90 days. We re-verify nightly.
What can Testdino MCP do?
With this server connected, an agent can verify your connection and validate your PAT. Shows account information, available organizations, and projects with access permissions, browse test runs with filters (branch, time interval, author, commit, environment). Supports pagination and batch operations, get detailed information about a specific manual test case including steps, custom fields, preconditions, postconditions, and all metadata, and create new manual test cases with steps, preconditions, postconditions, and metadata (priority, severity, type, layer, behavior).
How do I install Testdino MCP?
Run `npx -y testdino-mcp`. The README documents 2 environment variables (TESTDINO_PAT, TESTDINO_API_URL) to set first. Set TESTDINO_PAT, TESTDINO_API_URL before connecting. You can also paste the ready-made client config above.
Does Testdino MCP run locally?
Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.
07 · Alternatives to Testdino MCP
Alternatives to Testdino MCP
Maintained other servers if Testdino MCP isn't the fit.
- Heyputer MCP Server Puter MCP enables AI tools to interact with Puter: manage files, websites, workers, and more ★ 43,204 · 2026-08-24
- Server Commands An MCP server to run arbitrary commands ★ 38,704 · 2026-08-05
- Zotero MCP (54yyyu) Search, read, annotate, and add to your Zotero research library, local or web. ★ 4,780 · 2026-08-25
- Firebase MCP Gives AI development tools Firebase-specific capabilities and expertise. ★ 4,460 · 2026-08-25
- Microsoft Fabric MCP Server MCP tools for interacting with Microsoft Fabric ★ 3,598 · 2026-08-21
- Ship Swift 40+ production-ready SwiftUI recipes for building full-stack iOS apps via MCP. ★ 2,968 · 2026-08-09
More MCP servers to compare · Codecalc · The402ai MCP Server · Theabbie · Agent News by The Agent Times · Thecolonycc MCP Server
More TypeScript MCP servers · Vidin · Vidlens MCP · Squad · Openroad MCP (the-openroad-project) · see all