Back to MCP directory
publicPublicdnsLocal runtime

weather-mcp-kl3

MCP服务器快速入门教程,介绍如何搭建和使用Model Context Protocol服务。

article

README

🚀 从快速入门的MCP服务器教程

本教程链接为你提供了MCP服务器的快速入门指引,助你快速开启相关操作,解决在搭建和使用MCP服务器过程中遇到的问题,为你带来便捷的使用体验。

🚀 快速开始

你可以通过访问此链接获取详细的MCP服务器快速入门教程:从快速入门的MCP服务器教程

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