time vs kicad-studio
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | kicad-studio by oaslananka | |
|---|---|---|
| Stars | ★ 85,748 | ★ 27 |
| 30d uses | — | — |
| Score | 77 | 44 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsAI / LLM ToolsProductivity |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
kicad-studio · Summary
VS Code extension that integrates KiCad projects with MCP tools and AI capabilities for PCB design 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
kicad-studio · Use cases
- AI-assisted PCB design with automated DRC/ERC fixes
- Interactive schematic and PCB viewing with layer controls
- Manufacturing exports and quality gate checking
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"]
}
}
}kicad-studio · Install
VS Code Marketplace
code --install-extension oaslananka.kicadstudioMCP Integration Setup
- Install kicad-mcp-pro:
KiCad: Install kicad-mcp-pro - Setup MCP integration:
KiCad: Setup MCP Integration - Pick MCP profile:
KiCad: Pick MCP Profile
Claude Desktop Configuration (if using):
{
"mcpServers": {
"kicad-mcp-pro": {
"command": "uvx",
"args": ["kicad-mcp-pro"]
}
}
}