MCP Catalogs
Home

CAD-MCP vs time

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

CAD-MCP
by daobataotie
time
by modelcontextprotocol
Stars★ 338★ 85,748
30d uses
Score4777
Official
Categories
Developer ToolsProductivityOther
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last commit10 mo agothis month

CAD-MCP · Summary

MCP server that controls CAD software through natural language commands for drawing operations.

time · Summary

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

CAD-MCP · Use cases

  • Automating CAD drawing creation through text commands
  • Integrating CAD operations into AI workflows
  • Creating custom CAD tools through natural language interfaces

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

CAD-MCP · Install

Installation

  1. Install dependencies:
pip install -r requirements.txt
  1. Configure your MCP client (Claude Desktop example):
{
    "mcpServers": {
        "CAD": {
            "command": "python",
            "args": [
                "~/cad-mcp/src/server.py"
            ]
        }
    }
}
  1. Start the server:
python src/server.py

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.