Developer Tools
Trust: 42/100 (Fair)io.github.hypothesi/mcp-server-tauri Guide
A Model Context Protocol server for use with Tauri v2 applications
99 starsby hypothesi
Quick Start
Install
npx @hypothesi/tauri-mcp-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-hypothesi-mcp-server-tauri": {
"command": "npx",
"args": [
"@hypothesi/tauri-mcp-server"
]
}
}
}