MCP Server Tauri runs on your own machine — the client starts it, so there is no endpoint to ping. 1 222 installs a week from npm. Last commit 6 Jul 2026.
A Model Context Protocol server for use with Tauri v2 applications
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-server-tauri -- npx -y @hypothesi/tauri-mcp-server
{
"mcpServers": {
"mcp-server-tauri": {
"args": [
"-y",
"@hypothesi/tauri-mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-server-tauri]
command = "npx"
args = ["-y", "@hypothesi/tauri-mcp-server"]
{
"mcpServers": {
"mcp-server-tauri": {
"args": [
"-y",
"@hypothesi/tauri-mcp-server"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-server-tauri": {
"args": [
"-y",
"@hypothesi/tauri-mcp-server"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.