langchain-mcp-server vs time
Side-by-side comparison to help you pick between these two MCP servers.
langchain-mcp-server by LiteObject | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 1 | ★ 85,748 |
| 30d uses | — | — |
| Score | 33 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsDeveloper Toolsdocumentation | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 6 mo ago | this month |
langchain-mcp-server · Summary
Dual-mode MCP server providing live LangChain documentation, API references, and code examples from official sources.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
langchain-mcp-server · Use cases
- LangChain developers needing quick reference to documentation and API while working
- AI assistants integrated with LangChain requiring up-to-date documentation access
- Educational platforms teaching LangChain with real-time examples and references
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
langchain-mcp-server · Install
Installation
Using Docker (Recommended)
git clone https://github.com/LiteObject/langchain-mcp-server.git
cd langchain-mcp-server
docker-compose up --buildLocal Development
pip install -r requirements.txt
python run.py mcpClaude Desktop Configuration
Add to your claude_desktop_config.json:
{
"mcpServers": {
"langchain-docs": {
"command": "python",
"args": ["path/to/langchain-mcp-server/run.py", "mcp"],
"env": {
"PYTHONPATH": "path/to/langchain-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"]
}
}
}