MCP Catalogs
Home

mcp-3D-printer-server vs time

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

mcp-3D-printer-server
by DMontgomery40
time
by modelcontextprotocol
Stars★ 190★ 85,748
30d uses
Score4877
Official
Categories
Developer ToolsOps & InfraOther
ProductivityDeveloper ToolsCommunication
LanguageJavaScriptTypeScript
Last committhis monththis month

mcp-3D-printer-server · Summary

MCP server connecting to major 3D printer APIs for print control, monitoring, and STL manipulation.

time · Summary

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

mcp-3D-printer-server · Use cases

  • Monitor and control multiple 3D printers from a single interface
  • Automate STL file preparation with advanced manipulation tools
  • Integrate 3D printing workflows into larger automation systems

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

mcp-3D-printer-server · Install

Installation

Prerequisites

  • Node.js 18 or higher
  • npm or yarn

Install from npm

npm install -g mcp-3d-printer-server

Install from source

git clone https://github.com/dmontgomery40/mcp-3d-printer-server.git
cd mcp-3d-printer-server
npm install
npm link

Claude Desktop Configuration

Add to your Claude Desktop config.json:

{
  "mcpServers": {
    "3d-printer": {
      "command": "mcp-3d-printer-server",
      "args": []
    }
  }
}

Running with Docker

docker-compose up --build -d

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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.