Integrates Tauri v2 applications with AI assistants through a Node.js MCP server and Rust plugin. Once configured, your AI can take screenshots, click elements, type input, execute JavaScript, and monitor IPC calls in your running Tauri app. The server exposes 21 tools across UI automation (webview_screenshot, webview_interact, webview_find_element), IPC inspection (ipc_execute_command, ipc_monitor), and log streaming (console, Android logcat, iOS). Ships with slash commands like /setup and /select for common workflows. Communication happens over stdio for MCP and WebSocket for the driver session. Helpful if you're building Tauri apps with AI coding assistants and want the AI to see and interact with your running application state rather than just editing source files.
claude mcp add --transport stdio hypothesi-mcp-server-tauri -- npx -y @hypothesi/tauri-mcp-server