modelscope·@hypothesi/mcp-server-tauri
暂无描述。
Give your AI assistant superpowers for Tauri development
Documentation Getting Started Available Tools
</div>A Model Context Protocol (MCP) server that enables AI assistants like Claude, Cursor, and Windsurf to build, test, and debug Tauri v2 applications. Screenshots, DOM state, and console logs from your running app give the AI rich context to understand what's happeningand tools to interact with it.
| Category | Capabilities |
|---|---|
| UI Automation | Screenshots, clicks, typing, scrolling, element finding |
| IPC Monitoring | Capture and inspect Tauri IPC calls in real-time |
| Mobile Dev | Manage iOS simulators & Android emulators |
| CLI Integration | Run any Tauri command (init, dev, build, etc.) |
| Configuration | Read/write Tauri config files with validation |
| Logs | Stream Android logcat, iOS device logs, system logs |
Disclaimer: This MCP was developed using agentic coding tools. It may contain bugs.
npm install -g @tauri-apps/cli@nextAdd to Cargo.toml:
[dependencies]
tauri-plugin-mcp-bridge = "0.1"
Register in src-tauri/src/main.rs:
fn main() {
tauri::Builder::default()
.plugin(tauri_plugin_mcp_bridge::init())
.run(tauri::generate_context!())
.expect("error while running tauri application");
}
Enable Global Tauri in tauri.conf.json:
{
"app": {
"withGlobalTauri": true
}
}
Required: Without
withGlobalTauri, the MCP server cannot interact with your application's webview.
Use the Claude Code CLI:
claude mcp add tauri npx @hypothesi/tauri-mcp-server
Or manually add to your config (Cmd/Ctrl+Shift+P "MCP: Edit Config"):
{
"mcpServers": {
"tauri": {
"command": "npx",
"args": ["-y", "@hypothesi/tauri-mcp-server"]
}
}
}
</details>
<details>
<summary><strong>Cursor</strong></summary>
Click to install:
<img src="https://cursor.com/deeplink/mcp-install-dark.svg" alt="Install in Cursor" height="32">
Or manually: Go to Cursor Settings MCP New MCP Server:
{
"mcpServers": {
"tauri": {
"command": "npx",
"args": ["-y", "@hypothesi/tauri-mcp-server"]
}
}
}
</details>
<details>
<summary><strong>VS Code / Copilot</strong></summary>
Click to install:
Or via CLI:
code --add-mcp '{"name":"tauri","command":"npx","args":["-y","@hypothesi/tauri-mcp-server"]}'
Or manually add to settings.json:
{
"mcp.servers": {
"tauri": {
"command": "npx",
"args": ["-y", "@hypothesi/tauri-mcp-server"]
}
}
}
</details>
<details>
<summary><strong>Windsurf</strong></summary>
In the Cascade pane, the "MCPs" icon (it looks like a plug), then click the settings icon in the top right corner.
Or, go to Windsurf Settings Cascade and under the MCP Servers heading click Open MCP Marketplace. Then in the Marketplace, click the gear icon to edit the config.
Add:
{
"mcpServers": {
"tauri": {
"command": "npx",
"args": ["-y", "@hypothesi/tauri-mcp-server"]
}
}
}
</details>
<details>
<summary><strong>Cline</strong></summary>
Follow the Cline MCP configuration guide and use:
{
"mcpServers": {
"tauri": {
"command": "npx",
"args": ["-y", "@hypothesi/tauri-mcp-server"]
}
}
}
</details>
That's it! Restart your AI assistant and you're ready to build Tauri apps.
Note: See the plugin documentation for advanced configuration options.
The server provides slash commands for guided, multi-step workflows:
| Command | Description |
|---|---|
/fix-webview-errors | Find and fix JavaScript errors in your webview. Connects to your app, retrieves console errors, analyzes them, and helps you fix the issues. |
Just type the command in your AI assistant to start a guided debugging session.
| Tool | Description |
|---|---|
tauri_list_windows | List all open webview windows |
tauri_webview_screenshot | Capture webview screenshots |
| `tauri… |
一个为大型语言模型(LLM)设计的、高可用的12306余票查询工具服务,现已搭载智能会话管理引擎。 12306-MCP-Server 将复杂的12306余票查询接口封装为符合 Model Context Protocol (MCP) 规范的工具集,允许AI Agent通过自然语言无缝查询实时火车票、中转换乘和经停站信息。 从 v1.0.0 版本开始,项目引入了全新的智能会话管理系统,通过会话池、动态User-Agent轮换和自动错误恢复机制,将服务的稳定性与反屏蔽能力提升至全新高度。
阿里云可观测 MCP服务,提供了一系列访问阿里云可观测各产品的工具能力,覆盖产品包含阿里云日志服务SLS、阿里云应用实时监控服务ARMS、阿里云云监控等,任意支持 MCP 协议的智能体助手都可快速接入。
自动从文本中识别并提取法律条文,例如在合同、案件描述或法律文书中,精准定位涉及的具体法律条文(如“《民法典》第585条”),并将文本中的法律问题与对应法条内容关联,提取法规名称的服务。
用于哔哩哔哩API的MCP服务器,支持视频搜索、用户内容获取等多种操作,适用于哔哩哔哩内容管理和数据分析场景。
看起来您想要翻译一份英文技术文档,但您提供的内容中只有"asd"这个字符串,并没有实际的文档内容。请提供需要翻译的具体英文技术文档文本,这样我才能帮助您进行准确的翻译。如果有特定部分或格式要求,请一并告知。
一座通过串行通信将物理硬件设备与人工智能大语言模型连接起来的桥梁,允许用户使用自然语言命令控制硬件。