⚡ Quick setup

Copy
// ~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "uwc": {
      "url": "https://uwc-mcp.vercel.app/api/mcp"
    }
  }
}
Copy
// .cursor/mcp.json (project)  or  ~/.cursor/mcp.json (global)
{
  "mcpServers": {
    "uwc": {
      "url": "https://uwc-mcp.vercel.app/api/mcp"
    }
  }
}
Copy
// ~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "uwc": {
      "serverUrl": "https://uwc-mcp.vercel.app/api/mcp"
    }
  }
}
Copy
// .vscode/mcp.json
{
  "servers": {
    "uwc": {
      "type": "http",
      "url": "https://uwc-mcp.vercel.app/api/mcp"
    }
  }
}
Copy
// stdio transport — no internet required after first run
{
  "mcpServers": {
    "uwc": {
      "command": "npx",
      "args": ["-y", "@uwckit/mcp@latest"]
    }
  }
}

🔧 Available tools

List all UWC components, optionally filtered by category (forms, overlay, menu, data…). Full API docs for a component — properties, events, slots, methods, and CSS custom properties. Ready-to-use code snippet for any component in Vanilla JS, React, Vue, Angular, or Svelte. Find components by keyword or feature description when you don't know the exact name. Installation and setup instructions for a specific framework or CDN environment. Complete guide for using and switching between Default, Material, Fluent, and M3 themes.

📄 llms.txt

A plain-text reference of all 51 components optimised for AI models. Paste the URL or file contents directly into any AI chat — works without MCP or any configuration.

https://uwc-mcp.vercel.app/llms.txt Copy URL 📎 Attach in chat

Download the file and attach it to Claude, ChatGPT, or Gemini as context for your question.

🔗 Paste the URL

Some AI tools (Claude.ai) can fetch URLs — just paste the link and ask your question.

⬇️ Download locally curl -o llms.txt https://uwc-mcp.vercel.app/llms.txt

▶ Live API tester

GET /api/health initialize tools/list list_components get_component: button search: modal GET /llms.txt No request sent yet
Click any button above to fire a live request...
Equivalent curl command