← Back to Plugins
MCP Server MCP

io.github.hypothesi/mcp-server-tauri

github By github 👁 1 views ▲ 0 votes

A Model Context Protocol server for use with Tauri v2 applications

Homepage Verified source GitHub

Install

npx -y @hypothesi/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@hypothesi/tauri-mcp-server",
      "version": "0.12.0",
      "transport": {
        "type": "stdio"
      }
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...