MCP Server Tauri
Related Servers
Alternatives to MCP Server Tauri
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to interact with and debug Tauri desktop applications, providing tools for window management, user input simulation, and storage operations.927 npmMIT
- AlicenseNot gradedqualityDmaintenanceBridges AI agents with Tauri desktop applications for intelligent debugging, testing, and automation through tools like screenshots, DOM access, JS execution, and window control.927 npm3MIT
- AlicenseBqualityBmaintenanceEnables AI assistants to automate and test Tauri desktop applications through the Model Context Protocol. It provides tools for app management, UI interaction, and state inspection across multiple platforms without requiring CDP dependencies.14927 npm1MIT
- AlicenseAqualityCmaintenanceEnables AI-driven testing and automation of Tauri desktop applications through natural language, allowing users to interact with UI elements, capture screenshots, execute commands, and test application flows without manual clicking or complex scripts.97MIT
- AlicenseNot gradedqualityDmaintenanceA 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.927 npm1MIT
- AlicenseNot gradedqualityAmaintenanceAn MCP server that enables AI assistants to build, test, and debug Tauri v2 applications through UI automation (screenshots, clicks, typing, element finding), IPC monitoring, log streaming, and mobile device management.MIT
TDQS
Scored across 20 tools
Most tools are clearly separated by domain (webview_*, ipc_*, window, device, session), and the descriptions explicitly disambiguate overlapping concerns like webview_find_element vs webview_dom_snapshot vs webview_select_element. However, webview_select_element and webview_get_pointed_element return nearly identical metadata and differ only in how the element is chosen, which could cause confusion.
The naming follows a consistent verb_noun pattern with clear domain prefixes: get_setup_instructions, list_devices, driver_session, manage_window, read_logs, and the webview_*/ipc_* families. Minor deviations exist: driver_session is a noun phrase rather than verb_noun, and ipc_get_backend_state breaks the ipc_* verb pattern slightly, but overall the convention is predictable.
20 tools is on the higher end but justified for a Tauri automation server covering session management, webview interaction, IPC monitoring, and device support. Each tool serves a distinct purpose, though a few (webview_select_element vs webview_get_pointed_element) could arguably be merged.
The tool set covers the full automation lifecycle: setup, session management, webview inspection/interaction, IPC monitoring, and logging. Minor gaps exist—there's no explicit tool for managing app lifecycle (launch/terminate) or for handling multiple windows beyond listing/info/resize—but the core workflows are well covered.