time vs mcp-server-memos-py
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | mcp-server-memos-py by RyoJerryYu | |
|---|---|---|
| Stars | ★ 85,748 | ★ 21 |
| 30d uses | — | — |
| Score | 77 | 40 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | ProductivityKnowledge GraphAI / LLM Tools |
| Language | TypeScript | Python |
| Last commit | this month | 7 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-server-memos-py · Summary
Python MCP server enabling LLM interaction with Memos for memo search, creation, and management.
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-memos-py · Use cases
- Automate memo creation and management through LLM interactions
- Search and retrieve existing memos using natural language queries
- Integrate Memos knowledge base into AI workflows for enhanced context
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-server-memos-py · Install
Installation
Via Smithery (Recommended for Claude Desktop)
npx -y @smithery/cli install @RyoJerryYu/mcp-server-memos-py --client claudeManual Installation
pip install mcp-server-memosClaude Desktop Configuration
Add to your Claude Desktop config.json:
{
"mcpServers": {
"memos": {
"command": "uvx",
"args": [
"--prerelease=allow",
"mcp-server-memos",
"--host",
"localhost",
"--port",
"5230",
"--token",
"your-access-token-here"
]
}
}
}