JUHE API Marketplace
b12io avatar
MCP Server

Website Generator

Website Generator

3
GitHub Stars
8/23/2025
Last Updated
MCP Server Configuration
1{
2 "name": "b12",
3 "command": "npx",
4 "args": [
5 "-y",
6 "@b12/website-generator-mcp-server"
7 ]
8}
JSON8 lines

README Documentation

@b12/website-generator-mcp-server

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

Website Generator MCP server

Usage with Claude Desktop

Prerequisites

  • NodeJS
  • MCP Client (like Claude Desktop App)

Installation

To use this server with the Claude Desktop app, add the following configuration to the "mcpServers" section of your claude_desktop_config.json:

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

Quick Install

Quick Actions

Key Features

Model Context Protocol
Secure Communication
Real-time Updates
Open Source