Zero configuration
One npx line in your MCP config and your agent has access to the whole library. On first start a shallow git clone is pulled (~85 MB). After that it is instantly there.
uiverse-mcp gives Claude Code, Cursor, Codex and any MCP-compatible AI agent direct access to the complete Uiverse.io library. No API key, no browser tab. Just ask for a glass card and the full HTML plus CSS lands in the editor.
Designers and developers have wanted Uiverse for a long time. AI agents could not reach it. uiverse-mcp closes that gap with seven tools your agent can call directly.
One npx line in your MCP config and your agent has access to the whole library. On first start a shallow git clone is pulled (~85 MB). After that it is instantly there.
Runs on Fuse.js. Ask for a "neon glow button" or "neumorphic toggle" and you get the closest matches with tags, authors and preview URLs in under 30 ms.
Delivers complete markup to paste in directly. Your agent jumps from "I am looking for a button" to "button shipped" in one tool call.
stdio transport. The same architecture I build for your platform, only with your data instead of Uiverse.
Same blueprint, different data: swap Uiverse for Postgres, Notion, Stripe or an internal API. This is exactly what my custom MCP path for clients looks like.
Returns all 11 categories with component counts. This is where you should start.
Lists a category paginated. Optional filter by author. Returns name, tags and preview URL.
Fuzzy search over name, tag or author. Fuse.js-based, sorted by relevance.
Returns the complete HTML plus CSS of a specific component. Usable right away.
Returns the uiverse.io URL so you can view a component in the browser before you pull it.
Pulls the latest state from the upstream Galaxy repo and rebuilds the in-memory index.
Returns last sync time, commit SHA and total count per category. Good for debugging and freshness checks.
Works with Claude Code, Cursor, Windsurf, Cline and any MCP-compatible agent.
{
"mcpServers": {
"uiverse": {
"command": "npx",
"args": ["-y", "uiverse-mcp"]
}
}
}
// Restart the client. Ask: "give me a glass card" - done.
Production-ready MCP servers in days instead of months. Postgres, Notion, Stripe, an internal API. Your tools, your auth, your data, reachable for all major AI agents. No vendor lock-in.