MCP Catalogs
Home

freecad-mcp vs time

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

freecad-mcp
by contextform
time
by modelcontextprotocol
Stars★ 73★ 85,748
30d uses
Score4377
Official
Categories
Developer ToolsAI / LLM ToolsProductivity
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last commit9 mo agothis month

freecad-mcp · Summary

FreeCAD MCP enables AI-powered 3D modeling and CAD automation through natural language commands in Claude

time · Summary

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

freecad-mcp · Use cases

  • Automate CAD modeling tasks through natural language instructions
  • Create complex 3D models like buildings and mechanical parts with simple commands
  • Integrate AI design assistants into existing FreeCAD 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

freecad-mcp · Install

Installation

Quick Install

**Windows:**

python -m pip install --user mcp
npm install -g freecad-mcp-setup@latest
npx freecad-mcp-setup setup

**macOS/Linux:**

pip install mcp
npm install -g freecad-mcp-setup@latest
npx freecad-mcp-setup setup

Claude Desktop Configuration

Add to your Claude Desktop config:

{
  "mcpServers": {
    "freecad": {
      "command": "python3",
      "args": ["/path/to/.freecad-mcp/working_bridge.py"]
    }
  }
}

**Config file locations:**

  • **macOS**: ~/Library/Application Support/Claude/claude_desktop_config.json
  • **Windows**: %APPDATA%/Claude/claude_desktop_config.json

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.