shadcn-ui-mcp-server
The shadcn-ui MCP Server is a TypeScript-based server designed to provide comprehensive reference data for shadcn/ui components. It serves as an MCP server to assist AI systems in accessing component documentation and examples efficiently.
What is the shadcn-ui MCP Server?
It is a TypeScript-based server that provides reference information for shadcn/ui components, helping AI assistants access component documentation and examples.
What kind of data does the server provide?
The server provides component descriptions, installation instructions, usage examples, props, variants, and code samples.
How does the server obtain its data?
The server scrapes and caches information from the official shadcn/ui documentation site and the shadcn/ui GitHub repository.
Can I search for components using keywords?
Yes, the server includes a tool to search for components by keyword.
How can I debug the MCP server?
You can use the MCP Inspector, which is available as a package script, to access debugging tools in your browser.