Skip to main content
Connect AutoPrintFarm to the AI assistant you already use — Claude, ChatGPT, Grok, Perplexity, and more — and ask about your farm in plain language. “Which printers are idle right now?” “What’s low on stock?” “How many orders shipped this week?” Your assistant pulls the answer straight from your account. There’s nothing to install and no key to copy. You connect once, sign in, pick your farm, and you’re done.

Your connection link

Paste this into your assistant when it asks for a server or connector URL:

How connecting works

1

Add the link

Paste https://api.autoprintfarm.com/mcp into your assistant’s connector settings. Step-by-step instructions for each assistant are below.
2

Sign in

Your assistant opens a browser to AutoPrintFarm. Sign in the way you normally do — no key or token to paste.
3

Pick your farm and approve

Choose which farm to connect and approve the read-only access. The connection locks to that one farm.
4

Ask away

Your assistant can now answer questions about your farm. Nothing else to set up.
You must be an owner or admin of the farm you want to connect. Operators and viewers can’t authorize an AI connection.

What your assistant can see

The connection is read-only. Your assistant can read:

Printers & hubs

Fleet status, live telemetry (temps, progress, current layer), models, locations, and hub health.

Print jobs

Queued, active, and historical jobs, job detail, and job stats.

Inventory & SKUs

Finished-goods stock, low-stock alerts, SKUs, and bills of materials.

Products

Catalog products and their assembly components.

Orders

Sales orders, line items, and order stats across platforms.

Worklist & wiki

Worklist tasks and your internal wiki articles.

Analytics

Production, printer utilization, failures, inventory, and revenue reports.
Your assistant can read your farm — it can’t start prints, change settings, send printer commands, or modify any data. Controlling hardware and writing data are never exposed to AI assistants.

Connect your assistant

Pick your assistant below. In every case the link to paste is the same: https://api.autoprintfarm.com/mcp.
Claude has a built-in connector menu — no files to edit.
1

Open connector settings

In Claude (web or desktop), go to Customize → Connectors.
2

Add a custom connector

Click + and choose Add custom connector.
3

Paste the link

Enter https://api.autoprintfarm.com/mcp and name it AutoPrintFarm.
4

Connect

Click Add, then Connect, and complete the Continue with AutoPrintFarm sign-in.
Custom connectors need a paid Claude plan (Pro or Max). On Team or Enterprise, an owner adds it once for the whole organization. See Claude’s custom connector guide if the menu looks different in your version.

Using a coding tool?

If you work in an IDE or terminal, point any MCP-capable tool at the same link. These need a little more setup than the chat assistants above.
Add the server from a terminal:
Terminal
The next time Claude Code uses it, a browser opens for the Continue with AutoPrintFarm sign-in. Check the connection anytime with /mcp.

What you can ask

Once connected, just ask — your assistant picks the right data:
  • “Which printers are idle right now?”
  • “How many orders shipped this week?”
  • “What’s low on stock?”
  • “Show me failed jobs from the last 7 days and the most common failure type.”
  • “What’s the success rate per printer this month?”
  • “Which worklist tasks are overdue?”

Managing connections

Each connection is tied to exactly one farm — your data never crosses farms. To disconnect an assistant or switch the farm it’s tied to, open the AutoPrintFarm dashboard and go to Settings → Connected AI Apps. Removing access there immediately cuts off the assistant.
Troubleshooting
  • “Not authorized” when signing in — you must be an owner or admin of the farm. Operators and viewers can’t authorize an AI connection.
  • Wrong farm, or data missing — each connection serves one farm. Reconnect and pick a different farm, or switch it under Settings → Connected AI Apps.
  • Assistant won’t start a print or change a setting — that’s expected. The connection is read-only.
  • Connector won’t connect — double-check the link is exactly https://api.autoprintfarm.com/mcp, and that your plan supports custom connectors (most assistants require a paid plan).

Next steps

REST API

Prefer scripts over chat? The same data is available over a key-authenticated REST API.

Authentication

How API keys and scopes work for the REST API.