Loading MCP server directory, please wait...
Generate PDF/DOCX/XLSX/PPTX from templates+JSON. Convert Office/HTML/MD to PDF. Universal templating
npx @getmcp/cli add io.carbone/carbone-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
CARBONE_API_KEYYour Carbone API key from https://account.carbone.io. Required when using the Carbone cloud API. If CARBONE_BASE_URL points to an on-premise server, authentication is not required and this can be left empty.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.carbone/carbone-mcp": {
"command": "npx",
"args": [
"-y",
"carbone-mcp"
],
"env": {
"CARBONE_API_KEY": "",
"CARBONE_BASE_URL": "https://api.carbone.io"
}
}
}
}