MCP Tauri Automation
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TAURI_APP_PATH | No | Path to your Tauri app binary (required in tool call or env) | |
| TAURI_DRIVER_PATH | No | Path to tauri-driver binary | tauri-driver |
| TAURI_SCREENSHOT_DIR | No | Where to save screenshots | ./screenshots |
| TAURI_WEBDRIVER_PORT | No | Port where tauri-driver runs | 4444 |
| TAURI_DEFAULT_TIMEOUT | No | Element wait timeout in ms | 5000 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| launch_appB | Launch a Tauri application via tauri-driver. The tauri-driver must be running on the configured port (default: 4444). |
| close_appA | Close the currently running Tauri application gracefully |
| capture_screenshotA | Capture a screenshot of the application window. Returns base64-encoded PNG image data by default. |
| click_elementB | Click a UI element identified by a CSS selector |
| type_textC | Type text into an input field or editable element |
| wait_for_elementB | Wait for an element to appear in the DOM. Useful for handling async UI states. |
| get_element_textB | Get the text content of an element |
| execute_tauri_commandC | Execute a Tauri IPC command. The command must be exposed in the Tauri app's src-tauri/src/main.rs file. |
| get_app_stateB | Get the current state of the application, including whether it's running, session info, and page details |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Radek44/mcp-tauri-automation'
If you have feedback or need assistance with the MCP directory API, please join our Discord server