AgentHubAgentHub

MCP Test Utils

MCP ServerMCP Registry官方收录

io.github.JeenyJAI/mcp-test-utils · v3.10.1

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

概览

MCP Test Utils 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

暂无自动生成的安装指引,请查看源仓库 README。

相关资源

统一 Manifest

{
  "id": "io.github.JeenyJAI/mcp-test-utils",
  "type": "mcp-server",
  "version": "3.10.1",
  "displayName": "MCP Test Utils",
  "description": "Desktop UI automation for AI agents: screenshots, windows, mouse, keyboard, UI Automation, OCR",
  "repository": {
    "url": "https://github.com/JeenyJAI/mcp-test-utils",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "mcpb",
        "identifier": "https://github.com/JeenyJAI/mcp-test-utils/releases/download/v3.10.1/mcp-test-utils.exe",
        "version": "3.10.1",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "MCP_LOG_DIR",
            "description": "Directory for logging sessions (opt-in). Without it, logging tools are hidden."
          },
          {
            "name": "MCP_LOG_MAX_MB",
            "description": "Session size limit in MB. Warning on exceed."
          },
          {
            "name": "MCP_LOG_RETAIN_DAYS",
            "description": "Auto-delete log sessions older than N days. 0 to disable."
          },
          {
            "name": "MCP_SEARCH_DIRS",
            "description": "Allowed directories for search_in_files (semicolon-separated). Without it, the tool is hidden."
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.JeenyJAI/mcp-test-utils",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.JeenyJAI%2Fmcp-test-utils/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
MCP Test Utils — MCP Server 安装与配置 · AgentHub