Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"network-cups": {
"command": "npx",
"args": [
"-y",
"lan-mcp-cups"
],
"env": {
"MCP_CUPS_TRANSPORT": "stdio"
}
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
MCP_CUPS_TRANSPORT=stdionpx claudepluginhub danielrosehill/claude-code-plugins --plugin network-cups