Printix
Rank #38,936io.github.WYRE-AI/printix-mcp
MCP server for Printix's Cloud Print API.
Printix is a Model Context Protocol (MCP) server published by WYRE-AI. It ranks #38,936 of 132,046 servers tracked on MCP Toplist. Printix is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Sep 20, 2026 and most recently updated on Sep 20, 2026.
Ranks ahead of 93,110 of 132,046 servers on MCP Toplist.
Use Printix
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add printix-mcp -e "PRINTIX_CLIENT_ID=<your PRINTIX_CLIENT_ID>" -e "PRINTIX_CLIENT_SECRET=<your PRINTIX_CLIENT_SECRET>" -e "MCP_TRANSPORT=<your MCP_TRANSPORT>" -e "AUTH_MODE=<your AUTH_MODE>" -e "LOG_LEVEL=<your LOG_LEVEL>" -- docker run -i --rm ghcr.io/wyre-ai/printix-mcp:v1.0.0Replace each placeholder with your own value before saving.
[mcp_servers.printix-mcp]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/wyre-ai/printix-mcp:v1.0.0"]
[mcp_servers.printix-mcp.env]
PRINTIX_CLIENT_ID = "<your PRINTIX_CLIENT_ID>"
PRINTIX_CLIENT_SECRET = "<your PRINTIX_CLIENT_SECRET>"
MCP_TRANSPORT = "<your MCP_TRANSPORT>"
AUTH_MODE = "<your AUTH_MODE>"
LOG_LEVEL = "<your LOG_LEVEL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"printix-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-ai/printix-mcp:v1.0.0"
],
"env": {
"PRINTIX_CLIENT_ID": "<your PRINTIX_CLIENT_ID>",
"PRINTIX_CLIENT_SECRET": "<your PRINTIX_CLIENT_SECRET>",
"MCP_TRANSPORT": "<your MCP_TRANSPORT>",
"AUTH_MODE": "<your AUTH_MODE>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"printix-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-ai/printix-mcp:v1.0.0"
],
"env": {
"PRINTIX_CLIENT_ID": "<your PRINTIX_CLIENT_ID>",
"PRINTIX_CLIENT_SECRET": "<your PRINTIX_CLIENT_SECRET>",
"MCP_TRANSPORT": "<your MCP_TRANSPORT>",
"AUTH_MODE": "<your AUTH_MODE>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"printix-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-ai/printix-mcp:v1.0.0"
],
"env": {
"PRINTIX_CLIENT_ID": "<your PRINTIX_CLIENT_ID>",
"PRINTIX_CLIENT_SECRET": "<your PRINTIX_CLIENT_SECRET>",
"MCP_TRANSPORT": "<your MCP_TRANSPORT>",
"AUTH_MODE": "<your AUTH_MODE>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"printix-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-ai/printix-mcp:v1.0.0"
],
"env": {
"PRINTIX_CLIENT_ID": "<your PRINTIX_CLIENT_ID>",
"PRINTIX_CLIENT_SECRET": "<your PRINTIX_CLIENT_SECRET>",
"MCP_TRANSPORT": "<your MCP_TRANSPORT>",
"AUTH_MODE": "<your AUTH_MODE>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"printix-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-ai/printix-mcp:v1.0.0"
],
"env": {
"PRINTIX_CLIENT_ID": "<your PRINTIX_CLIENT_ID>",
"PRINTIX_CLIENT_SECRET": "<your PRINTIX_CLIENT_SECRET>",
"MCP_TRANSPORT": "<your MCP_TRANSPORT>",
"AUTH_MODE": "<your AUTH_MODE>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.WYRE-AI%2Fprintix-mcp)<a href="https://mcptoplist.com/server/io.github.WYRE-AI%2Fprintix-mcp"><img src="https://mcptoplist.com/badge/io.github.WYRE-AI%2Fprintix-mcp.svg" alt="MCP Toplist: Top 50% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
WYRE-AI
Other servers by WYRE-AI
- Customer Thermometer#16,932 · 3 vers
- Dicker Data#20,969 · 2 vers
- Time Doctor MCP Server#25,006 · 2 vers
- ESET PROTECT#29,449 · 1 ver
- Island Browser#29,450 · 1 ver
- Proofpoint Essentials#29,924 · 1 ver
- UniFi MCP Server#30,711 · 1 ver
- Slide#32,344 · 1 ver
- Cisco Duo MCP Server#35,647 · 1 ver
- Cork#35,771 · 1 ver
- PRTG#35,772 · 1 ver
- WatchGuard Cloud MCP Server#38,752 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Sep 20, 2026 |
Frequently asked questions
- Who maintains Printix?
- Printix is maintained by WYRE-AI, which publishes 26 MCP servers (29 total versions) tracked on MCP Toplist.
- Is Printix listed on the Official MCP Registry?
- Yes — Printix is listed on the Official MCP Registry, alongside Glama.
- How many versions does Printix have?
- MCP Toplist tracks 1 version of Printix, most recently published on Sep 20, 2026.
- Where can I find the source code for Printix?
- The source code for Printix is hosted at github.com/WYRE-AI/printix-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.