langchain-mcp-tools-py vs time
Side-by-side comparison to help you pick between these two MCP servers.
langchain-mcp-tools-py by hideya | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 28 | ★ 85,748 |
| 30d uses | — | — |
| Score | 44 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 2 mo ago | this month |
langchain-mcp-tools-py · Summary
Python utility converting MCP server tools into LangChain-compatible tools with support for local and remote servers.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
langchain-mcp-tools-py · Use cases
- Integrating MCP tools into LangChain agents
- Working with local MCP servers using Python
- Connecting to remote MCP servers via HTTP/WebSocket
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-tools-py · Install
pip install langchain-mcp-toolsClaude Desktop Configuration
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-filesystem", "."]
},
"fetch": {
"command": "uvx",
"args": ["mcp-server-fetch"]
}
}
}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"]
}
}
}