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 | — | — |
| Score | 43 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 9 mo ago | this 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 setupClaude 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"]
}
}
}