Back to MCP directory
publicPublicdnsLocal runtime

tauri-mcp-weather

这是一个基于Tauri、React和TypeScript的Vite开发模板,用于快速启动桌面应用开发

article

README

🚀 Tauri + React + TypeScript

本模板助力你借助 Tauri、React、TypeScript 以及 Vite 迅速开启开发之旅,节省时间并提高效率。

🚀 快速开始

此模板将帮助你使用 Tauri、React 和 TypeScript 以及 Vite 快速开始开发。

✨ 主要特性

  • 集成 Tauri、React、TypeScript 和 Vite,提供高效开发体验。

📚 详细文档

推荐的 IDE 设置

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client