Skip to content
Zed

mcp server tauri for Zed

io.github.hushlor/mcp-server-tauri

A Model Context Protocol server for use with Tauri v2 applications

client:Zed transport:stdio runtime:npm

Install mcp server tauri in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

mcp server tauri in other clients