Magic UI
Createdidcdev
Provides access to and search functionality for Magic UI components via a Model Context Protocol (MCP) server.
About
Magic UI is an MCP server designed to provide access to and exploration of Magic UI components sourced from the magicuidesign/magicui repository. It fetches, categorizes, and serves component data through an MCP API, enabling AI assistants and other MCP clients to seamlessly discover and integrate Magic UI components into their applications. It supports stdio and HTTP transport methods, features local caching to minimize GitHub API calls, and even provides mock data as a fallback when the GitHub API is unavailable.
Key Features
- Supports both stdio and HTTP transport methods.
- Provides mock data when GitHub API is unavailable.
- Enables component discovery through MCP tools.
- Reduces GitHub API calls with local caching of component data.
- 3 GitHub stars
- Automatically categorizes components based on names and dependencies.
Use Cases
- Enables offline usage with locally cached component data.
- Allows AI assistants to discover and use Magic UI components.
- Facilitates integration of Magic UI components into applications via MCP.