Impact Ui
Freeby MCP Community
MCP Server for Impact UI Library - Provides AI access to component documentation and code examples
v1.0.4Added Apr 12, 2026
mcpmodel-context-protocolui-librarycomponent-documentationimpact-ui
Impact Ui MCP Server
MCP Server for Impact UI Library - Provides AI access to component documentation and code examples
Installation
Reviews
Installation
Quick install
npx -y impact-ui-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"impact-ui": {
"command": "npx",
"args": ["-y", "impact-ui-mcp-server"]
}
}
}