time vs svelte5-mcp
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | svelte5-mcp by StudentOfJS | |
|---|---|---|
| Stars | ★ 85,748 | ★ 64 |
| 30d uses | — | — |
| Score | 77 | 43 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsAI / LLM ToolsSearch |
| Language | TypeScript | TypeScript |
| Last commit | this month | 11 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
svelte5-mcp · Summary
MCP server providing specialized tools and knowledge for Svelte 5 development with runes, snippets, and reactivity patterns.
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
svelte5-mcp · Use cases
- Searching for Svelte 5 concepts and runes explanations during development
- Generating modern Svelte 5 components with optimized patterns and best practices
- Auditing existing Svelte code for optimization opportunities and migration to Svelte 5
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"]
}
}
}svelte5-mcp · Install
# Clone and setup
git clone <repository-url>
cd svelte5-mcp-server
# Install dependencies
npm install
# Build the server
npm run build
# Start the server
npm startAdd to Claude Desktop configuration:
{
"mcpServers": {
"svelte5": {
"command": "node",
"args": ["/path/to/svelte5-mcp-server/dist/index.js"],
"env": {}
}
}
}