Build, test, debug, and interact with desktop and mobile applications with the Tauri framework.
Screenshots, DOM state, and console logs from your running app give the AI rich context to understand what's happening—and tools to interact with it.
Tools
tauri_run_command
tauri_read_config
tauri_write_config
tauri_get_docs
tauri_list_devices
tauri_launch_emulator
tauri_driver_session
tauri_webview_find_element
tauri_driver_get_console_logs
tauri_read_platform_logs
tauri_webview_interact
tauri_webview_screenshot
tauri_webview_keyboard
tauri_webview_wait_for
tauri_webview_get_styles
tauri_webview_execute_js
tauri_webview_focus_element
tauri_plugin_execute_ipc
tauri_plugin_get_window_info
tauri_plugin_ipc_monitor
tauri_plugin_ipc_get_events
tauri_plugin_emit_event
tauri_plugin_get_backend_state
tauri_list_windows
Server Config
{
"mcpServers": {
"tauri": {
"command": "npx",
"args": [
"-y",
"@hypothesi/tauri-mcp-server"
]
}
}
}