tauri-mcp-cli
Installation
SKILL.md
Tauri MCP CLI
Use this skill for the entire CLI workflow. The package intentionally ships a single bundled skill so agents do not need to pick between overlapping domain-specific skills.
Prerequisites
- The app is running in development mode, usually with
cargo tauri dev. - The
tauri-plugin-mcp-bridgeplugin is installed and registered. src-tauri/tauri.conf.jsonsetswithGlobalTauri: true.
Core Rule
Start or verify a driver session before calling almost any other tool:
tauri-mcp driver-session start --port 9223
tauri-mcp driver-session status --json