Morfee for Claude Desktop
io.github.furo-solutions/morfee
Turn an HTML template plus JSON into a finished PDF: a quote, invoice, work order or certificate.
client:Claude Desktop
transport:streamable-http
Install Morfee in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"morfee": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://morfee.furo.solutions/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs