printmcp for Cursor
io.github.aernouddekker/printmcp
MCP server for macOS printing — wraps CUPS (lp/lpstat/lpoptions) for printer discovery and printing
client:Cursor
transport:stdio
runtime:npm
Install printmcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"printmcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@aernoud/printmcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs