home / mcp / b12 website generator mcp server

B12 Website Generator MCP Server

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

Installation
Add the following to your MCP client configuration file.

Configuration

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

You can generate website content with AI by using the MCP server from the @b12/website-generator-mcp-server package. It connects with an MCP client to provide AI-assisted website generation capabilities, helping you automate content creation workflows inside compatible clients like Claude Desktop.

How to use

Prerequisites: NodeJS and an MCP Client (for example, Claude Desktop App). Install and configure the MCP client, then connect to the MCP server you run locally or remotely.

How to install

Follow these concrete steps to enable the MCP server integration with Claude Desktop.

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

Additional content

Notes and tips for smoother usage: the configuration above enables Claude Desktop to launch the MCP server via npx. Ensure NodeJS is installed on your machine and that you can access the network as required by your MCP client. If you need to modify the connection, you can adjust the mcpServers entry in your client’s configuration accordingly.