@b12/website-generator-mcp-server
@b12io
关于 @b12/website-generator-mcp-server
B12's model context protocol server for generating websites with AI
基本信息
配置
使用下面的配置,将此服务器添加到你的 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 服务器
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup

Sentry
modelcontextprotocolModel Context Protocol Servers
MCP-Bridge
SecretiveShellA middleware to provide an openAI compatible endpoint that can call MCP tools
JetBrains MCP Proxy Server
JetBrainsA model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio
MCP Unity Editor (Game Engine)
CoderGamesterModel Context Protocol (MCP) plugin to connect with Unity Editor — designed for Cursor, Claude Code, Codex, Windsurf and other IDEs
评论