ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Testim with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Trigger automated AI tests, inspect execution logs, and manage branches natively via your AI agent.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 10 capabilities

The complete Testim capability set.

These are the exact actions your AI can choose when you ask it to work with Testim.

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 10 available through Testim.

  1. 01

    List project branches

    Lists all parallel development branches in the project

  2. 02

    List tests

    Lists all automated tests in the Testim project

  3. 03

    Get test details

    Retrieves full details for a specific Testim test

  4. 04

    Merge project branch

    Typically merges a feature branch into master. Merges test changes from one branch into another

Capability set02 / 03

05-07

3 capabilities in this set.

Part of 10 available through Testim.

  1. 05

    Get execution results

    Retrieves the status and results of a specific test execution

  2. 06

    Run tests by label

    Triggers a run for all tests matching a specific label

  3. 07

    Run test plan

    Triggers a run for a defined test plan

Capability set03 / 03

08-10

3 capabilities in this set.

Part of 10 available through Testim.

  1. 08

    Run specific test

    Optionally provide a branch name. Returns an execution ID. Triggers an immediate run for a specific test

  2. 09

    Run test suite

    Triggers a run for all tests in a specific suite

  3. 10

    Create project branch

    Creates a new test development branch

Observed, not estimated

867ms average. Fast in production.

Testim is checked daily against the live service.

Daily averagePeak 1053ms
Aug 20Today
Fastest day
659ms
Slowest day
1053ms
14-day trend
Slowing+17%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 10 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Testim, so you can see the experience inside your AI.

It does not authenticate your account with Testim. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Testim Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_dV0W5EQeoJdAE8PdakI0g1dIqsqeDyfRO2hc7Oq6/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Testim capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "testim-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_dV0W5EQeoJdAE8PdakI0g1dIqsqeDyfRO2hc7Oq6/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Testim owners ask.

  • 01

    Can my AI agent actually trigger test runs remotely?

    Yes! You can ask your agent to list your available tests, pick an ID, and say 'Run this sequence'. Testim's dynamic runner architecture handles the load while your AI returns the execution ID for you to track.

  • 02

    How can it help me troubleshoot a failed test run?

    Typically, you'd open the Testim dashboard, navigate to the specific test suite run, and read the logs. With this integration, you just instruct the agent to retrieve results for that specific Execution ID; it will summarize error strings immediately in markdown.

  • 03

    Can I merge test changes through the agent?

    Absolutely. Because Testim supports branching, your agent can act as a command terminal. Ask to list branches, select a recently updated feature branch, and say 'Merge branch feature-login into master'.