Skip to content

React Components

Free

by MCP Community

React components to support the MCP styleguide

v16.21.4Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

React Components MCP Server

React components to support the MCP styleguide

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @cimpress/react-components
Add to claude_desktop_config.json
{
  "mcpServers": {
    "react-components": {
      "command": "npx",
      "args": ["-y", "@cimpress/react-components"]
    }
  }
}