mcp-server-tauri
A Model Context Protocol server for use with Tauri v2 applications
The Model Context Protocol (MCP) server allows AI assistants like Claude, Cursor, and Windsurf to build, test, and debug Tauri v2 applications effectively. By capturing screenshots, DOM state, and console logs from running applications, it provides AI with the necessary context to understand the application's behavior and interact with it intelligently. With features such as UI automation, real-time IPC monitoring, and mobile development support, the MCP server empowers developers to streamline their workflow. It enables actions like clicking, typing, and scrolling, while also allowing inspection of Tauri IPC calls, making it an essential tool for modern Tauri application development.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-tauri": {
"args": [
"-y",
"@hypothesi/tauri-mcp-server"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions