- Home
- MCP servers
- Mac-letterhead
Mac-letterhead
- typescript
0
GitHub Stars
typescript
Language
4 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
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.
How to use
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.
How to install
Prerequisites you need before installing the MCP server:
-
Ensure you are on macOS with a working user account and developer permissions.
-
Install Python 3.10+ from the official Python site or via a package manager you trust.
-
Install UV if you do not already have it, then ensure you can run
uvxcommands.
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]"