mcp-server vs time
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server by DollhouseMCP | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 33 | ★ 85,748 |
| 30d uses | — | — |
| Score | 44 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
mcp-server · Summary
A free, open-source MCP server for dynamic custom persona management with community-shared templates and skills.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-server · Use cases
- Customizing AI behavior with specific personas for different tasks
- Adding new capabilities to AI models through community-developed skills
- Standardizing output formats using reusable templates
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-server · Install
Interactive Setup (any platform)
npx @dollhousemcp/mcp-server@latest --webClaude Desktop
Download the [DollhouseMCP Desktop Extension](https://github.com/DollhouseMCP/mcp-server/releases/latest) (.mcpb file) and double-click it.
Claude Code
claude mcp add -s user dollhousemcp -- npx -y @dollhousemcp/mcp-serverConfiguration
Add to Claude Desktop config:
{
"mcpServers": {
"dollhousemcp": {
"command": "npx",
"args": ["-y", "@dollhousemcp/mcp-server"]
}
}
}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"]
}
}
}