Best for
- Developers using Tauri v2
- Those wanting AI assistance in building, testing, and debugging Tauri apps
- Teams needing UI automation testing in Tauri applications
This server provides comprehensive MCP integration for Tauri v2 development, with rich UI automation tools, IPC monitoring, and log reading. It suits Tauri developers needing AI-assisted debugging and testing. However, since the project declares potential bugs, use with caution.
A Model Context Protocol (MCP) server and plugin for Tauri v2 development. It enables AI assistants like Claude, Cursor, and Windsurf to build, test, and debug Tauri v2 applications by providing screenshots, DOM state, console logs, and tools to interact with the app.
npm install -g @tauri-apps/cli@next) are installed.npx -y @a1st/aix add mcp tauri --command 'npx @hypothesi/tauri-mcp-server' --user to add the server to your AI assistant (supports Claude Code, Cursor, Windsurf, etc.).{
"mcpServers": {
"tauri": {
"command": "npx",
"args": [
"@hypothesi/tauri-mcp-server"
]
}
}
}