Skip to content
VS Code

mcp server tauri for VS Code

io.github.hypothesi/mcp-server-tauri

A Model Context Protocol server for use with Tauri v2 applications

client:VS Code transport:stdio runtime:npm

Install mcp server tauri in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

mcp server tauri in other clients