MCP.so
登录

@b12/website-generator-mcp-server

@b12io

关于 @b12/website-generator-mcp-server

B12's model context protocol server for generating websites with AI

基本信息

分类

开发工具

许可证

Apache-2.0

运行时

node

传输方式

stdio

发布者

b12io

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is B12 Website Generator MCP Server?

B12's model context protocol server for generating websites with AI. It integrates with MCP clients such as the Claude Desktop app.

How to use B12 Website Generator MCP Server?

Requires NodeJS and an MCP client like Claude Desktop. Add the provided JSON configuration to the mcpServers section of claude_desktop_config.json.

Key features of B12 Website Generator MCP Server

  • Generates websites with AI
  • Integrates with MCP-compatible clients
  • Runs via npx without manual installation
  • Designed for use with Claude Desktop App

Use cases of B12 Website Generator MCP Server

  • Generate a full website using natural language prompts in Claude
  • Rapidly prototype or launch a website from a conversation

FAQ from B12 Website Generator MCP Server

What are the prerequisites?

NodeJS and an MCP client like the Claude Desktop App.

How do I install the server?

Add the following configuration to the mcpServers section of your claude_desktop_config.json:
"command": "npx", "args": ["-y", "@b12/website-generator-mcp-server"]

What runtime does it require?

The server requires NodeJS to run via npx.

Does the server have any authentication or transport requirements?

What data does the server access or store?

评论

开发工具 分类下的更多 MCP 服务器