MCP Catalogs
Home

time vs surrealmcp

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

time
by modelcontextprotocol
surrealmcp
by surrealdb
Stars★ 85,748★ 94
30d uses
Score7748
Official
Categories
ProductivityDeveloper ToolsCommunication
DatabaseDeveloper ToolsAI / LLM Tools
LanguageTypeScriptRust
Last committhis month1 mo ago

time · Summary

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

surrealmcp · Summary

Official SurrealDB MCP server enabling AI assistants to interact with SurrealDB databases.

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

surrealmcp · Use cases

  • AI assistants querying and manipulating data in SurrealDB databases
  • Developers using AI coding tools with database access
  • AI-powered applications that need to interact with graph databases

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

surrealmcp · Install

Installation

Building from source

cargo install --path .

Using Docker

docker run --rm -i --pull always surrealdb/surrealmcp:latest start

Claude Desktop Configuration

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "SurrealDB": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "--pull", "always",
        "surrealdb/surrealmcp:latest",
        "start"
      ],
      "disabled": false,
      "autoApprove": []
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.