Skip to content
Windsurf

mcp server tauri for Windsurf

io.github.hypothesi/mcp-server-tauri

A Model Context Protocol server for use with Tauri v2 applications

client:Windsurf transport:stdio runtime:npm

Install mcp server tauri in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

{
  "mcpServers": {
    "mcp-server-tauri": {
      "command": "npx",
      "args": [
        "-y",
        "@hypothesi/tauri-mcp-server"
      ]
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

mcp server tauri in other clients