MCP Catalogs
Home

time vs airtable-mcp

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

time
by modelcontextprotocol
airtable-mcp
by rashidazarang
Stars★ 85,748★ 80
30d uses
Score7748
Official
Categories
ProductivityDeveloper ToolsCommunication
DatabaseProductivityAI / LLM Tools
LanguageTypeScriptTypeScript
Last committhis month3 mo ago

time · Summary

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

airtable-mcp · Summary

A comprehensive MCP server for Airtable integration with full CRUD operations, schema management, and AI-powered analytics.

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

airtable-mcp · Use cases

  • AI-powered data analysis and reporting from Airtable bases
  • Natural language interface for database administration and CRUD operations
  • Automated data synchronization between Airtable and other systems via webhooks

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

airtable-mcp · Install

Installation

**Claude Desktop:** Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS or %APPDATA%\Claude\claude_desktop_config.json on Windows):

{
  "mcpServers": {
    "airtable": {
      "command": "npx",
      "args": ["-y", "@rashidazarang/airtable-mcp"],
      "env": {
        "AIRTABLE_TOKEN": "YOUR_AIRTABLE_TOKEN",
        "AIRTABLE_BASE_ID": "YOUR_BASE_ID"
      }
    }
  }
}

**Claude Code:** One-command install:

curl -fsSL https://raw.githubusercontent.com/rashidazarang/airtable-mcp/main/setup.sh | bash

**Manual Config:** Add to ~/.claude.json:

{
  "airtable": {
    "type": "stdio",
    "command": "/bin/bash",
    "args": ["-c", "cd /tmp && npx -y @rashidazarang/airtable-mcp"],
    "env": {
      "AIRTABLE_TOKEN": "YOUR_AIRTABLE_TOKEN"
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.