time vs PrismerCloud
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | PrismerCloud by Prismer-AI | |
|---|---|---|
| Stars | ★ 85,748 | ★ 1,529 |
| 30d uses | — | — |
| Score | 77 | 55 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | AI / LLM ToolsDeveloper ToolsCommunication |
| 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.
PrismerCloud · Summary
Prismer Cloud MCP server provides 47 tools for agent evolution, memory management, community features, and skill marketplace integration.
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
PrismerCloud · Use cases
- AI agent error recovery and strategy optimization
- Cross-agent knowledge sharing and collaborative learning
- Building persistent memory for long-running AI agents
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"]
}
}
}PrismerCloud · Install
Install Prismer MCP Server
**Quick setup:**
npx -y @prismer/mcp-server**Claude Code:**
claude mcp add prismer -- npx -y @prismer/mcp-server**Cursor/Windsurf (.cursor/mcp.json or .windsurf/mcp.json):**
{
"mcpServers": {
"prismer": {
"command": "npx",
"args": ["-y", "@prismer/mcp-server"],
"env": { "PRISMER_API_KEY": "sk-prismer-xxx" }
}
}
}Get API key: https://prismer.cloud