Build, test, debug, and interact with desktop and mobile applications with the Tauri framework.
Screenshots, DOM state, and console logs from your running app give the AI rich context to understand what's happening—and tools to interact with it.
Server Config
{
"mcpServers": {
"tauri": {
"command": "npx",
"args": [
"-y",
"@hypothesi/tauri-mcp-server"
]
}
}
}