Productivity
simplyprint.io
Manage and monitor 3D printers, including listing, status, and print control.
ENDPOINT 1
https://simplyprint.io/api/mcp
MCP server metadata
- Name
- SimplyPrint MCP
- Version
- 1.0.0
SimplyPrint MCP Server provides tools for managing your 3D printers, print queue, files, and filament. Available tools depend on your granted scopes.
Known tools 71
get_printerGet details, status, temps, current job, filament, notifications for ONE specific printer by id.
Inferred read-onlyset_printer_temperaturesSet target temperatures (nozzle, bed and/or chamber) on one or more printers - works while idle and mid-print.
Inferred read-onlyupdate_queue_itemUpdate a queue item (amount, note, custom print time, material usage, printer assignments).
Potential side effectsempty_queueDESTRUCTIVE: Delete all items from the queue (optionally filtered by group or done-only).
Potential side effectsinspect_printer_queueShow which queue items match/miss a specific printer and why.
Inferred read-onlyget_queue_item_costCalculate the estimated cost of a queue item, optionally for a specific printer.
Inferred read-onlyget_next_queue_itemFind the best-matching queue item(s) for a set of printers using SimplyPrint's compatibility matcher.
Inferred read-onlyget_next_queue_items_for_printersRead-only preview: for each given printer, return the next queue item that would be started.
Inferred read-onlylist_pending_queue_itemsList queue items pending approval (status: PENDING, DENIED, or REVISION).
Inferred read-onlyapprove_queue_itemApprove one or more pending/revision/denied queue items, with optional comment.
Inferred read-onlydeny_queue_itemDeny a pending queue item, either removing it or requesting revisions.
Inferred read-onlysend_back_for_revisionRevoke approval on an already-approved item and send it back to the submitter for revisions.
Potential side effectsresubmit_queue_itemResubmit a denied or revision-requested queue item back to pending approval.
Inferred read-onlyadd_queue_commentAdd a comment (general or feedback) to a queue item or user file.
Inferred read-onlydelete_queue_commentDelete an approval comment you authored (or any comment if you have the permission).
Potential side effectslist_custom_fields_forList custom field definitions for a specific entity category and optional sub-category (e.
Inferred read-onlyset_custom_field_valuesSet custom field values on one or more entities (queue items, files, printers, etc.
Inferred read-onlyestimate_file_costEstimate the print cost of a file, optionally for a specific printer.
Inferred read-onlymatch_file_to_printersFind which printer models in the account are compatible with a given file.
Inferred read-onlycreate_folderCreate a new folder (or edit an existing one with optional org-level permissions).
Potential side effectsassign_filamentAssign a filament spool to a printer (or a specific extruder slot).
Inferred read-onlymark_filament_driedMark a filament spool as freshly dried (resets humidity tracking).
Inferred read-onlylist_filament_colorsList available filament colors (for UI pickers or picking similar spools).
Inferred read-onlyget_account_statisticsAccount-level print statistics (success rate, filament used, print time, cost) with optional date range and user/printer filters.
Inferred read-onlyget_maintenance_dashboardOverview of maintenance jobs, problems, inventory, and printer maintenance status.
Inferred read-onlyget_referral_statsReferral program statistics: conversions, earnings, pending payout.
Inferred read-onlyget_webhook_sampleGet one or more realistic sample webhook payloads for a specific event type, matching the envelope a live webhook delivery would produce.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.simplyprint-mcp]
url = "https://simplyprint.io/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"simplyprint-mcp": {
"type": "http",
"url": "https://simplyprint.io/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: simplyprint-mcp
Remote MCP URL: https://simplyprint.io/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"simplyprint-mcp": {
"url": "https://simplyprint.io/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"simplyprint-mcp": {
"type": "http",
"url": "https://simplyprint.io/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "simplyprint-mcp",
"transport": "streamable-http",
"url": "https://simplyprint.io/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.