website-generator-mcp-server
This server is B12's Model Context Protocol (MCP) server for generating websites using AI. It can be easily set up and utilized with NodeJS and an MCP client, particularly integrating with the Claude Desktop app, facilitating efficient website generation.
GitHub Stars
3
User Rating
Not Rated
Forks
3
Issues
3
Views
0
Favorites
0
README
@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
:
{
"mcpServers": {
"b12": {
"command": "npx",
"args": ["-y", "@b12/website-generator-mcp-server"]
}
}
}