MCP Catalogs
Home

time vs freecad-addon-robust-mcp-server

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

time
by modelcontextprotocol
freecad-addon-robust-mcp-server
by spkane
Stars★ 85,748★ 84
30d uses
Score7749
Official
Categories
ProductivityDeveloper ToolsCommunication
Developer ToolsAI / LLM ToolsProductivity
LanguageTypeScriptPython
Last committhis monththis month

time · Summary

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

freecad-addon-robust-mcp-server · Summary

A comprehensive MCP server connecting AI assistants to FreeCAD for 3D modeling with 150+ tools.

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-addon-robust-mcp-server · Use cases

  • AI-assisted 3D modeling and design automation
  • Debugging FreeCAD models and macros through AI conversation
  • Generating FreeCAD code and templates programmatically
  • Creating complex geometric shapes with natural language instructions
  • Batch processing multiple 3D models

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

freecad-addon-robust-mcp-server · Install

Installation

Using pip (recommended)

pip install freecad-robust-mcp

Using Docker

docker pull spkane/freecad-robust-mcp

Claude Desktop Configuration

Add the following to your ~/.claude/claude_desktop_config.json:

{
  "mcpServers": {
    "freecad": {
      "command": "freecad-mcp",
      "env": {
        "FREECAD_MODE": "xmlrpc"
      }
    }
  }
}

FreeCAD Workbench Installation

  1. Install the Robust MCP Bridge workbench via FreeCAD's Addon Manager:

- Edit → Preferences → Addon Manager - Search for "Robust MCP Bridge" - Install and restart FreeCAD

  1. Switch to the Robust MCP Bridge workbench
  2. Click the Start MCP Bridge button
Comparison generated from public README + GitHub signals. Last updated automatically.