Back to MCP directory
publicPublicdnsLocal runtime

website-generator-mcp-server

B12的AI网站生成模型协议服务器,支持通过Claude桌面应用调用

article

README

🚀 @b12/website-generator-mcp-server

B12 的模型上下文协议服务器,用于使用 AI 生成网站。

🚀 快速开始

使用 Claude 桌面版

先决条件

  • NodeJS
  • MCP 客户端(如 Claude 桌面应用程序)

📦 安装指南

要与 Claude 桌面应用程序一起使用此服务器,请在 claude_desktop_config.json 文件的 "mcpServers" 部分中添加以下配置:

{
    "mcpServers": {
        "b12": {
            "command": "npx",
            "args": ["-y", "@b12/website-generator-mcp-server"]
        }
    }
}
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