Skip to content

@udixio/mcp

Free

by MCP Community

Model Context Protocol (MCP) server for the Udixio UI Design System. This package exposes tools and resources to interact with the UI library documentation and

v0.3.2Added Apr 12, 2026
mcpmodel-context-protocoludixiouidesign-system
Works with:ClaudeGPTGeminiCopilot

@udixio/mcp MCP Server

Model Context Protocol (MCP) server for the Udixio UI Design System. This package exposes tools and resources to interact with the UI library documentation and

Installation

npx -y @udixio/mcp

Reviews

Leave a Review

Installation

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