ultimate_mcp_server vs shadcn-ui-mcp-server
Side-by-side comparison to help you pick between these two MCP servers.
ultimate_mcp_server by Dicklesworthstone | shadcn-ui-mcp-server by Jpisnice | |
|---|---|---|
| Stars | ★ 149 | ★ 2,768 |
| 30d uses | — | — |
| Score | 85 | 58 |
| Official | — | — |
| Categories | AI / LLM ToolsBrowser AutomationFile System | Developer ToolsAI / LLM ToolsProductivity |
| Language | Python | TypeScript |
| Last commit | 2 mo ago | this month |
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.
shadcn-ui-mcp-server · Summary
MCP server providing AI assistants with comprehensive access to shadcn/ui components for React, Svelte, Vue, and React Native.
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
shadcn-ui-mcp-server · Use cases
- AI-powered UI development with shadcn/ui components across multiple frameworks
- Multi-client production deployments with SSE transport and Docker
- Component discovery and comparison across React, Svelte, Vue, and React Native implementations
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_servershadcn-ui-mcp-server · Install
Installation
CLI Usage
# Basic usage
npx @jpisnice/shadcn-ui-mcp-server
# With GitHub token (recommended)
npx @jpisnice/shadcn-ui-mcp-server --github-api-key ghp_your_token_here
# Framework-specific
npx @jpisnice/shadcn-ui-mcp-server --framework svelte
npx @jpisnice/shadcn-ui-mcp-server --framework vue
npx @jpisnice/shadcn-ui-mcp-server --framework react-nativeClaude Desktop
Download and double-click the .mcpb file from [Releases](https://github.com/Jpisnice/shadcn-ui-mcp-server/releases) for instant installation.
Manual Claude Desktop Configuration
{
"mcpServers": {
"shadcn-ui": {
"command": "npx",
"args": ["@jpisnice/shadcn-ui-mcp-server", "--github-api-key", "YOUR_TOKEN"]
}
}
}