B12 Website Generator
An AI-powered website generator from B12, requiring no external data files.
@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"]
}
}
}
Máy chủ liên quan
Alpha Vantage MCP Server
nhà tài trợAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
AntBot MCP Server
A TypeScript MCP server for integrating with the AntBot AI-based RPA platform, handling tool listing and execution.
Adaptive Graph of Thoughts
An intelligent scientific reasoning framework that uses graph structures and Neo4j to perform advanced reasoning via the Model Context Protocol (MCP).
Flux ImageGen MCP Server
An MCP server for generating images using the Pollinations AI API.
ImageJ / Fiji
An MCP server for ImageJ/Fiji, implemented as a Python wrapper for Fiji functions.
Remote MCP Server (Authless)
A remote MCP server deployable on Cloudflare Workers without authentication.
Node.js API Docs
An MCP server for accessing and searching Node.js API documentation.
Intervals.icu
Connects to the Intervals.icu API to retrieve activities, events, and wellness data.
Cloudflare MCP Server Example
An example of deploying a remote MCP server on Cloudflare Workers without authentication.
MCP OAuth Sample
A sample MCP OAuth server implementation using Next.js, providing OAuth 2.1 authentication with Google and PostgreSQL.
Python Interpreter MCP
An MCP server that provides Python code execution capabilities through a REST API interface.