B12 Website Generator
About
Enables AI to create customized business websites by generating designs from business names and descriptions, providing signup links without requiring technical expertise.
Details
- Author
- b12io
- Repository
- b12io/website-generator-mcp-server
- GitHub stars
- 3
- Downloads
- 153
- License
- Apache License 2.0
- Categories
- Developer Tools, Other, AI, Frontend, Design, Infrastructure
- Tags
- #web, #integration
Jump to
- Generates websites with AI
- Integrates with MCP-compatible clients
- Runs via npx without manual installation
- Designed for use with Claude Desktop App
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
B12 Website GeneratorCommand (node, npx, python, etc.)npxArguments-
Argument 1
-y -
Argument 2
@b12/website-generator-mcp-server
Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
-
Argument 1
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Requires NodeJS and an MCP client like Claude Desktop. Add the provided JSON configuration to the mcpServers section of claude_desktop_config.json.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"b12 website generator": {
"env": {},
"args": [
"-y",
"@b12/website-generator-mcp-server"
],
"shell": false,
"command": "npx"
}
}
}
Linux
{
"env": [],
"args": [
"-y",
"@b12/website-generator-mcp-server"
],
"shell": false,
"command": "npx"
}
Macos
{
"env": [],
"args": [
"-y",
"@b12/website-generator-mcp-server"
],
"shell": false,
"command": "npx"
}
Windows
{
"env": [],
"args": [
"/c",
"npx",
"-y",
"@b12/website-generator-mcp-server"
],
"command": "cmd"
}
B12's model context protocol server for generating websites with AI
- NodeJS
- MCP Client (like Claude Desktop App)
To use this server with the Claude Desktop app, add the following configuration to the "mcpServers" section of yourclaude_desktop_config.json:
{ "mcpServers": { "b12": { "command": "npx", "args": ["-y", "@b12/website-generator-mcp-server"] } } }
This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.
Make your AI agent speak every language on the planet, using Lingo.dev Localization Engine.
Connects Blender to AI models via MCP for prompt-assisted 3D modeling, scene creation, and manipulation.
Multi-LLM Design and Build Team. Confer and create with a team of LLMs.
Integrates the Dify AI API to generate Ant Design business component code. Supports text, image inputs, and streaming responses.
Enables AI assistants to interact with and automate Figma designs programmatically.
Figma MCP server for accessing Figma files, projects, comments, components, and design metadata from Claude, Cursor, and other AI agents.
Enables AI assistants to interact with Figma via WebSocket for reading data and design analysis.
KiCAD MCP is a Model Context Protocol (MCP) implementation that enables Large Language Models (LLMs) like Claude to directly interact with KiCAD for printed circuit board design.
Executes Manim Python scripts to generate and return rendered video animations.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





