ChatGPT Setup
Connect ChatGPT to your print farm using the MCP connector. Once connected, you can manage printers, monitor jobs, and control hardware through natural conversation.
Prerequisites
- ChatGPT Plus or Team subscription (MCP support required)
- A PrintHive API key (generate one in Settings → API Keys)
Setup
- Open ChatGPT and go to Settings → Connected Apps (or MCP Servers)
- Click Add MCP Server
- Enter the following details:
- Name: PrintHive
- URL:
https://api.printhiv3d.com/v1/mcp
- Add the authentication header:
- Header:
x-api-key - Value: Your PrintHive API key
- Header:
- Click Save and verify the connection
Configuration Reference
If using a config file or API-based setup:
{
"name": "PrintHive",
"type": "streamable-http",
"url": "https://api.printhiv3d.com/v1/mcp",
"headers": {
"x-api-key": "YOUR_API_KEY"
}
}Usage
Start a new conversation and ask about your printers:
> List all my printers and their statusChatGPT will recognize when to use the PrintHive tools and call them automatically based on your requests.
Example Prompts
What printers do I have and are any currently printing?Show me the temperature data for my last print jobPause the print on my P1STurn on the lights on all my printersWhat filaments are loaded in my AMS?
Troubleshooting
- MCP not available — MCP support in ChatGPT requires a Plus or Team subscription and may be rolling out gradually. Check that your account has access to connected apps / MCP servers.
- Connection failed — Verify the URL is exactly
https://api.printhiv3d.com/v1/mcpand your API key is valid. - Tools not being used — Try being more explicit, e.g., "Use the PrintHive tools to list my printers." ChatGPT may need a direct prompt to discover new tools.