PluginBench
MCP Server
Maintained

MCP Test Utils MCP Server

io.github.JeenyJAI/mcp-test-utils

What is the MCP Test Utils MCP server?

Desktop UI automation for AI agents: screenshots, windows, mouse, keyboard, UI Automation, OCR

How to install MCP Test Utils

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • MCP_LOG_DIR

    Directory for logging sessions (opt-in). Without it, logging tools are hidden.

  • MCP_LOG_MAX_MB

    Session size limit in MB. Warning on exceed.

  • MCP_LOG_RETAIN_DAYS

    Auto-delete log sessions older than N days. 0 to disable.

  • MCP_SEARCH_DIRS

    Allowed directories for search_in_files (semicolon-separated). Without it, the tool is hidden.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-test-utils": {
      "command": "https://github.com/JeenyJAI/mcp-test-utils/releases/download/v3.10.1/mcp-test-utils.exe",
      "args": [],
      "env": {
        "MCP_LOG_DIR": "<YOUR_MCP_LOG_DIR>",
        "MCP_LOG_MAX_MB": "<YOUR_MCP_LOG_MAX_MB>",
        "MCP_LOG_RETAIN_DAYS": "<YOUR_MCP_LOG_RETAIN_DAYS>",
        "MCP_SEARCH_DIRS": "<YOUR_MCP_SEARCH_DIRS>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-test-utils": {
      "command": "https://github.com/JeenyJAI/mcp-test-utils/releases/download/v3.10.1/mcp-test-utils.exe",
      "args": [],
      "env": {
        "MCP_LOG_DIR": "<YOUR_MCP_LOG_DIR>",
        "MCP_LOG_MAX_MB": "<YOUR_MCP_LOG_MAX_MB>",
        "MCP_LOG_RETAIN_DAYS": "<YOUR_MCP_LOG_RETAIN_DAYS>",
        "MCP_SEARCH_DIRS": "<YOUR_MCP_SEARCH_DIRS>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-test-utils": {
      "command": "https://github.com/JeenyJAI/mcp-test-utils/releases/download/v3.10.1/mcp-test-utils.exe",
      "args": [],
      "env": {
        "MCP_LOG_DIR": "<YOUR_MCP_LOG_DIR>",
        "MCP_LOG_MAX_MB": "<YOUR_MCP_LOG_MAX_MB>",
        "MCP_LOG_RETAIN_DAYS": "<YOUR_MCP_LOG_RETAIN_DAYS>",
        "MCP_SEARCH_DIRS": "<YOUR_MCP_SEARCH_DIRS>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-test-utils": {
      "type": "stdio",
      "command": "https://github.com/JeenyJAI/mcp-test-utils/releases/download/v3.10.1/mcp-test-utils.exe",
      "args": [],
      "env": {
        "MCP_LOG_DIR": "<YOUR_MCP_LOG_DIR>",
        "MCP_LOG_MAX_MB": "<YOUR_MCP_LOG_MAX_MB>",
        "MCP_LOG_RETAIN_DAYS": "<YOUR_MCP_LOG_RETAIN_DAYS>",
        "MCP_SEARCH_DIRS": "<YOUR_MCP_SEARCH_DIRS>"
      }
    }
  }
}
Claude Code
claude mcp add mcp-test-utils --env MCP_LOG_DIR=<YOUR_MCP_LOG_DIR> --env MCP_LOG_MAX_MB=<YOUR_MCP_LOG_MAX_MB> --env MCP_LOG_RETAIN_DAYS=<YOUR_MCP_LOG_RETAIN_DAYS> --env MCP_SEARCH_DIRS=<YOUR_MCP_SEARCH_DIRS> -- https://github.com/JeenyJAI/mcp-test-utils/releases/download/v3.10.1/mcp-test-utils.exe

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →