Skip to main content
Glama
Fabi-SPL

uiverse-mcp

by Fabi-SPL

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
UIVERSE_CACHE_PATHNoCustom cache path for the galaxy repo (default: ~/.uiverse-mcp/cache). Override with env var UIVERSE_CACHE_PATH.~/.uiverse-mcp/cache

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_categoriesA

List all Uiverse component categories with their component counts. Categories: Buttons, Cards, Checkboxes, Forms, Inputs, Notifications, Patterns, Radio-buttons, Toggle-switches, Tooltips, loaders. Call this first when you don't know what's available.

list_componentsA

List components in a specific category with pagination. Returns summaries only (id, author, name, tags, preview_url) — no HTML payload. Call get_component to fetch actual HTML/CSS for a specific component. Optional: filter by author.

search_componentsA

Fuzzy search components by name, tags, or author. Returns top matches as summaries (no HTML). Use this when the user asks for a specific style like 'glowing button', 'glass card', 'ripple loader'. Optional category filter narrows the search.

get_componentA

Fetch the full HTML + CSS of a specific component by category + id. Returns markup, CSS (or note if Tailwind-based), tags, author, preview URL. Use after browsing with list_components or search_components.

get_component_previewA

Return the public uiverse.io URL for visual preview of a component. Open this in a browser to see the component rendered with animations. Does NOT fetch HTML — use get_component for code.

refresh_cacheA

Pull the latest commits from the uiverse-io/galaxy repo and rebuild the in-memory index. Use when you suspect the cache is stale (last sync > 1 week). Returns commit SHA delta and new total count.

cache_statusA

Report cache metadata: last sync time, current commit SHA, total components indexed, per-category counts. Use to debug sync issues.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Fabi-SPL/uiverse-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server