MCP.so
登录

智睦云打印

@zimsoft

关于 智睦云打印

提供智睦云打印 MCP 服务,支持检查安装状态、查询打印机、上传文件、创建打印任务、设置单双面及直接打印到指定设备,适用于企业办公、远程打印和自动化文档输出场景。

基本信息

分类

其他

传输方式

stdio

发布者

zimsoft

提交者

zimsoft

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "webprinter": {
      "type": "npx",
      "command": "npx",
      "args": [
        "-y",
        "webprinter_mcp"
      ],
      "env": {
        "WEBPRINTER_ACCESS_TOKEN": "your-access-token"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is 智睦云打印?

智睦云打印 is an MCP server that integrates with the official WebPrinter cloud printing service (any.webprinter.cn). It supports querying printers, uploading local files, creating roaming print tasks, printing directly to specified devices, and updating print parameters such as duplex, color, copies, and paper size.

How to use 智睦云打印?

Requires Python 3.10+. Install dependencies with pip install -r requirements.txt. Obtain an access token from the official OAuth page at https://any.webprinter.cn/get-ai-server-token and set it as the environment variable WEBPRINTER_ACCESS_TOKEN. Before first use, run python scripts/mcp_client.py check-install-progress to verify the client and printer are properly installed and bound.

Key features of 智睦云打印

  • Query available printers from the service
  • Upload local files to the cloud printing server
  • Create roaming print tasks without specifying a printer
  • Print documents directly to a named device
  • Update duplex, color, copies, and paper size settings
  • Uses HTTPS API with Bearer token authentication

Use cases of 智睦云打印

  • Print a local file without specifying a printer (default roaming mode)
  • Print a document directly to a specific named printer
  • Update an existing print task’s duplex setting from single to double sided
  • Change the color mode of a print task from color to monochrome
  • Adjust the paper size of a print task from A4 to A3

FAQ from 智睦云打印

What runtime environment does 智睦云打印 require?

Python 3.10 or higher and the requests library (version 2.31.0

评论

其他 分类下的更多 MCP 服务器