Tauri
Freeby MCP Community
A Model Context Protocol server for use with Tauri v2 applications
v0.11.0Added Apr 12, 2026
mcpmodel-context-protocoltauriautomationscreenshot
Tauri MCP Server
A Model Context Protocol server for use with Tauri v2 applications
Installation
npx -y @hypothesi/tauri-mcp-server
Reviews
Installation
Quick install
npx -y @hypothesi/tauri-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"tauri": {
"command": "npx",
"args": ["-y", "@hypothesi/tauri-mcp-server"]
}
}
}