bambu-printer-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
bambu-printer-mcp by DMontgomery40 | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 41 | ★ 85,748 |
| 30d uses | — | — |
| Score | 45 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsOther | ProductivityDeveloper ToolsCommunication |
| Language | JavaScript | TypeScript |
| Last commit | this month | this month |
bambu-printer-mcp · Summary
A focused MCP server for Bambu Lab 3D printers offering STL manipulation, slicing, and direct printer control via MCP protocol.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
bambu-printer-mcp · Use cases
- Automate 3D printing workflows by having Claude Desktop prepare and send print jobs to Bambu Lab printers
- Monitor printer status and AMS inventory remotely through MCP-compatible clients
- Remotely control printer functions like pause/resume and adjust print parameters via Claude Code
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
bambu-printer-mcp · Install
Installation
Prerequisites
- Node.js 18 or higher
- npm
- BambuStudio (optional, only needed for slicing)
Run without installing (npx)
npx @rowbotik/bambu-printer-mcpInstall globally from npm
npm install -g @rowbotik/bambu-printer-mcpInstall from source
git clone https://github.com/DMontgomery40/bambu-printer-mcp.git
cd bambu-printer-mcp
npm install
npm run build
npm run startClaude Desktop Configuration
Add to your Claude Desktop config.json:
{
"mcpServers": {
"bambu-printer": {
"command": "npx",
"args": ["@rowbotik/bambu-printer-mcp"],
"env": {
"BAMBU_PRINTER_HOST": "your-printer.local",
"BAMBU_PRINTER_TOKEN": "your-access-token"
}
}
}
}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"]
}
}
}