llms-txt-generator vs time
并排对比,帮你在这两个 MCP server 之间做选择。
llms-txt-generator by aircodelabs | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 18 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 40 | 77 |
| 官方 | — | ✓ |
| 分类 | 开发者工具AI / LLM 工具效率工具 | 效率工具开发者工具沟通协作 |
| 实现语言 | JavaScript | TypeScript |
| 最近提交 | 11 个月前 | 本月 |
llms-txt-generator · 概述
AI驱动的llms.txt和llms-full.txt文件生成器,具有MCP服务器集成功能。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
llms-txt-generator · 使用场景
- 为新的或现有代码项目自动生成AI优化的文档
- 集成MCP服务器功能,使AI助手能够直接创建文档
- 跨多个项目标准化文档格式,确保AI理解的一致性
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
llms-txt-generator · 安装
安装
CLI安装
# 全局安装
npm install -g llms-txt-generator
# 或使用npx
npx llms-txt-generator init
npx llms-txt-generator buildMCP服务器集成
对于Claude Desktop,添加到你的claude_desktop_config.json:
{
"mcpServers": {
"llms-generator": {
"command": "npx",
"args": ["-y", "llms-txt-generator-mcp"]
}
}
}对于Cursor,添加到你的cursor-settings.json:
{
"mcpServers": {
"llms-generator": {
"command": "npx",
"args": ["-y", "llms-txt-generator-mcp"]
}
}
}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"]
}
}
}