Back to MCP directory
publicPublicdnsLocal runtime

echo_mcp_python_server-example

在Windows 11环境下使用Python 3.13.2和MCP 1.6.0构建的简易回显服务器示例

article

README

🚀 回声 MCP Python 服务器示例

本项目为您提供回声 MCP Python 服务器的示例,能帮助您快速了解在特定环境下如何搭建和使用相关服务。

🚀 快速开始

已测试的环境

| 属性 | 详情 | |------|------| | 操作系统 | Windows 11 | | Python 版本 | Python 3.13.2 | | uv 版本 | uv 0.6.11 | | mcp 版本 | mcp 1.6.0 |

相关博客(原文为日语)

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