time vs mcp-toolkit
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | mcp-toolkit by nuxt-modules | |
|---|---|---|
| Stars | ★ 85,748 | ★ 148 |
| 30d uses | — | — |
| Score | 77 | 48 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsAI / LLM ToolsOther |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-toolkit · Summary
Nuxt module for creating MCP servers with automatic discovery of tools, resources, and prompts.
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
mcp-toolkit · Use cases
- Building custom MCP servers within Nuxt applications for AI assistants
- Creating interactive Vue UI widgets for MCP Apps-compatible hosts
- Automating file-based tool and resource management for AI systems
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"]
}
}
}mcp-toolkit · Install
# Using nux
npx nuxt module add mcp-toolkit
# Or installing manually
npm install -D @nuxtjs/mcp-toolkit zodFor Claude Desktop, add to claude_desktop_config.json:
{
"mcpServers": {
"nuxt-mcp": {
"command": "npx",
"args": ["@nuxtjs/mcp-toolkit"]
}
}
}