time vs shadcnspace-mcp
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | shadcnspace-mcp by shadcnspace | |
|---|---|---|
| Stars | ★ 85,748 | ★ 1 |
| 30d uses | — | — |
| Score | 77 | 37 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsAI / LLM ToolsProductivity |
| Language | TypeScript | JavaScript |
| Last commit | this month | 1 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
shadcnspace-mcp · Summary
MCP server for discovering and installing ShadcnSpace UI blocks directly in AI-powered IDEs.
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
shadcnspace-mcp · Use cases
- Discover and browse available UI components in ShadcnSpace from within your IDE
- Generate installation commands for specific UI blocks without leaving your development environment
- Search for UI components using keywords or tags to find relevant blocks quickly
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"]
}
}
}shadcnspace-mcp · Install
Installation
**Automatic installation:**
npx shadcnspace-cli install <client>**Manual installation:** Add to your IDE's MCP config:
{
"mcpServers": {
"shadcnspace-mcp": {
"command": "npx",
"args": ["-y", "shadcnspace-mcp@latest"]
}
}
}**Supported clients:** Cursor, Windsurf, Claude, Cline, Antigravity