← Index

io.github.hypothesi/mcp-server-tauri

io.github.hypothesi/mcp-server-tauri·v0.9.0·Other
Quality Score
77
/100

A Model Context Protocol server for use with Tauri v2 applications

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-server-tauri": {
      "command": "npx",
      "args": [
        "-y",
        "@hypothesi/tauri-mcp-server"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-server-tauri": {
      "command": "npx",
      "args": [
        "-y",
        "@hypothesi/tauri-mcp-server"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @hypothesi/tauri-mcp-server
§03  MCP Quality Score  ·  methodology
freshness
22
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other