MCP.so
Sign In
Servers

Claude Printer MCP

@uday210

A simple MCP server for printing files from Claude

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "claude-printer-mcp": {
      "command": "node",
      "args": [
        "/path/to/claude-printer-mcp/index.js"
      ]
    }
  }
}

More from AI & Agents