https://github.com/maoxiaoke/mcp-copy-web-ui
https://github.com/maoxiaoke/mcp-copy-web-ui
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/maoxiaoke/mcp-copy-web-ui
- Owner: maoxiaoke
- Created: 2025-03-06T11:18:06.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-04-14T03:44:41.000Z (6 months ago)
- Last Synced: 2025-04-14T04:33:43.300Z (6 months ago)
- Language: HTML
- Size: 105 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mcp-copy-web-ui
This is an MCP server that helps download and analyze websites for UI/UX inspiration. It captures the complete HTML content of a website, including all CSS, images, and other resources, making them available for analysis by Claude.
## Features
- Downloads complete webpage content
- Inlines all CSS styles
- Converts images to base64 data URIs
- Resolves and inlines all external resources
- Makes the complete webpage available for AI analysis## Tools
### get_web_inspiration
Downloads and analyzes a website for UI/UX inspiration. Takes a URL as input and returns the complete HTML with all resources inlined.Example usage in Claude:
```
I'd like to get inspiration from example.com's design
```## How to Use
### NPX
```json
{
"mcpServers": {
"mediaProcessor": {
"command": "npx",
"args": [
"-y",
"create-mcp-server@latest"
]
}
}
}
```