mcp server tauri for Claude Desktop
io.github.hypothesi/mcp-server-tauri
A Model Context Protocol server for use with Tauri v2 applications
client:Claude Desktop
transport:stdio
runtime:npm
Install mcp server tauri in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp-server-tauri": {
"command": "npx",
"args": [
"-y",
"@hypothesi/tauri-mcp-server"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs