MCP Catalogs
Home

mcp-server-bigquery vs time

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

mcp-server-bigquery
by LucasHild
time
by modelcontextprotocol
Stars★ 126★ 85,748
30d uses
Score4777
Official
Categories
DatabaseDeveloper ToolsAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last commit2 mo agothis month

mcp-server-bigquery · Summary

An MCP server enabling LLMs to inspect BigQuery schemas and execute SQL queries.

time · Summary

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

mcp-server-bigquery · Use cases

  • AI-powered data analysis by letting LLMs directly query BigQuery datasets
  • Automated report generation based on real-time data from BigQuery
  • Data discovery and schema exploration for data science workflows

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

mcp-server-bigquery · Install

Installation

Via Smithery

npx -y @smithery/cli install mcp-server-bigquery --client claude

Claude Desktop

Add to your Claude Desktop config:

{
  "mcpServers": {
    "bigquery": {
      "command": "uvx",
      "args": ["mcp-server-bigquery"],
      "env": {
        "BIGQUERY_PROJECT": "{{GCP_PROJECT_ID}}",
        "BIGQUERY_LOCATION": "{{GCP_LOCATION}}"
      }
    }
  }
}

Command Line

claude mcp add bigquery --scope user --transport stdio -- uvx mcp-server-bigquery --project {PROJECT_ID} --location {LOCATION}

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.