Claude Code Policy: Write Managed Settings Fast
Read More
Enterprise Connectors
SimplyPrint: 3D Print Farm Management logo. SimplyPrint: 3D Print Farm Management MCP server connector.

SimplyPrint: 3D Print Farm Management MCP Server

3D print farm management for AI. Monitor, queue, and control prints on your SimplyPrint account.

ToolsTools
70
Last updatedLast Updated
Jun 14, 2026
CategoryCategory
All
Enterprise-grade security
SSO & authentication ready
Full governance & audit logs

What is the SimplyPrint: 3D Print Farm Management MCP Server?

The SimplyPrint: 3D Print Farm Management MCP server gives AI agents structured, permission-aware access to SimplyPrint: 3D Print Farm Management through the Model Context Protocol. With 70 pre-built actions, agents can read, create, and update SimplyPrint: 3D Print Farm Management data on behalf of authorized users.

Willow ships the SimplyPrint: 3D Print Farm Management MCP server as part of an enterprise control plane. Every call runs behind SSO (Okta, Azure AD), enforces RBAC and least-privilege at runtime, writes to a full audit trail, and integrates with Splunk and Loki for SIEM visibility. Connect from Claude Desktop, Claude Code, Cursor, ChatGPT, VS Code, n8n, or any custom agent. Install once, distribute org-wide, and see exactly how SimplyPrint: 3D Print Farm Management is being used by every AI agent in your stack.

Tools

Tool

list_printers

List MULTIPLE printers with optional filters. For details on a single known printer, call get_printer instead — do not list-then-filter. For farm-wide counts ("how many printers are doing X"), call get_farm_overview instead — do not paginate this. Use status=["online"] to only see reachable printers, status=["printing"] for ones actively printing, status=["was_printing_when_offline"] for printers that dropped mid-print, status=["idle"] for available printers ready to accept a job, status=["awaiting_bed_clear"] for printers whose last print finished but the bed has not been cleared yet (NOT print_pending, which means a queued staggered start).
Tool

get_printer

Get details, status, temps, current job, filament, notifications for ONE specific printer by id. Use this (not list_printers) whenever the user asks about a single printer they've already identified — "status of printer X", "what's printer 5 doing", "temperature on Creality K2". Cheaper and less noisy than listing all printers.
Tool

get_farm_overview

One-shot summary of farm-wide printer state. Use this (NOT list_printers) when the user asks "how many printers are printing/idle/awaiting bed clear/etc." or "what is the state of the farm". Returns a total and {count, printers:[{id,name}]} for each bucket: online, offline, not_connected, operational (idle), printing, paused, awaiting_bed_clear (a print finished but the bed has not been cleared yet — printer is online + operational + still has a job; this is NOT print_pending), in_maintenance, print_pending (a queued staggered/scheduled start), requires_attention (has unresolved error notifications), ai_running, ai_detected_low, ai_detected_high. Counts overlap intentionally: a printer can be in "online" + "printing" + "ai_running" at once.
Tool

pause_print

Pause the current print on a printer
Tool

resume_print

Resume a paused print on a printer
Tool

cancel_print

Cancel the current print on a printer
Tool

send_gcode

Send G-code commands to a printer
Tool

create_print_job

Start a print job on one or more printers. File source is exactly one of: file_id (API file hash from upload), filesystem (user-file uid), queue_file (existing queue item id), reprint (previous print-job id), or next_queue_item=true (auto-pick the next matching queue item per printer, deduplicated across printers). Supports PRINT_JOB custom fields (shared and per-printer). Auto-starts when the account's autostartPrints setting is on (default).
Tool

home_printer

Home the printer axes (move to origin position)
Tool

move_printer_axis

Move a printer axis to a relative position
...
1–10 of 70 tools
Customize tools

Customize Tools

Edit descriptions, modify arguments, select tools, or add new ones

ReviewEdit descriptions
ConfigureChange arguments
ApproveSelect tools
Create NewAdd tool

Set Up Your SimplyPrint: 3D Print Farm Management MCP Server in Minutes

Add the following configuration to your MCP client. Authentication is handled via OAuth. Compatible with Claude Desktop, Claude Code, Cursor, ChatGPT, VS Code, n8n, and any MCP-compatible agent.

Claude Desktop

claude_desktop_config.json
{
  "mcpServers": {
    "willow-simplyprint-3d-print-farm-management": {
      "type": "http",
      "url": "https://<org>.mcp-s.com/mcp/mcp/simplyprint-3d-print-farm-management"
    }
  }
}

Cursor

.cursor/mcp.json
{
  "mcpServers": {
    "willow-simplyprint-3d-print-farm-management": {
      "type": "http",
      "url": "https://<org>.mcp-s.com/mcp/mcp/simplyprint-3d-print-farm-management"
    }
  }
}

Claude Code

CLI
claude mcp add willow-simplyprint-3d-print-farm-management --transport http https://<org>.mcp-s.com/mcp/mcp/simplyprint-3d-print-farm-management

n8n

HTTP Request Node
{
  "url": "https://<org>.mcp-s.com/mcp/mcp/simplyprint-3d-print-farm-management",
  "method": "POST"
}

Or click "Install with Willow" above to set up automatically with SSO and RBAC preconfigured.

Enterprise Governance for SimplyPrint: 3D Print Farm Management

Willow adds the layer SimplyPrint: 3D Print Farm Management and every other SaaS doesn't ship out of the box: every call runs behind SSO (Okta, Azure AD), enforces RBAC and least-privilege at runtime, writes to full audit logs, and detects shadow AI usage across your stack. One MCP gateway. Any agent. Every tool.

SimplyPrint: 3D Print Farm Management MCP Server FAQ

What is the SimplyPrint: 3D Print Farm Management MCP server?

The SimplyPrint: 3D Print Farm Management MCP server is a Model Context Protocol implementation that lets AI agents like Claude, Cursor, and ChatGPT read and write SimplyPrint: 3D Print Farm Management data through a standardized interface. Willow hosts and governs this server so enterprises can roll it out without a security review backlog.

How is Willow's SimplyPrint: 3D Print Farm Management MCP server different from the official one?

The official SimplyPrint: 3D Print Farm Management MCP server is scoped to a single user's account and does not include enterprise governance. Willow's version adds SSO, RBAC, audit logging, shadow AI detection, and centralized control over which actions agents can take across the entire org.

Which AI clients work with the SimplyPrint: 3D Print Farm Management MCP server?

Claude Desktop, Claude Code, Cursor, ChatGPT, VS Code with MCP support, n8n, and any custom agent built with OpenAI Agents SDK, LangChain, Vercel AI SDK, or Anthropic SDK.

Is the SimplyPrint: 3D Print Farm Management MCP server secure? How does Willow handle authentication?

Every call runs behind your existing SSO (Okta, Azure AD). Per-user OAuth scopes the agent to exactly what that user can do in SimplyPrint: 3D Print Farm Management, nothing more. No credentials reach the LLM. Every action writes to an audit trail.

Can I limit which SimplyPrint: 3D Print Farm Management actions agents can take?

Yes. Willow lets you scope agents to specific actions, specific projects, or specific environments. Toggle actions on or off in the dashboard, or enforce policy via infrastructure-as-code through GitHub.

How do I detect shadow SimplyPrint: 3D Print Farm Management MCP servers in my org?

Willow's browser extension and discovery service surface unmanaged MCP servers, skills, and AI agents across the org. If a developer installed an unapproved SimplyPrint: 3D Print Farm Management MCP locally, you'll see it.

What does the SimplyPrint: 3D Print Farm Management MCP server cost?

Pricing depends on org size and deployment model (SaaS, dedicated cloud, self-host). See withwillow.ai/pricing or contact sales for a quote.

How do I install the SimplyPrint: 3D Print Farm Management MCP server with Willow?

Install via the Willow Connect Panel in one click, or paste the JSON snippet above into your Claude Desktop, Cursor, or Claude Code config. SSO and RBAC inherit from your existing Willow setup.

Compare Willow MCP Gateway

See how Willow stacks up against other MCP platforms on governance, security, and enterprise readiness.

Your agents are already in the wild.

Give them a Basecamp. Go from AI chaos to AI work, in minutes.

SimplyPrint: 3D Print Farm Management MCP Server | Willow