home / mcp / mac-letterhead mcp server
Provides MCP-enabled tools to generate and apply branded letterhead to PDFs and Markdown-derived documents.
Configuration
View docs{
"mcpServers": {
"easytocloud-mac-letterhead": {
"command": "uvx",
"args": [
"mac-letterhead",
"mcp"
]
}
}
}Mac-letterhead MCP Server enables AI-assisted generation and styling of letterheaded documents by exposing an MCP interface you can control with an MCP client. It integrates Montana letterhead workflows with automated document creation, enabling consistent branding for PDFs and Markdown-derived content via natural language, scripts, or tool integrations.
You interact with the Mac-letterhead MCP Server through an MCP client. Start the server to enable AI-driven commands that generate or apply letterhead templates to PDFs and Markdown documents. You can run a basic multi-style server or a focused single-style server, then issue requests that convert Markdown to branded PDFs, apply letterhead overlays, and manage output directories.
Prerequisites you need before installing the MCP server:
uvx commands.Install the Mac-letterhead MCP-enabled setup by creating a letterhead workflow on your desktop and enabling MCP support through the package manager.
# Quick start - create a letterhead droplet on your desktop
uvx mac-letterhead install --name "Company"
# For AI integration, install with MCP support
uvx install "mac-letterhead[mcp]"