How to Connect ezeep MCP to Claude Code
By Karen Thulmann on September 10, 2026

If you're already working in Claude Code, adding printing to whatever you're building doesn't need a REST client, an API key you have to manually store somewhere, or a read-through of ezeep's docs before you write a line. Claude Code can connect to the ezeep MCP server directly, discover the print tools, and start calling them in the same session.
How to Add the ezeep MCP Server to Claude Code
One command from the terminal:
claude mcp add --transport http ezeep https://mcp.ezeep.com/mcp

That's the whole setup. No token to generate first, no config file to hand-edit. The OAuth URL means Claude Code manages the sign-in and the token refresh on its own, so nothing ezeep-related sits in a local file for you to lose track of.
What Happens on Claude Code's First ezeep Tool Call
Claude Code doesn't prompt for anything at connection time. The first time you actually ask it to do something that touches ezeep (list your printers, print a test file), it opens a browser tab to the ezeep login page. Sign in, consent if asked, and control returns to Claude Code. From then on in that session, the print tools work like any other tool Claude Code has access to, and the token refreshes in the background without asking you to sign in again.
Shared Account vs. Per-User: Choosing an ezeep Integration Model
ezeep MCP asks this before it lets an agent build anything that prints on someone else's behalf: one shared ezeep account behind the whole thing, or each end user signing in with their own account.
For most of what gets built in Claude Code, the shared account model is the right call. It works with no setup on the ezeep side, and it fits internal tools, backend scripts, and anything where the printer belongs to you or your team rather than to a stranger using a hosted app. If you're building something where separate people each need to print as themselves, that's the per-user OAuth path instead, and it involves registering an OAuth client first. Claude Code can do that step for you if you ask.

Build-Time vs. Runtime: Two Ways to Use the ezeep MCP Server
Two different ways this ends up getting used, and it's worth knowing which one you're doing.
1. Build-time. You're scaffolding a feature. Ask Claude Code to add printing to an app, it reads the ezeep tools, writes the integration code, and tests it with a real print job. Once it works, your app calls ezeep's REST API directly from then on. MCP's job was getting you there without reading documentation first.
2. Runtime. MCP stays in the picture permanently, as part of something Claude Code (or an agent built on the same protocol) runs on an ongoing basis. IT automation that checks for offline printers, a script that prints a report on a schedule, anything where printing is one tool among several an agent reaches for as needed.
Same server, same tools, same login either way. What changes is how long the MCP connection sticks around after the first working version.
One Thing to Know Before You Test the ezeep MCP Server
There's no simulation mode. The first print_from_url call you run sends a real job to a real printer. Point it at something you don't mind wasting a sheet of paper on for that first test.
If you're looking for an easy way to always check your ezeep status in the AI tools you use on the daily, the ezeep MCP is definitely worth checking out.
Frequently Asked Questions
How do I connect ezeep to Claude Code?
Run claude mcp add --transport http ezeep https://mcp.ezeep.com/mcp from the terminal. Claude Code handles authentication through a browser tab the first time you use an ezeep tool, so no token or API key needs to go in a config file.
Do I need an ezeep account first?
Yes. You'll need at least one ezeep account with a printer connected before Claude Code has anything to print to. A free trial covers this for testing.
Does this work the same way in Claude Desktop?
Yes. Claude Desktop, Claude Code, and other MCP-compatible clients connect to the same ezeep MCP server and the same tool set. The setup command differs slightly by client, but the OAuth URL and the tools behind it are identical.
Can Claude Code write the printing code for my app, or does MCP have to stay connected forever?
Both are normal. Most people use MCP at build time to scaffold the integration, then have their app call ezeep's REST API directly once it's working. Some keep the MCP connection running permanently for ongoing automation instead. Either is a supported way to use it.
Does this cost anything on top of my ezeep plan?
No. ezeep MCP has no additional charge, and usage counts toward your standard ezeep API quotas.
Does the ezeep MCP cost anything extra?
No. ezeep MCP has no additional charge on top of your existing ezeep plan.
- September 2026 (6)
- August 2026 (11)
- July 2026 (9)
- June 2026 (12)
- May 2026 (3)
- April 2026 (3)
- March 2026 (3)
- February 2026 (2)
- January 2026 (2)
- December 2025 (1)
- November 2025 (4)
- October 2025 (4)
- September 2025 (1)
- August 2025 (4)
- July 2025 (1)
- June 2025 (3)
- May 2025 (3)
- April 2025 (5)
- March 2025 (6)
- February 2025 (5)
- January 2025 (3)
- December 2024 (5)
- November 2024 (5)
- October 2024 (6)
- September 2024 (2)
- August 2024 (2)
- July 2024 (4)
- May 2024 (4)
- March 2024 (1)
- February 2024 (3)
- January 2024 (1)
- December 2023 (1)
- November 2023 (2)
- October 2023 (3)
- September 2023 (2)
- August 2023 (1)
- July 2023 (2)
- June 2023 (2)
- May 2023 (1)
- April 2023 (3)
- March 2023 (5)
- February 2023 (4)
- January 2023 (2)
- December 2022 (3)
- November 2022 (2)
- October 2022 (5)
- September 2022 (4)
- August 2022 (1)
- July 2022 (3)
- June 2022 (4)
- May 2022 (2)
- April 2022 (4)
- March 2022 (4)
- February 2022 (2)
- January 2022 (1)
- October 2021 (1)
- July 2021 (5)
- June 2021 (4)
- May 2021 (3)
- April 2021 (1)
- March 2021 (4)
- February 2021 (1)
- December 2020 (1)
- November 2020 (1)
- October 2020 (1)
- September 2020 (1)
- July 2020 (1)
- June 2020 (1)
- April 2020 (4)
- March 2020 (3)
- February 2020 (3)
- January 2020 (1)
- August 2019 (2)
- May 2019 (1)
- January 2018 (1)
You May Also Like
These Related Stories

ezeep MCP Is Live: Give Your AI the Ability to Print

New, Enhanced Printing Plans with ezeep
