llms-txt-generator vs time
Side-by-side comparison to help you pick between these two MCP servers.
llms-txt-generator by aircodelabs | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 18 | ★ 85,748 |
| 30d uses | — | — |
| Score | 40 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | JavaScript | TypeScript |
| Last commit | 11 mo ago | this month |
llms-txt-generator · Summary
AI-powered generator for llms.txt and llms-full.txt files with MCP server integration.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
llms-txt-generator · Use cases
- Automatically generate AI-optimized documentation for new or existing code projects
- Integrate MCP server functionality to enable AI assistants to create documentation directly
- Standardize documentation format across multiple projects for consistent AI understanding
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
llms-txt-generator · Install
Installation
CLI Installation
# Install globally
npm install -g llms-txt-generator
# Or use npx
npx llms-txt-generator init
npx llms-txt-generator buildMCP Server Integration
For Claude Desktop, add to your claude_desktop_config.json:
{
"mcpServers": {
"llms-generator": {
"command": "npx",
"args": ["-y", "llms-txt-generator-mcp"]
}
}
}For Cursor, add to your cursor-settings.json:
{
"mcpServers": {
"llms-generator": {
"command": "npx",
"args": ["-y", "llms-txt-generator-mcp"]
}
}
}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"]
}
}
}