time vs mcp-llms-txt-explorer
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | mcp-llms-txt-explorer by thedaviddias | |
|---|---|---|
| Stars | ★ 85,748 | ★ 74 |
| 30d uses | — | — |
| Score | 77 | 45 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Web ScrapingAI / LLM ToolsDeveloper Tools |
| Language | TypeScript | JavaScript |
| Last commit | this month | 4 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-llms-txt-explorer · Summary
MCP server for discovering and analyzing websites with llms.txt files.
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
mcp-llms-txt-explorer · Use cases
- Discovering websites that support AI model access via llms.txt
- Validating the implementation of llms.txt protocol on specific domains
- Building applications that need to interact with llms.txt-compliant sites
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"]
}
}
}mcp-llms-txt-explorer · Install
Installation
Via Smithery (recommended)
npx -y @smithery/cli install @thedaviddias/mcp-llms-txt-explorer --client claudeManual Installation
- Clone the repository:
git clone https://github.com/thedaviddias/mcp-llms-txt-explorer.git
cd mcp-llms-txt-explorer- Install dependencies:
pnpm install- Build the server:
pnpm run buildClaude Desktop Configuration
Add to your claude_desktop_config.json:
{
"mcpServers": {
"llms-txt-explorer": {
"command": "npx",
"args": ["-y", "@thedaviddias/mcp-llms-txt-explorer"]
}
}
}