MCP Catalogs
Home

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
Score7744
Official
Categories
ProductivityDeveloper ToolsCommunication
Developer ToolsAI / LLM ToolsProductivity
LanguageTypeScriptTypeScript
Last committhis monththis 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.kicadstudio

MCP Integration Setup

  1. Install kicad-mcp-pro: KiCad: Install kicad-mcp-pro
  2. Setup MCP integration: KiCad: Setup MCP Integration
  3. Pick MCP profile: KiCad: Pick MCP Profile

Claude Desktop Configuration (if using):

{
  "mcpServers": {
    "kicad-mcp-pro": {
      "command": "uvx",
      "args": ["kicad-mcp-pro"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.