Tauri MCP Server
JSON →A server for testing and interacting with Tauri v2 applications, providing tools for process management, window manipulation, and debugging.
Tools · 12
- launch_app Launch Tauri applications with arguments
- stop_app Gracefully stop running apps
- get_app_logs Capture stdout/stderr output
- monitor_resources Track CPU, memory, and disk usage
- take_screenshot Capture app window screenshots
- get_window_info Get window dimensions, position, and state
- send_keyboard_input Simulate keyboard input
- send_mouse_click Simulate mouse clicks
- execute_js Execute JavaScript in the webview
- get_devtools_info Get DevTools connection info
- list_ipc_handlers List registered Tauri commands
- call_ipc_command Call Tauri IPC commands
Links
★ 31 GitHub stars