Skip to content
Cursor

mcp server tauri for Cursor

io.github.hushlor/mcp-server-tauri

A Model Context Protocol server for use with Tauri v2 applications

client:Cursor transport:stdio runtime:npm

Install mcp server tauri in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp server tauri in other clients