Carbone MCP✓
io.carbone/carbone-mcp · v1.1.2
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.carbone/carbone-mcp",
"description": "Generate PDF/DOCX/XLSX/PPTX from templates+JSON. Convert Office/HTML/MD to PDF. Universal templating",
"title": "Carbone MCP",
"repository": {
"url": "https://github.com/carboneio/carbone-mcp",
"source": "github"
},
"version": "1.1.2",
"websiteUrl": "https://carbone.io",
"icons": [
{
"src": "https://raw.githubusercontent.com/carboneio/carbone/refs/heads/master/doc/carbone_icon_large.svg",
"mimeType": "image/svg+xml"
}
],
"packages": [
{
"registryType": "npm",
"identifier": "carbone-mcp",
"version": "1.1.2",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your 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.",
"isRequired": true,
"isSecret": true,
"name": "CARBONE_API_KEY"
},
{
"description": "Custom Carbone API base URL for on-premise deployments. Defaults to https://api.carbone.io. When set to a custom URL, CARBONE_API_KEY is not required.",
"default": "https://api.carbone.io",
"name": "CARBONE_BASE_URL"
}
]
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.carbone.io"
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}