Mac-letterhead for VS Code
io.github.easytocloud/mac-letterhead
Letterhead PDF as digital stationery: prints Markdown without overprinting header, footer, or logo.
client:VS Code
transport:stdio
runtime:pypi
Install Mac-letterhead in VS Code
.vscode/mcp.json
{
"servers": {
"mac-letterhead": {
"type": "stdio",
"command": "uvx",
"args": [
"Mac-letterhead"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs