everything vs ui-ux-pro-mcp
Side-by-side comparison to help you pick between these two MCP servers.
everything by modelcontextprotocol | ui-ux-pro-mcp by redf0x1 | |
|---|---|---|
| Stars | ★ 85,748 | ★ 17 |
| 30d uses | — | — |
| Score | 77 | 42 |
| Official | ✓ | — |
| Categories | Developer ToolsAI / LLM ToolsOther | Developer ToolsAI / LLM ToolsProductivity |
| Language | TypeScript | TypeScript |
| Last commit | this month | 4 mo ago |
everything · Summary
Official MCP test server exercising all protocol features for client builders.
ui-ux-pro-mcp · Summary
AI-powered UI/UX design intelligence MCP server with 1,920+ curated design resources and search tools.
everything · Use cases
- Testing MCP client implementations against all protocol features
- Learning MCP protocol capabilities through a reference server
- Validating client compatibility with different transport methods
ui-ux-pro-mcp · Use cases
- Designers searching for UI patterns and best practices for web or mobile applications
- Teams creating design systems with color palettes and typography recommendations
- Developers needing cross-platform implementation guidelines for iOS and Android
everything · Install
NPX (recommended)
{
"mcpServers": {
"everything": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-everything"]
}
}
}On Windows, use cmd /c:
{
"mcpServers": {
"everything": {
"command": "cmd",
"args": ["/c", "npx", "-y", "@modelcontextprotocol/server-everything"]
}
}
}Docker
{
"mcpServers": {
"everything": {
"command": "docker",
"args": ["run", "-i", "--rm", "mcp/everything"]
}
}
}Global install
npm install -g @modelcontextprotocol/server-everything@latest
npx @modelcontextprotocol/server-everythingui-ux-pro-mcp · Install
Installation
**Option 1: NPX (Recommended)**
npx ui-ux-pro-mcp**Option 2: Global Install**
npm install -g ui-ux-pro-mcp
ui-ux-pro-mcp**Option 3: From Source**
git clone https://github.com/redf0x1/ui-ux-pro-mcp.git
cd ui-ux-pro-mcp
npm install
npm run build
npm start**Claude Desktop Configuration**
{
"mcpServers": {
"ui-ux-pro": {
"command": "npx",
"args": ["ui-ux-pro-mcp", "--stdio"]
}
}
}