MCP Catalogs
Home

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
Score3277
Official
Categories
SearchDeveloper ToolsAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit9 mo agothis 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-search

Start the server:

npm run start

For development mode:

npm run dev

For 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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.