|
--- |
|
title: Website Generator |
|
emoji: 💻 |
|
colorFrom: green |
|
colorTo: gray |
|
sdk: gradio |
|
sdk_version: 5.31.0 |
|
app_file: app.py |
|
pinned: false |
|
license: mit |
|
short_description: Transform website screenshots into functional HTML code, |
|
tags: |
|
- mcp-server-track |
|
--- |
|
|
|
## Usage Instructions |
|
|
|
### Video_URL: https://youtu.be/3GxNtBQRIUE |
|
|
|
### Local Setup |
|
1. Install dependencies: |
|
```bash |
|
pip install -r requirements.txt |
|
``` |
|
|
|
2. Run the application: |
|
```bash |
|
python app.py |
|
``` |
|
|
|
### MCP Configuration |
|
If you want to use this tool with MCP (Model Context Protocol), copy the following configuration: |
|
|
|
```json |
|
{ |
|
"mcpServers": { |
|
"gradio": { |
|
"command": "npx", |
|
"args": [ |
|
"mcp-remote", |
|
"https://agents-mcp-hackathon-website-generator.hf.space/gradio_api/mcp/sse", |
|
"--transport", |
|
"sse-only" |
|
] |
|
} |
|
} |
|
} |
|
``` |