MCP服务器网站生成器

@b12io/website-generator-mcp-server
1 Stars 467 次浏览 b12io 更新于 2026-08-23

网站生成器

MCP 服务配置

复制以下 JSON 到 OPClaw 或其他 MCP 客户端的配置文件中即可使用

{
  "mcpServers": {
    "b12": {
      "args": [
        "-y",
        "@b12/website-generator-mcp-server"
      ],
      "command": "npx"
    }
  }
}

可用工具 (1 个)

该服务在 MCP 协议中暴露的工具,AI 可按需调用

b12_website_generator 2 个参数 需填 2 项

Generates website for business by a given business name and short description and prints output in the chat using the following format: Your new website for *{{The business name}}* is ready! [Sign up to see the website]({{The link to claim newly designed website.}}) and publish it for free.

必填参数:name、description

服务介绍

@b12/website-generator-mcp-server

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

与 Claude Desktop 一起使用

先决条件

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

安装

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

{
    "mcpServers": {
        "b12": {
            "command": "npx",
            "args": ["-y", "@b12/website-generator-mcp-server"]
        }
    }
}

相关 MCP 服务