Back to MCP directory
publicPublicdnsLocal runtime

mcp-desk

一个基于Electron、React和TypeScript的桌面应用程序项目

article

README

🚀 MCP桌面

MCP桌面是一个运用 React 和 TypeScript 构建而成的 Electron 应用程序,为用户带来高效且优质的使用体验。

🚀 快速开始

推荐的 IDE 设置

推荐使用 VSCode 作为开发工具,并搭配 ESLintPrettier 插件,以提升开发效率和代码质量。

项目设置

📦 安装

$ pnpm install

💻 开发

$ pnpm dev

构建

# Windows 系统
$ pnpm build:win

# macOS 系统
$ pnpm build:mac

# Linux 系统
$ pnpm build:linux
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