shadcn-ui-mcp-server vs time
Side-by-side comparison to help you pick between these two MCP servers.
shadcn-ui-mcp-server by Jpisnice | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 2,768 | ★ 85,748 |
| 30d uses | — | — |
| Score | 58 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
shadcn-ui-mcp-server · Summary
MCP server providing AI assistants with comprehensive access to shadcn/ui components for React, Svelte, Vue, and React Native.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
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
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
shadcn-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"]
}
}
}time · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}