Back to MCP directory
publicPublicdnsLocal runtime

MCP-server-using-python

开发名为mix_server的本地MCP服务器,实现与Claude桌面端的自然语言交互工具连接

article

README

🚀 mix_server - 本地MCP服务器

mix_server是一个本地MCP服务器,它为桌面搭建了与Claude的工作连接。借助该服务器,您能够通过自然语言与工具进行交互,极大提升工作的便捷性。

🚀 快速开始

我们正在积极构建mix_server,以实现为桌面提供与Claude的工作连接这一目标。待服务器构建完成,您就可以轻松地通过自然语言与工具进行交流。后续会提供详细的启动步骤和使用说明,请持续关注。

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