MCP Catalogs
Home

nocodb-mcp-server vs time

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

nocodb-mcp-server
by edwinbernadus
time
by modelcontextprotocol
Stars★ 70★ 85,748
30d uses
Score4677
Official
Categories
DatabaseDeveloper ToolsProductivity
ProductivityDeveloper ToolsCommunication
LanguageJavaScriptTypeScript
Last commit2 mo agothis month

nocodb-mcp-server · Summary

NocoDB MCP Server enables CRUD operations on NocoDB databases through natural language commands.

time · Summary

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

nocodb-mcp-server · Use cases

  • Manage NocoDB database content through natural language
  • Perform bulk operations on NocoDB tables
  • Upload JSON files to create new tables in NocoDB

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

nocodb-mcp-server · Install

Installation

  1. Install Node.js and TypeScript
  2. Clone the repository and install dependencies:
npm install
npm run build
  1. Set up environment variables in a .env file:
NOCODB_URL=https://your-nocodb-instance.com
NOCODB_API_TOKEN=your_api_token_here
NOCODB_BASE_ID=your_base_id_here
  1. Configure Claude Desktop by adding to claude_desktop_config.json:
{
  "mcpServers": {
    "nocodb": {
      "command": "node",
      "args": ["{working_folder}/dist/start.js"],
      "env": {
        "NOCODB_URL": "https://your-nocodb-instance.com",
        "NOCODB_BASE_ID": "your_base_id_here",
        "NOCODB_API_TOKEN": "your_api_token_here"
      }
    }
  }
}

Alternatively, use directly from CLI:

npx -y nocodb-mcp-server {NOCODB_URL} {NOCODB_BASE_ID} {NOCODB_API_TOKEN}

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.