/install epson-mcp
Epson MCP
MCP server for the Epson WF-2250 inkjet printer. Connects to the printer over TCP/9100 (ESC/P-R) or LPD, with an optional Windows PowerShell spooler backend.
Tools
epson_diag— Diagnose connectivity and capabilitiesepson_print_text— Print plain text via ESC/P-Repson_print_file— Print a file from the shared volume (PDF auto-converted)epson_print_raw— Send a base64-encoded ESC/P or PostScript payloadepson_status— Re-probe the printer and return a status summaryepson_ink— Ink level info (stub — WF-2250 doesn't expose ink over network)epson_list_jobs— List Windows spooler jobs (requires PowerShell)epson_cancel_job— Cancel a Windows spooler job (requires PowerShell)epson_scan— Network scan (stub — WF-2250 doesn't support network scanning)epson_copy— Network copy (stub)
Setup
- Deploy the Docker container (see repo README).
- Expose over Tailnet:
tailscale serve --bg --set-path=/epson http://localhost:18790 - Wire into Codex/OpenClaw:
codex mcp add epson --url https://cyber.talpa-stargazer.ts.net/epson/mcp \ --bearer-token-env-var EPSON_MCP_AUTH_TOKEN
Backends
| Backend | Protocol | Notes |
|---|---|---|
raw9100 |
TCP/9100 ESC/P | Default; works with WF-2250 |
lpd |
TCP/515 LPR | Fallback; most low-end Epsons ignore |
windows |
PowerShell | Only when PowerShell is available |
When backend=auto (default), tries lpd → raw9100 → windows in order.
On Linux containers, the Windows backend is automatically skipped if
powershell.exe / pwsh is not found.
License
MIT-0
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install epson-mcp - 安装完成后,直接呼叫该 Skill 的名称或使用
/epson-mcp触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Epson MCP 是什么?
Print, scan, copy, and job control for the Epson WF-2250 (and other network-attached Epson inkjets) via MCP. Exposes tools for text/raster/PDF printing, prin... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 42 次。
如何安装 Epson MCP?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install epson-mcp」即可一键安装,无需额外配置。
Epson MCP 是免费的吗?
是的,Epson MCP 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Epson MCP 支持哪些平台?
Epson MCP 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Epson MCP?
由 Earl Co(@earlvanze)开发并维护,当前版本 v0.2.1。