AI E2E testing bridge β give AI eyes and hands inside any app. 8 platforms, 40+ tools.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Give any AI agent eyes and hands inside any running app.
10 platforms. Zero test code. One MCP server.
Demo β’ Quick Start β’ AI Platforms β’ Platforms β’ vs Others β’ Docs
π Zero config. Zero test code. Just talk to your AI.
If this saves you time, please consider starring the repo β β it helps others find it!
https://github.com/user-attachments/assets/d4617c73-043f-424c-9a9a-1a61d4c2d3c6
One prompt. 28 AI-driven actions. Zero test code. The AI explores a TikTok clone, navigates tabs, scrolls feeds, tests search, fills forms β all autonomously.
Writing E2E tests is painful. Maintaining them is worse. flutter-skill takes a different approach:
1. Install (30 seconds)
2. Add to your AI (copy-paste into MCP config)
Works with Claude Desktop, Cursor, Windsurf, Copilot, Cline, OpenClaw β any MCP-compatible agent.
3. Add to your app (2 lines for Flutter)
4. Test β just talk to your AI:
"Launch my app, explore every screen, and report any bugs"
That's it. Zero configuration. Zero test code. Works in under 60 seconds.
| Method | Command |
|---|---|
| npm | npm install -g flutter-skill |
| Homebrew | brew install ai-dashboad/flutter-skill/flutter-skill |
| Scoop | scoop install flutter-skill |
| Docker | docker pull ghcr.io/ai-dashboad/flutter-skill |
| pub.dev | dart pub global activate flutter_skill |
| VSCode | Extensions β "Flutter Skill" |
| JetBrains | Plugins β "Flutter Skill" |
| Agent Skill | npx skills add ai-dashboad/flutter-skill |
| Zero-config | flutter-skill init (auto-detects & patches your app) |
Works with any MCP-compatible AI tool. One config line:
| Platform | Config File | Status |
|---|---|---|
| Cursor | .cursor/mcp.json | β |
| Claude Desktop | claude_desktop_config.json | β |
| Windsurf | ~/.codeium/windsurf/mcp_config.json | β |
| VSCode Copilot | .vscode/mcp.json | β |
| Cline | VSCode Settings β Cline β MCP | β |
| OpenClaw | Skill or MCP config | β |
| Continue.dev | .continue/config.json | β |
For standalone browser automation, CI/CD pipelines, or remote access:
| Command | Description |
|---|---|
nav <url> | Navigate to URL |
snap | Accessibility tree snapshot |
screenshot [path] | Take screenshot |
tap <text|ref|x y> | Tap element |
type <text> | Type via keyboard |
key <key> [mod] | Press key |
eval <js> | Execute JavaScript |
title | Get page title |
text | Get visible text |
hover <text> | Hover element |
upload <sel> <file> | Upload file |
tools | List tools |
call <tool> [json] | Call any tool |
Supports --port=N, --host=H flags and FS_PORT/FS_HOST env vars.
server (MCP stdio) | serve (HTTP) | |
|---|---|---|
| Use case | IDE / AI agent integration | CLI / automation / CI/CD |
| Protocol | MCP (JSON-RPC over stdio) | HTTP REST |
| Tools | 253 (dynamic per page) | 246 (generic) |
| Browser | Auto-launches Chrome | Connects to existing Chrome |
| Best for | Cursor, Claude, VSCode | OpenClaw, scripts, pipelines |
Full CLI client reference: docs/CLI_CLIENT.md
Most testing tools work on 1-2 platforms. flutter-skill works on 10.
| Platform | SDK | Test Score |
|---|---|---|
| Flutter (iOS/Android/Web) | flutter_skill | β 188/195 |
| React Native | sdks/react-native | β 75/75 |
| Electron | sdks/electron | β 75/75 |
| Tauri (Rust) | sdks/tauri | β 75/75 |
| Android (Kotlin) | sdks/android | β 74/75 |
| KMP Desktop | sdks/kmp | β 75/75 |
| .NET MAUI | sdks/dotnet-maui | β 75/75 |
| iOS (Swift/UIKit) | sdks/ios | β 19/19 |
| Web (any website) | sdks/web | β |
| Web CDP (zero-config) | No SDK needed | β 141/156 |
Total: 656/664 tests passing (98.8%) β each platform tested against a complex social media app with 50+ elements.
Real benchmarks from automated test runs against a complex social media app:
| Operation | Web (CDP) | Electron | Android |
|---|---|---|---|
connect | 93 ms | 55 ms | 103 ms |
tap | 1 ms | 1 ms | 2 ms |
enter_text | 1 ms | 1 ms | 2 ms |
inspect | 3 ms | 12 ms | 10 ms |
snapshot | 2 ms | 8 ms | 29 ms |
screenshot | 31 ms | 80 ms | 88 ms |
eval | 1 ms | β | β |
Token efficiency: snapshot() returns a structured element tree instead of an image β 87β99% fewer tokens than sending screenshots to your AI agent.
How fast is that? A tap takes 1β2 ms end-to-end. Browser automation tools like Playwright and Selenium typically take 50β100 ms for the same operation. That's 50β100Γ faster, because flutter-skill talks directly to the app runtime instead of going through WebDriver or CDP indirection.
Tested 15 MCP tools against production websites β 75/75 passed, zero timeouts:
| Site | Tools | Total Time | snapshot | screenshot | count_elements |
|---|---|---|---|---|---|
| YouTube | 15/15 β | 6.9s | 43 ms | 30 ms | 4 ms |
| Amazon | 15/15 β | 14.2s | 1 ms | 5 ms | 2 ms |
| 15/15 β | 17.9s | 6 ms | 32 ms | 51 ms | |
| Hacker News | 15/15 β | 4.8s | 53 ms | 188 ms | 1 ms |
| Wikipedia | 15/15 β | 7.8s | 15 ms | 336 ms | 1 ms |
Total time includes page load. Tool execution is consistently sub-100ms even on heavy DOM sites.
| flutter-skill | Playwright MCP | Appium | Detox | |
|---|---|---|---|---|
| MCP tools | 253 | ~33 | β | β |
| Platforms | 10 | 1 (web) | Mobile | React Native |
| Setup time | 30 sec | Minutes | Hours | Hours |
| Test code needed | β None | β Yes | β Yes | β Yes |
| AI-native (MCP) | β | β | β | β |
| Self-healing tests | β | β | β | β |
| Monkey/fuzz testing | β | β | β | β |
| Visual regression | β | β | β | β |
| Network mock/replay | β | β | β | β |
| API + UI testing | β | β | β | β |
| Multi-device sync | β | β | Partial | β |
| Accessibility audit | β | β | β | β |
| i18n testing | β | β | β | β |
| Performance monitoring | β | β | β | β |
| Natural language | β | β | β | β |
| Flutter support | β Native | Partial | Partial | β |
| Desktop apps | β | β | β | β |
| AI page understanding | β AX Tree | β Screenshots | β | β | | Boundary/security test | β 13 payloads | β | β | β | | Batch actions | β 5+/call | 1/call | 1/call | 1/call |
flutter-skill is the only AI-native E2E testing tool that works across mobile, web, and desktop β with 7Γ more tools than the nearest competitor.
Most AI testing tools send screenshots to the LLM β each one costs ~4,000 tokens.
flutter-skill uses Chrome's Accessibility Tree to give your AI a compact semantic summary of any page:
Then batch multiple actions in one call:
Result: Your AI agent tests faster, costs less, and understands pages better than screenshot-based tools.
| flutter-skill | Screenshot-based tools | |
|---|---|---|
| Tokens per page | ~200 | ~4,000 |
| Actions per call | 5+ | 1 |
| Understands semantics | β roles, names, state | β pixels only |
| Works with Shadow DOM | β | β |
π See
|
π Interact
|
π Inspect (v0.8.0)
|
π Control
|
AI Explore: page_summary, explore_actions, boundary_test, explore_report
Launch & Connect: launch_app, scan_and_connect, connect_cdp, hot_reload, hot_restart, list_sessions, switch_session, close_session, disconnect, stop_app
Screen: screenshot, screenshot_region, screenshot_element, native_screenshot, inspect, inspect_interactive, snapshot, get_widget_tree, find_by_type, get_text_content, get_visible_text
Interaction: tap, double_tap, long_press, enter_text, set_text, clear_text, swipe, scroll_to, drag, go_back, press_key, type_text, hover, fill, select_option, set_checkbox, focus, blur, native_tap, native_input_text, native_swipe
Smart Testing: smart_tap, smart_enter_text, smart_assert (self-healing with fuzzy match)
Assertions: assert_text, assert_visible, assert_not_visible, assert_element_count, assert_batch, wait_for_element, wait_for_gone, wait_for_idle, wait_for_stable, wait_for_url, wait_for_text, wait_for_element_count
Visual Regression: visual_baseline_save, visual_baseline_compare, visual_baseline_update, visual_regression_report, visual_verify, visual_diff, compare_screenshot
Network Mock: mock_api, mock_clear, record_network, replay_network, intercept_requests, clear_interceptions, block_urls, http_request
API Testing: api_request, api_assert
Coverage & Reliability: coverage_start, coverage_stop, coverage_report, coverage_gaps, retry_on_fail, stability_check
Data-Driven: test_with_data, generate_test_data
Multi-Device: multi_connect, multi_action, multi_compare, multi_disconnect, parallel_snapshot, parallel_tap
Accessibility: accessibility_audit, a11y_full_audit, a11y_tab_order, a11y_color_contrast, a11y_screen_reader
i18n: set_locale, verify_translations, i18n_snapshot
Performance: perf_start, perf_stop, perf_report, get_performance, get_frame_stats, get_memory_stats
Session: save_session, restore_session, session_diff
Recording & Export: record_start, record_stop, record_export (Playwright, Cypress, XCUITest, Espresso, Detox, Maestro, +5 more), video_start, video_stop
Auth: auth_inject_session, auth_biometric, auth_otp, auth_deeplink
CDP Browser: navigate, reload, go_forward, get_title, get_page_source, eval, get_tabs, new_tab, switch_tab, close_tab, get_cookies, set_cookie, clear_cookies, get_local_storage, set_local_storage, clear_local_storage, generate_pdf, set_viewport, emulate_device, throttle_network, go_offline, set_geolocation, set_timezone, set_color_scheme
Debug: get_logs, get_errors, get_console_messages, get_network_requests, diagnose, diagnose_project, reset_app
Add Gradle dependency β see sdks/kmp for details.
Add NuGet package β see sdks/dotnet-maui for details.
Just tell your AI what to test:
| Prompt | What happens |
|---|---|
| "Test login with wrong password" | Screenshots β enters creds β taps login β verifies error |
| "Explore every screen and report bugs" | Systematically navigates all screens, tests all elements |
| "Fill registration with edge cases" | Tests emoji π, long strings, empty fields, special chars |
| "Compare checkout flow on iOS and Android" | Runs same test on both platforms, compares screenshots |
| "Take screenshots of all 5 tabs" | Taps each tab, captures state |
See CONTRIBUTING.md for guidelines.
| π¦ pub.dev | π§© VSCode |
| π¦ npm | π§© JetBrains |
| πΊ Homebrew | π Docs |
| π€ Agent Skill | π Changelog |
β If flutter-skill saves you time, star it so others can find it too!
MIT License Β© 2025
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/flutter-skill)<a href="https://allmcps.com/mcp/flutter-skill"><img src="https://allmcps.com/api/badge/flutter-skill?style=directory" alt="Flutter Skill on AllMCPs" /></a>