Skip to main content
Glama
519,997 tools. Updated 2026-09-06 08:15

"Tauri" matching MCP tools:

  • Launch a built Tauri app under WebDriver automation to interact with it programmatically via mouse and keyboard actions. Targets any local Tauri project by resolving its binary from Cargo.toml.
    MIT
  • Start or stop a WebSocket automation session for Tauri apps. Manage multiple app connections by specifying app identifiers; the most recent becomes default.
    MIT
  • List Android emulators and iOS simulators available for Tauri mobile development, enabling deployment and testing on mobile devices.
    MIT
  • Perform gestures and actions like click, scroll, swipe, and focus on Tauri app webviews using CSS, XPath, or text selectors.
    MIT
  • Send keyboard events or type text into elements in a Tauri app using CSS, XPath, or text selectors. Requires an active driver session.
    MIT

Matching MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    A Tauri plugin that enables AI agents to interact with Tauri applications through screenshots, DOM inspection, and input simulation via the Model Context Protocol. It allows agents to perform actions like clicking, typing, and executing JavaScript within the application's webview context.
    897
    1
    MIT
  • Screenshot a running Tauri application's webview. Supports format and quality options, and allows targeting specific app and window.
    MIT
  • Retrieve captured Tauri IPC traffic including commands and events with arguments and responses. Requires active IPC monitoring.
    MIT
  • List, inspect, or resize Tauri application windows. Get window details like size, position, title, and visibility.
    MIT
  • Executes JavaScript in a Tauri app's webview, enabling automation of app UI and IPC tasks. Returns JSON-serializable values via IIFE syntax.
    MIT
  • Terminates the current app session and stops the tauri-driver WebDriver to release system resources.
    MIT
  • Activates an element picker overlay for visual selection in Tauri apps, returning detailed element metadata and an annotated screenshot with the selected element highlighted.
    MIT
  • Gracefully terminate the currently running Tauri desktop application to complete automation workflows or end testing sessions.
    MIT
  • Read and filter logs from webview, Android logcat, iOS simulator, or system sources for debugging Tauri applications.
    MIT
  • Monitor Tauri IPC calls between frontend and Rust backend. Start or stop capturing invoke() calls and responses to debug communication in Tauri applications.
    MIT