Glama-MCP-Server-Search vs time
Side-by-side comparison to help you pick between these two MCP servers.
Glama-MCP-Server-Search by kongyo2 | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 2 | ★ 85,748 |
| 30d uses | — | — |
| Score | 32 | 77 |
| Official | — | ✓ |
| Categories | SearchDeveloper ToolsAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 9 mo ago | this month |
Glama-MCP-Server-Search · Summary
An MCP server for searching and exploring MCP servers from the Glama directory.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
Glama-MCP-Server-Search · Use cases
- Help developers discover relevant MCP servers for their projects
- Integrate server search functionality into AI applications
- Monitor and analyze trends in MCP server development
- Create automated workflows that interact with MCP directory data
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
Glama-MCP-Server-Search · Install
npm install @kongyo2/glama-mcp-server-searchStart the server:
npm run startFor development mode:
npm run devFor Claude Desktop, add this to your config.json:
{
"mcpServers": {
"glama-search": {
"command": "node",
"args": ["dist/index.js"]
}
}
}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"]
}
}
}