Back to MCP directory
publicPublicdnsLocal runtime

mcp-server-requests

提供MCP服务器构建服务,包括定制化开发和现有案例展示。

article

README

🚀 MCP 服务器请求

本项目可让你轻松提出构建 MCP 服务器的需求,帮助你快速开启 MCP 服务器的构建之旅。

🚀 快速开始

如何操作?

  1. 创建问题:在相应位置创建一个问题。
  2. 输入信息:在问题中输入构建 MCP 服务器所需的信息。
  3. 等待处理:剩下的交给我们,但需要注意,我无法保证每个请求都能得到满足。

📚 详细文档

已生成的服务器列表

MCP 服务器生成器

MCPGen: 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