MCP Catalogs
Home

gahmen-mcp vs time

Side-by-side comparison to help you pick between these two MCP servers.

gahmen-mcp
by aniruddha-adhikary
time
by modelcontextprotocol
Stars★ 2★ 85,748
30d uses
Score3277
Official
Categories
DatabasegovernmentDeveloper Tools
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit11 mo agothis month

gahmen-mcp · Summary

MCP server for Singapore government data APIs with search, metadata, and download capabilities.

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

gahmen-mcp · Use cases

  • Data journalists analyzing Singapore public datasets for reporting
  • Researchers accessing filtered government statistics for academic work
  • Developers building applications on top of Singapore government open 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

gahmen-mcp · Install

npm install

For Claude Desktop, add this to your config.json:

{
  "mcpServers": {
    "gahmen": {
      "command": "node",
      "args": ["path/to/gahmen-mcp/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.