Stats
Actions
Tags
From xiaolai-vmark
Runs locally to provide Tauri application development tools, including project management, build commands, and configuration inspection for Tauri desktop apps.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"tauri": {
"command": "npx",
"args": [
"-y",
"@hypothesi/tauri-mcp-server"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
npx claudepluginhub xiaolai/vmark