Back to Home
hypothesi icon

mcp-server-tauri

Verified Safe

by hypothesi

Overview

Enables AI assistants to build, test, and debug Tauri v2 applications by providing tools for UI automation, IPC monitoring, and backend state inspection.

Installation

Run Command
npx @hypothesi/tauri-mcp-server

Environment Variables

  • MCP_BRIDGE_HOST
  • TAURI_DEV_HOST
  • MCP_BRIDGE_PORT
  • TAURI_MCP_SCREENSHOT_MAX_WIDTH
  • ANDROID_HOME
  • ANDROID_SDK_ROOT
  • NPM_TOKEN
  • CARGO_REGISTRY_TOKEN

Security Notes

The server's core functionality relies on executing arbitrary JavaScript (`window.eval()`) within the Tauri webview and exposing a WebSocket server that binds to all network interfaces (`0.0.0.0`) by default. These features are fundamental for UI automation and IPC interaction, but they introduce significant security risks if the server or the AI assistant interacting with it is compromised or misconfigured. While intended, users must be aware that an untrusted AI or malicious script could execute arbitrary code on their system or expose their application to remote access. The default binding to `0.0.0.0` should be reviewed and potentially restricted to `127.0.0.1` for local-only use cases.

Similar Servers

Stats

Interest Score53
Security Score5
Cost ClassMedium
Avg Tokens3000
Stars29
Forks8
Last Update2026-01-15

Tags

TauriAIAutomationDebuggingMCP