From xiaolai-vmark
Local stdio MCP server for Tauri framework, providing tools to build, run, and manage cross-platform desktop apps with web frontends and Rust backends. No secrets required.
npx claudepluginhub xiaolai/vmarkAdd to your .mcp.json:
{
"mcpServers": {
"tauri": {
"command": "npx",
"args": [
"-y",
"@hypothesi/tauri-mcp-server"
]
}
}
}npx