Back to MCP directory
publicPublicdnsLocal runtime

my-weather-mcp

首次尝试创建MCP服务器项目

article

README

🚀 MCP服务器创建项目

本项目致力于帮助用户尝试创建一个MCP服务器,为相关应用场景提供基础的服务器搭建支持。

🚀 快速开始

你可以按照以下步骤尝试创建一个MCP服务器:

  1. 首先,准备好服务器所需的硬件和软件环境。
  2. 接着,下载MCP服务器的相关安装文件。
  3. 然后,按照安装文件的指引完成安装配置。
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