React Components
Freeby MCP Community
React components to support the MCP styleguide
v16.21.4Added Apr 12, 2026
React Components MCP Server
React components to support the MCP styleguide
Installation
Reviews
Installation
Quick install
npx -y @cimpress/react-components
Add to claude_desktop_config.json
{
"mcpServers": {
"react-components": {
"command": "npx",
"args": ["-y", "@cimpress/react-components"]
}
}
}