simplyprint
3D print farm management for AI. Monitor, queue, and control prints on your SimplyPrint account via the official SimplyPrint MCP server.
Open source Open in the app JSON README (API)
About
3D print farm management for AI. Monitor, queue, and control prints on your SimplyPrint account via the official SimplyPrint MCP server.
Details
- Kind
- Plugins
- Topic
- IoT & hardware
- Publisher
- simplyprint
- Origin
- gemini
- Category
- ferramentas
- Version
- 1.0.0
- Stars
- 1
- Last push
- 2026-04-22T23:29:47Z
- Repository state
- ativo
- License
- MIT
- Added
- 2026-08-30 14:13:39
- Updated
- 2026-08-30 14:13:39
- Origin id
simplyprint/simplyprint-gemini-extension
README
# SimplyPrint for Gemini CLI Official [Gemini CLI](https://geminicli.com) extension for [SimplyPrint](https://simplyprint.io). Manage your 3D printer farm - printers, queue, files, filament - directly from your terminal through Gemini. ## What it does This extension connects Gemini CLI to your SimplyPrint account via the [SimplyPrint MCP server](https://simplyprint.io/api/mcp). Once installed, you can ask Gemini things like: - "What's printing right now?" - "Pause all my printers - I need to swap filament" - "Queue this file on printer Voron-3" - "Show me what's wrong with printer Bambu-7" - "Cancel the print on Prusa-2 and home it" - "List the last 10 jobs that failed" Gemini picks the right SimplyPrint tool, asks for confirmation on destructive actions, and answers in plain English. ## Installation ``` gemini extensions install SimplyPrint/simplyprint-gemini-extension ``` Then launch `gemini` and ask anything about your printers. The first time Gemini needs to call a SimplyPrint tool, a browser window opens so you can sign in to your SimplyPrint account - the same kind of "Sign in with ..." flow you've used on other sites. Approve what you want Gemini to have access to and you're done; you only sign in once. ## What Gemini will ask for access to You can approve any combination; the extension works with whatever you allow. - View your printers (status, temperatures, current print) - Control your printers (pause, resume, cancel, send G-code) - View and manage your print queue - View your uploaded files - View and manage filament spools - View your print history and statistics Revoke access at any time from **Account settings > Connected apps** in SimplyPrint. ## Requirements - A [SimplyPrint](https://simplyprint.io) account - [Gemini CLI](https://geminicli.com) installed (`npm install -g @google/gemini-cli`) ## Privacy The extension makes outbound HTTPS calls to `simplyprint.io/api/mcp` only. No data is sent anywhere else. See the [SimplyPrint privacy policy](https://simplyprint.io/privacy) for details on what SimplyPrint stores. ## Other AI platforms The same SimplyPrint MCP server also works with: - **Claude Code** - `/plugin marketplace add simplyprint/simplyprint-claude-plugin` then `/plugin install simplyprint@simplyprint` - **claude.ai / Claude Desktop** - add `https://simplyprint.io/api/mcp` as a custom connector at claude.ai/customize/connectors - **ChatGPT** - custom connector in the ChatGPT app (official SimplyPrint app coming soon) - **Cursor, Windsurf, Zed, etc.** - any client that supports remote HTTP MCP servers If you want SimplyPrint working in another AI tool, just point its MCP client at `https://simplyprint.io/api/mcp` and sign in when it prompts. ## Support - Issues with the extension: [github.com/SimplyPrint/simplyprint-gemini-extension/issues](https://github.com/SimplyPrint/simplyprint-gemini-extension/issues) - Issues with SimplyPrint itself: [help.simplyprint.io](https://help.simplyprint.io) or `contact@simplyprint.io` ## License MIT