trackmcp
Back to directory
b12io

website-generator-mcp-server

View on GitHub

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

4 stars JavaScriptOthers Updated Feb 7, 2026

Documentation

@b12/website-generator-mcp-server

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

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`:

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

Frequently asked questions

What is website-generator-mcp-server?

website-generator-mcp-server is B12's model context protocol server for generating websites with AI

How do I install website-generator-mcp-server?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is website-generator-mcp-server open source?

Yes — it is hosted on GitHub at https://github.com/b12io/website-generator-mcp-server and has 4 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP