Chrome Debug Protocol
This MCP server provides browser automation capabilities through Chrome's debugging protocol with session persistence, enabling AI agents to control Chrome instances for web scraping, testing, and automation tasks. Built using TypeScript with puppeteer-core and the Model Context Protocol SDK, it offers tools for taking screenshots in multiple formats (PNG, JPEG, WebP), navigating to URLs, clicking elements, typing text, and retrieving page content while maintaining browser sessions across multiple interactions. The implementation features automatic browser discovery, connection management with configurable debugging ports, error handling with detailed responses, and support for both headless and headed Chrome instances, making it valuable for automated testing workflows, web data extraction, and building AI assistants that need persistent browser control without manual Chrome DevTools access.
I/O
heuristic · beta该 skill 无 npm 包,暂用描述启发式推断 I/O;接入后可实测。
综合分
效果测评卡
进行中 · 待运行真实 I/O 已解决「输入输出是什么」;下一步接 agent 真跑,量化「效果好不好」。
Enables automation of Android devices and iOS simulators through a unified API. Supports device listing, screenshots with automatic compression for LLM processing, tap and swipe gestures by coordinates or element text, text input, app launching and installation, UI hierarchy inspection, device logs retrieval, and shell command execution. Provides cross-platform device control for mobile testing and debugging workflows.
Provides direct control over iOS simulators and physical iPhones through a unified interface that combines Facebook's idb for simulators and WebDriverAgent for physical devices. Features automated device discovery, real-time screen streaming via WebSocket for physical devices, and comprehensive interaction tools including tap, swipe, text input, button presses, screenshot capture, app launching, and UI element scanning. Supports both global and project-scoped setup with auto-configuration for Claude Code, Cursor, Codex, and OpenCode.
WeChat Mini-Program Agent enables AI-driven automation and testing of WeChat Mini Programs through a wrapper around miniprogram-automator's WebSocket interface to WeChat DevTools. Supported operations include page navigation, screenshot capture, UI element interaction, DOM inspection, and scenario testing. A serial execution model ensures predictable test flows for agent-first development workflows.