Skip to main content
Glama
Radek44

MCP Tauri Automation

by Radek44

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TAURI_APP_PATHNoPath to your Tauri app binary (required in tool call or env)
TAURI_DRIVER_PATHNoPath to tauri-driver binarytauri-driver
TAURI_SCREENSHOT_DIRNoWhere to save screenshots./screenshots
TAURI_WEBDRIVER_PORTNoPort where tauri-driver runs4444
TAURI_DEFAULT_TIMEOUTNoElement wait timeout in ms5000

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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