MCP Test Utils MCP Server

MCP server for automated desktop UI testing. A single binary — no runtime, no dependencies, no installation.

Local serverstdioGo

What is the MCP Test Utils MCP server?

Most developer tooling work still happens through a UI a human drives. MCP Test Utils MCP server moves it into the conversation instead. MCP server for automated desktop UI testing. A single binary — no runtime, no dependencies, no installation.

Getting it running

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.

The tools it exposes

The server publishes 2 tools. What each one is for:

  • Vision — The Vision tool exposed by this server
  • Input — The Input tool exposed by this server

What it needs from you

Configuration is passed through the environment: MCP_LOG_DIR, MCP_LOG_MAX_MB, MCP_LOG_RETAIN_DAYS, MCP_SEARCH_DIRS. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

Things to watch

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

How it compares

Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. MCP Test Utils's toolset — Vision, Input — is a fair guide to whether it matches your workflow. It is maintained by jeenyjai; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against MCP Test Utils's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Available tools

ToolWhat it does
VisionThe Vision tool exposed by this server.
InputThe Input tool exposed by this server.

How to install the MCP Test Utils MCP server

{
  "mcpServers": {
    "test-utils": {
      "command": "D:\\path\\to\\mcp-test-utils.exe"
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

VariableDescriptionRequired
MCP_LOG_DIRFilesystem location the server is allowed to use.Optional
MCP_LOG_MAX_MBConfiguration value read at startup.Optional
MCP_LOG_RETAIN_DAYSConfiguration value read at startup.Optional
MCP_SEARCH_DIRSFilesystem location the server is allowed to use.Optional

Example prompts to try

  • Use MCP Test Utils to Vision.
  • Use MCP Test Utils to Input.

Frequently asked questions

It connects MCP Test Utils to MCP-compatible AI assistants such as Claude and Cursor, exposing 2 tools (Vision, Input) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with MCP Test Utils directly.