booklib vs time
Side-by-side comparison to help you pick between these two MCP servers.
booklib by booklib-ai | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 28 | ★ 85,748 |
| 30d uses | — | — |
| Score | 44 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsKnowledge Graph | ProductivityDeveloper ToolsCommunication |
| Language | JavaScript | TypeScript |
| Last commit | 1 mo ago | this month |
booklib · Summary
BookLib is an MCP server that detects AI knowledge gaps in projects and injects context at runtime to fix outdated code patterns.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
booklib · Use cases
- Fixing outdated API calls in codebases that use newer library versions than AI training data
- Enforcing team coding standards and decisions through real-time code injection
- Automating documentation integration for post-training packages across multiple ecosystems
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
booklib · Install
Install BookLib globally:
npm install -g @booklib/coreInitialize the tool:
booklib initFor Claude Desktop integration, BookLib automatically configures MCP during initialization. The generated configuration can be found in your Claude Desktop config directory under the booklib section.
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"]
}
}
}