MCP Catalogs
Home

time vs OpenMetadata

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

time
by modelcontextprotocol
OpenMetadata
by open-metadata
Stars★ 85,748★ 13,935
30d uses
Score7759
Official
Categories
ProductivityDeveloper ToolsCommunication
AI / LLM ToolsKnowledge GraphDeveloper Tools
LanguageTypeScriptTypeScript
Last committhis monththis month

time · Summary

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

OpenMetadata · Summary

OpenMetadata provides an MCP server for AI assistants to access unified metadata context for data discovery, governance, and lineage.

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

OpenMetadata · Use cases

  • AI assistants search and discover data assets with full context
  • Data quality testing and root cause analysis for AI systems
  • Business glossary and semantic enrichment for data understanding

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"]
    }
  }
}

OpenMetadata · Install

Install OpenMetadata following the [official documentation](https://docs.open-metadata.org/).

Then configure Claude Desktop to use the OpenMetadata MCP server:

{
  "mcpServers": {
    "open-metadata": {
      "command": "npx",
      "args": ["@open-metadata/mcp-server", "--port", "8090"],
      "env": {
        "OPENMETADATA_SERVER_URL": "http://localhost:8585/api"
      }
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.