webview-test-mcp

yyoooon/webview-test-mcp
★ 0 stars TypeScript Code/Dev Tools Updated today
Android WebView automation MCP server (ADB + CDP)
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "webview-test-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "yyoooon/webview-test-mcp"
      ]
    }
  }
}

README Excerpt

Android WebView 자동화용 MCP(Model Context Protocol) 서버. ADB + Chrome DevTools Protocol(CDP)로 실기기의 WebView에 붙어 DOM 조작, JS 실행, 스크린샷을 수행합니다. 실기기 WebView에서 기능을 빠르게 검증하고 싶을 때 사용합니다. - Node.js ≥ 18 - ADB (Android Platform Tools) - 디버그 빌드 Android 앱 (`WebView.setWebContentsDebuggingEnabled(true)`) - USB 또는 Wi-Fi로 연결된 Android 기기

Tools (11)

customdialogstoragetoastwebview_clickwebview_connectwebview_evaluatewebview_get_domwebview_screenshotwebview_typewebview_wait_for