Back to MCP directory
publicPublicdnsLocal runtime

Create Server Scaffold

一个用于快速创建MCP服务器脚手架的专业工具

article

README

🚀 创建MCP服务器

本工具是一个专业化的MCP服务器工具,旨在创建新的MCP服务器架构。它通过提供结构化的发展协议和示例模板,极大地简化了创建新Model Context Protocol (MCP) 服务器的过程。

🚀 快速开始

💻 使用示例

基础用法

{
  "mcpServers": {
    "mediaProcessor": {
      "command": "npx",
      "args": [
        "-y",
        "create-mcp-server@latest"
      ]
    }
  }
}

📄 许可证

该项目根据MIT License协议开源,具体信息请查阅LICENSE文件。

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