Mac-letterhead for Cursor
io.github.easytocloud/mac-letterhead
Letterhead PDF as digital stationery: prints Markdown without overprinting header, footer, or logo.
client:Cursor
transport:stdio
runtime:pypi
Install Mac-letterhead in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mac-letterhead": {
"type": "stdio",
"command": "uvx",
"args": [
"Mac-letterhead"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs