- Tailkits Ui
Tailkits Ui
Here’s a paste-ready, MCP-focused product description for your mcp.so submission (no token leaks):
Tailkits UI (MCP Server) brings Tailkits UI’s official Tailwind component library directly into your AI assistant via Model Context Protocol. Instead of hallucinated “Tailwind-ish” markup, your assistant can fetch real, vetted component code + docs on demand—so you can describe a UI in plain English and get clean, consistent, shippable sections fast.
What you get
- Access to 200+ production-ready Tailwind components/sections through MCP
- AI workflows like: “build a landing page with hero + features + pricing + FAQ” and the assistant selects compatible components (e.g.,
hero-5,pricing-2) and outputs complete code - More consistent design language across sections, fewer iterations, less “template hunting”
Works with Claude / Claude Code, Cursor, VS Code (Copilot), Windsurf, JetBrains IDEs, Antigravity, and Zed.
Setup
Add the Tailkits UI MCP server URL (token-based) to your client config, e.g.
https://dashboard.tailkits.com/mcp/tailkits?token=YOUR_TOKEN_HERE
Server Config
{
"mcpServers": {
"tailkits-ui": {
"url": "https://dashboard.tailkits.com/mcp/tailkits?token=YOUR_TOKEN_HERE",
"transport": "sse"
}
}
}