time vs lyra-tool-discovery
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | lyra-tool-discovery by nirholas | |
|---|---|---|
| Stars | ★ 85,748 | ★ 25 |
| 30d uses | — | — |
| Score | 77 | 44 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsblockchainAI / LLM Tools |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
lyra-tool-discovery · Summary
AI-powered discovery tool that finds and analyzes crypto-focused MCP servers across GitHub and npm, generating ready-to-use plugin configurations.
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
lyra-tool-discovery · Use cases
- Crypto application developers rapidly discovering and integrating MCP servers related to blockchain, DeFi, or NFTs
- Plugin marketplace operators automating curation and validation of crypto-focused MCP plugins
- DevOps engineers setting up CI/CD pipelines for automated discovery and deployment of blockchain tooling
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"]
}
}
}lyra-tool-discovery · Install
# Global install (recommended for CLI usage)
pnpm add -g @nirholas/lyra-tool-discovery
# Or with npm
npm install -g @nirholas/lyra-tool-discovery
# Or run directly with npx
npx @nirholas/lyra-tool-discovery discover --help# Environment variables for AI providers
export OPENAI_API_KEY="sk-..."
export ANTHROPIC_API_KEY="sk-ant-..."
export GITHUB_TOKEN="ghp_..." # Optional for higher rate limits