GameDriver MCP Configuration

Learn how to configure the Test Assistant application to enable AI-assisted test creation and maintenance

GameDriver's Test Assistant tool includes an embedded MCP server, which allows you to connect with the Claude desktop app from Anthropic. This integration allows you to use the LLM to ask questions about the GameDriver API in the context of your application under test and streamlines test authoring.

Configuration

  1. Find the Claude desktop configuration file claude_desktop_config.json. This file is typically located in AppData\Roaming\Claude

  2. Open the claude_desktop_config.json file in a text editor and paste it into the following.

    {
    "mcpServers": {
    "gamedriver": {
    "command": "D:\\PATH_TO_TA_INSTALL\\GameDriverTA.exe"
    }
    }
    }
  3. Modify the path in the configuration file to point to your TA installation.

  4. Restart Claude, and you should see 7 MCP tools from GameDriver.

Using

With the MCP configured, launch Claude desktop and ask plain English questions about your test. To make Claude utilize our MCP services, mention gamedriver or test automation in your query. Claude will use the tools when the context is appropriate.