printavo-mcp-server

watson-pierbras/printavo-mcp-server
★ 0 stars JavaScript 🤖 AI/LLM Updated 6d ago
Read-only MCP server for Printavo print shop management. Connect to Perplexity as a custom remote connector.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "printavo-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "watson-pierbras/printavo-mcp-server"
      ]
    }
  }
}