Skip to content
Claude Desktop

probo connect mcp for Claude Desktop

io.github.nickymitnick/probo-connect-mcp

MCP server for Probo print-on-demand — search products, configure orders, track shipments.

client:Claude Desktop transport:stdio runtime:npm

Install probo connect mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "probo-connect-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "probo-connect-mcp"
      ],
      "env": {
        "PROBO_API_KEY": "<PROBO_API_KEY>",
        "PROBO_API_MODE": "<PROBO_API_MODE>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

probo connect mcp in other clients