mcp_suite_driver 0.1.0 copy "mcp_suite_driver: ^0.1.0" to clipboard
mcp_suite_driver: ^0.1.0 copied to clipboard

AI UI testing drivers and interaction hooks for Flutter MCP Suite.

mcp_suite_driver #

The AI UI testing and automated driver extension for the MCP Suite ecosystem.

mcp_suite_driver provides high-level UI automation primitives, element finders, and input simulation hooks tailored for AI agents (Cursor, Antigravity, Claude Desktop) to perform automated end-to-end testing and user action execution.

Features #

  • 🤖 AI Test Drivers: Perform automated tap, text input, scroll, and gesture triggers.
  • 🎯 Semantic Element Locators: Locate Flutter widgets by Key, Text, ValueKey, or Tooltip via MCP RPC calls.
  • 📸 Visual Verification: Take PNG screenshot snapshots of active UI frames for multimodal LLMs.

Usage #

import 'package:mcp_suite_driver/mcp_suite_driver.dart';

void main() async {
  final driver = McpAiDriver();
  await driver.tapElementByText('Submit');
}

⭐ Show Your Support #

If you like this package, please give it a Like on pub.dev and a Star on GitHub!

1
likes
150
points
16
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

AI UI testing drivers and interaction hooks for Flutter MCP Suite.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, mcp_suite_core

More

Packages that depend on mcp_suite_driver