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 | — | — |
| Score | 47 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsProductivityOther | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 10 mo ago | this 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
- Install dependencies:
pip install -r requirements.txt- Configure your MCP client (Claude Desktop example):
{
"mcpServers": {
"CAD": {
"command": "python",
"args": [
"~/cad-mcp/src/server.py"
]
}
}
}- Start the server:
python src/server.pytime · 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"]
}
}
}