Remote MCP server for AI-assisted UI development with PettyUI web components.
https://petty.staythree.com/mcp
List components by category
Full component details
Generate valid HTML
Validate against schemas
Add to your project settings or ~/.claude/settings.json:
{
"mcpServers": {
"pettyui": {
"type": "url",
"url": "https://petty.staythree.com/mcp"
}
}
}Add to claude_desktop_config.json:
{
"mcpServers": {
"pettyui": {
"type": "url",
"url": "https://petty.staythree.com/mcp"
}
}
}Add to .cursor/mcp.json in your project root:
{
"mcpServers": {
"pettyui": {
"type": "url",
"url": "https://petty.staythree.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"pettyui": {
"type": "url",
"url": "https://petty.staythree.com/mcp"
}
}
}Add to ~/.codex/config.json:
{
"mcpServers": {
"pettyui": {
"type": "url",
"url": "https://petty.staythree.com/mcp"
}
}
}Add to .vscode/mcp.json in your project:
{
"servers": {
"pettyui": {
"type": "http",
"url": "https://petty.staythree.com/mcp"
}
}
}Add to Zed settings (settings.json):
{
"context_servers": {
"pettyui": {
"settings": {
"url": "https://petty.staythree.com/mcp"
}
}
}
}curl -X POST https://petty.staythree.com/mcp \
-H "Content-Type: application/json" \
-H "Accept: application/json, text/event-stream" \
-d params:{}For local installation via npm:
npm install @pettyui/mcp
npx @pettyui/mcpPettyUI — 51 headless web components. Zero dependencies. ~5KB gzipped. Source