install-component
Installs Wally UI components directly into your Angular project.
componentName: string Model Context Protocol server for intelligent AI-powered component installation with Claude Desktop and other AI coding assistants.
$ npm install -g wally-ui-mcp
Add to your Claude Desktop configuration file:
~/Library/Application Support/Claude/claude_desktop_config.json %APPDATA%\Claude\claude_desktop_config.json Add the following configuration to your file:
{
"mcpServers": {
"wally-ui": {
"command": "npx",
"args": ["wally-ui-mcp"],
"env": {}
}
}
}Installs Wally UI components directly into your Angular project.
componentName: string Lists all available components in the Wally UI library.
No parameters Validates component structure and integrity.
componentName: string Generates documentation for components.
componentName: string Ask Claude to show you what components are available:
"Show me the available Wally UI components"
Ask Claude to install a specific component in your project:
"Install the button component from Wally UI in my Angular project"
Node.js 18+
Claude Desktop with MCP support
Angular project (for component installation)
Tailwind CSS configured in your project