Get Started with MCPrint
Add MCPrint to your favorite AI assistant and start printing directly from your conversations. Setup takes less than 2 minutes.
MCP Server URL
Use this URL to connect any MCP-compatible client to MCPrint:
Supported Clients
Claude Desktop
Claude Desktop is the most popular MCP client. Here's how to add MCPrint:
Step 1: Open Config File
Open Claude Desktop, then press Cmd + , (Mac) or Ctrl + , (Windows) to open Settings. Click the Developer tab, then click "Edit Config".
Step 2: Add MCPrint Server
Add the following to your config file:
{
"mcpServers": {
"mcprint": {
"command": "npx",
"args": ["mcp-remote", "https://mcprint.digital/api/mcp"]
}
}
}Step 3: Restart Claude
Save the file and completely quit Claude Desktop (not just close the window). Reopen it and look for the hammer icon in the bottom-right of the input box — that means MCP tools are available.
You're all set! Try asking Claude: "What print sizes do you offer?"
Config file locations by OS
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/Claude/claude_desktop_config.json
ChatGPT
ChatGPT added MCP support in March 2025. Here's how to connect MCPrint:
Step 1: Open ChatGPT Settings
Go to Settings → Connections (or Settings → Beta features → MCP Servers).
Step 2: Add MCP Server
Click "Add Server" and enter the MCPrint server URL:
Step 3: Enable the Server
Toggle the MCPrint server ON and you're ready to go.
You're all set! Try asking ChatGPT: "I want to print a photo using MCPrint"
Cursor
Cursor has excellent MCP support with a user-friendly setup:
Step 1: Open MCP Settings
Open Cursor Settings (Cmd + ,), search for "MCP", and click on Model Context Protocol.
Step 2: Add Server Config
Create or edit .cursor/mcp.json in your home directory:
{
"mcpServers": {
"mcprint": {
"command": "npx",
"args": ["mcp-remote", "https://mcprint.digital/api/mcp"]
}
}
}Step 3: Reload Window
Press Cmd + Shift + P and run "Developer: Reload Window".
Windsurf
Windsurf (by Codeium) uses the same config format as Claude Desktop:
Config Location
Add MCPrint to ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"mcprint": {
"command": "npx",
"args": ["mcp-remote", "https://mcprint.digital/api/mcp"]
}
}
}VS Code + Continue
The Continue extension brings MCP support to VS Code:
Step 1: Install Continue
Install the Continue extension from the VS Code marketplace.
Step 2: Add MCP Server
Create ~/.continue/config.json with:
{
"mcpServers": {
"mcprint": {
"command": "npx",
"args": ["mcp-remote", "https://mcprint.digital/api/mcp"]
}
}
}Other MCP Clients
MCPrint works with any MCP-compatible client. The configuration pattern is similar across all clients — you just need to point to our server URL using mcp-remote.
Available Tools
Once connected, your AI assistant will have access to these tools:
get_quoteGet pricing for any print size and finishcreate_orderStart a new print ordercheck_uploadVerify photo upload statusset_shipping_addressSet delivery addressget_shipping_optionsView available shipping methodscreate_checkoutComplete the orderupload_imageUpload an image directly from URLNeed Help?
Having trouble setting up? We're here to help.
Contact Support