time vs unplugin-mcp
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | unplugin-mcp by situ2001 | |
|---|---|---|
| Stars | ★ 85,748 | ★ 31 |
| 30d uses | — | — |
| Score | 77 | 41 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsAI / LLM ToolsOps & Infra |
| Language | TypeScript | TypeScript |
| Last commit | this month | 2 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
unplugin-mcp · Summary
A unified plugin for integrating MCP servers into JavaScript build tools like Webpack, Rollup, and Vite.
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
unplugin-mcp · Use cases
- Enable AI assistants to understand module dependencies and build configurations during development
- Allow AI to debug build errors and provide suggestions for fixing them
- Integrate AI directly into the build process to automatically optimize bundling or resolve dependencies
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"]
}
}
}unplugin-mcp · Install
# Install the plugin
pnpm add -D unplugin-mcp
# or install bundler-specific one
pnpm add -D rollup-plugin-mcpFor Claude Desktop, add to your claude_desktop_config.json:
{
"mcpServers": {
"rollup": {
"url": "http://localhost:14514/mcp/sse"
}
}
}