Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
A Model Context Protocol (MCP) server and plugin for Tauri v2 development
| Date | Stars |
|---|---|
| 2026-07-31 | 275 |
| 2026-08-06 | 279 |
Today
+4 stars today
This week
— stars this week
This month
— stars this month
Momentum
16.0
growth rate 0.00%/day
<div align="center"> <img src="docs/public/logo.svg" alt="MCP Server Tauri" width="120" height="120" /> # MCP Server Tauri **Give your AI assistant superpowers for Tauri development** [](https://www.npmjs.com/package/@hypothesi/tauri-mcp-server) [](https://crates.io/crates/tauri-plugin-mcp-bridge) [](LICENSE) [](https://v2.tauri.app) [Documentation](https://hypothesi.github.io/mcp-server-tauri) · [Getting Started](#quick-start) · [Available Tools](#available-tools) </div> --- A **Model Context Protocol (MCP) server** that enables AI assistants like Claude, Cursor, and Windsurf to build, test, and debug [Tauri®](https://tauri.app) v2 applications. Screenshots, DOM state, and console logs from your running app give the AI rich context to understand what's happening—and tools to interact with it. ## ✨ Features | Category | Capabilities | |----------|-------------| | 🎯 **UI Automation** | Screenshots, clicks, typing, scrolling, element finding, visual element picker | | 🔍 **IPC Monitoring** | Capture and inspect Tauri IPC calls in real-time | | 📱 **Mobile Dev** | List iOS simulators & Android emulators | | 📋 **Logs** | Stream console, Android logcat, iOS, and system logs | --- > _Disclaimer: This MCP was developed using agentic coding tools. It may contain bugs._ ## 🚀 Quick Start ### Prerequisites - **Node.js** 20+ and npm - **Rust** and Cargo (for [Tauri](https://tauri.app) development) - **Tauri CLI**: `npm install -g @tauri-apps/cli@next` - For mobile: Xcode (macOS) or Android SDK ### 1. Configure Your AI Assistant Use [aix](https://aix.a1st.dev/cli/add/#aix-add-mcp) to add the server to your AI assistant: ```bash npx -y @a1st/aix add mcp tauri --command 'npx @hypothesi/tauri-mcp-server' --user ``` Supported clients: `claude-code`, `cursor`, `windsurf`, `vscode`, `cline`, `roo-cline`, `claude`, `zed`, `goose`, `warp`, `codex` > [!TIP] > `aix` automatically detects your installed AI assistants and configures them. **Restart your AI assistant** after adding the configuration. ### CLI Usage If you want to call the tools directly from a terminal instead of from an MCP client: ```bash npm install -g @hypothesi/tauri-mcp-cli tauri-mcp driver-session start --port 9223 tauri-mcp webview-screenshot --file screenshot.png ``` The CLI uses MCPorter keep-alive support so `driver_session` state survives across separate commands. ### 2. Set Up the MCP Bridge Plugin Ask your AI assistant to help configure your Tauri app: > "Help me set up the Tauri MCP Bridge plugin" Your AI will: 1. **Examine your project** to see what's already configured 2. **Show you what changes are needed** (Cargo.toml, plugin registration, etc.) 3. **Ask for your permission** before making any modifications That's it! The AI handles all the setup details while keeping you in control. 🎉 <details> <summary><strong>Manual Setup</strong></summary> If you prefer to set up manually, see the [Getting Started guide](https://hypothesi.github.io/mcp-server-tauri/guides/getting-started.html) or the [plugin documentation](./packages/tauri-plugin-mcp-bridge/README.md). </details> --- ## 💬 Slash Commands (Prompts) | Command | Description | |---------|-------------| | `/setup` | Set up or update the MCP bridge plugin in your Tauri project | | `/fix-webview-errors` | Find and fix JavaScript errors in your webview | | `/select` | Visually select an element in your app — returns metadata and screenshot | Just type the command in your AI assistant to start a guided workflow. --- ## 🧰 Available Tools (21 total) <details> <summary><strong>Setup & Configuratio
Excerpt of 9,789 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:ad4cc9b722c72b6f, topic:mcp, desc:model context protocol, name:mcp server
matched fp:ad4cc9b722c72b6f, topic:automation