mcp-logseq vs time
Side-by-side comparison to help you pick between these two MCP servers.
mcp-logseq by ergut | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 267 | ★ 85,748 |
| 30d uses | — | — |
| Score | 51 | 77 |
| Official | — | ✓ |
| Categories | Knowledge GraphProductivityAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 2 mo ago | this month |
mcp-logseq · Summary
An MCP server connecting Claude to LogSeq knowledge bases with read/write capabilities and optional vector search.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-logseq · Use cases
- Automate knowledge organization by creating summaries from recent notes and project updates
- Enhance research capabilities with cross-language semantic search across knowledge bases
- Streamline documentation workflows by generating meeting notes and task pages from existing content
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-logseq · Install
Step 1: Enable LogSeq API
- **Settings** → **Features** → Check "Enable HTTP APIs server"
- Click the **API button (🔌)** in LogSeq → **"Start server"**
- **Generate API token**: API panel → "Authorization tokens" → Create new
Step 2: Add to Claude (No Installation Required!)
Claude Desktop
Add to your config file (Settings → Developer → Edit Config):
{
"mcpServers": {
"mcp-logseq": {
"command": "uv",
"args": ["run", "--with", "mcp-logseq", "mcp-logseq"],
"env": {
"LOGSEQ_API_TOKEN": "your_token_here",
"LOGSEQ_API_URL": "http://localhost:12315"
}
}
}
}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"]
}
}
}