shadcn-ui-mcp-unofficial
The Shadcn UI MCP Server is a TypeScript-based MCP server enabling AI assistants to interact with shadcn/ui components. It offers tools to fetch source code, demos, and installation guides to enhance AI model capabilities.
What is the primary function of the Shadcn UI MCP Server?
The primary function is to help AI assistants interact with shadcn/ui components by providing access to component source code, demos, and installation guides.
What are the communication modes supported by the server?
The server supports STDIO and HTTP/SSE communication modes.
How can I configure the server?
The server can be configured using a .env file, which can be created by copying from .env.example and modifying as needed.
What tools does the server provide?
The server provides tools like 'get_component' to retrieve component source code and 'get_component_demo' to fetch demo code.
How can I run the server using Docker?
You can run the server using Docker by building the services with 'docker compose build' and starting them with 'docker compose up'.