langchain-mcp-tools-ts vs time
并排对比,帮你在这两个 MCP server 之间做选择。
langchain-mcp-tools-ts by hideya | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 23 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 40 | 77 |
| 官方 | — | ✓ |
| 分类 | 开发者工具AI / LLM 工具其它 | 效率工具开发者工具沟通协作 |
| 实现语言 | TypeScript | TypeScript |
| 最近提交 | 2 个月前 | 本月 |
langchain-mcp-tools-ts · 概述
一个TypeScript工具,用于将MCP服务器工具转换为LangChain兼容工具,并提供LLM兼容性模式调整。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
langchain-mcp-tools-ts · 使用场景
- 将MCP工具如文件系统、GitHub或Brave搜索与LangChain代理集成
- 构建使用MCP服务器的自定义LangChain应用程序,无需实现MCP协议
- 开发需要访问外部数据源的AI概念验证应用
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
langchain-mcp-tools-ts · 安装
使用npm安装:
npm i @h1deya/langchain-mcp-toolsClaude Desktop配置示例(转换为MCP服务器配置):
{
"filesystem": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-filesystem", "."]
},
"github": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-github"]
}
}time · 安装
安装选项
**使用 uv(推荐):**
uvx mcp-server-time**使用 PIP:**
pip install mcp-server-time
python -m mcp_server_time**为 Claude Desktop 配置:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}