← Back to Plugins
MCP Server MCP

MCP Test Utils

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

mcpb:https://github.com/JeenyJAI/mcp-test-utils/releases/download/v3.10.1/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/JeenyJAI/mcp-test-utils/releases/download/v3.10.1/mcp-test-utils.exe",
      "version": "3.10.1",
      "fileSha256": "8dc91b1090e961c10e9d2fe6e26cacb5925e497a7c33123b2c81f4ef69cc61e8",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Directory for logging sessions (opt-in). Without it, logging tools are hidden.",
          "name": "MCP_LOG_DIR"
        },
        {
          "description": "Session size limit in MB. Warning on exceed.",
          "default": "500",
          "name": "MCP_LOG_MAX_MB"
        },
        {
          "description": "Auto-delete log sessions older than N days. 0 to disable.",
          "default": "30",
          "name": "MCP_LOG_RETAIN_DAYS"
        },
        {
          "description": "Allowed directories for search_in_files (semicolon-separated). Without it, the tool is hidden.",
          "name": "MCP_SEARCH_DIRS"
        }
      ]
    }
  ]
}
mcp model-context-protocol mcpb

Comments

Sign in to leave a comment

Loading comments...