mcp-magic-ui
8
MCP Magic UI is a specialized server that utilizes the Model Context Protocol to efficiently manage and serve Magic UI components for integrations with AI assistants. It features component categorization, caching, and supports multiple transport options for versatile connectivity.
MCP Magic UI
A server implementing the Model Context Protocol (MCP) to access and explore Magic UI components. It fetches and categorizes component data from the Magic UI repository, making it accessible through an MCP API. This facilitates integration with AI assistants and MCP clients.
Features
- Component Discovery and Categorization
- Caching System for offline work
- Support for stdio and HTTP transport
- Fallback Mechanism with mock data
Usage
The server can be started using either stdio or HTTP transport, and any MCP client can connect to it to use available tools such as get_all_components
and get_component_by_path
.