ultimate_mcp_server vs ui-ux-pro-mcp
Side-by-side comparison to help you pick between these two MCP servers.
ultimate_mcp_server by Dicklesworthstone | ui-ux-pro-mcp by redf0x1 | |
|---|---|---|
| Stars | ★ 149 | ★ 17 |
| 30d uses | — | — |
| Score | 85 | 42 |
| Official | — | — |
| Categories | AI / LLM ToolsBrowser AutomationFile System | Developer ToolsAI / LLM ToolsProductivity |
| Language | Python | TypeScript |
| Last commit | 2 mo ago | 4 mo ago |
ultimate_mcp_server · Summary
Comprehensive MCP server providing dozens of capabilities for AI agents including LLM delegation, browser automation, document processing, and cognitive memory systems.
ui-ux-pro-mcp · Summary
AI-powered UI/UX design intelligence MCP server with 1,920+ curated design resources and search tools.
ultimate_mcp_server · Use cases
- Complex document processing and analysis with OCR and structured data extraction
- Web automation and research across multiple sites with browser control
- Cost-optimized AI workflows through intelligent task delegation between models
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
ultimate_mcp_server · Install
Installation
- Clone the repository:
git clone https://github.com/Dicklesworthstone/ultimate_mcp_server.git
cd ultimate_mcp_server- Install dependencies:
pip install -e .- For Claude Desktop integration, add to your claude_desktop_config.json:
{
"mcpServers": {
"ultimate-mcp": {
"command": "python",
"args": ["-m", "ultimate_mcp_server"],
"env": {
"PYTHONPATH": "."
}
}
}
}- Run the server:
python -m ultimate_mcp_serverui-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"]
}
}
}