What is the Carbone MCP MCP server?
Generate PDF/DOCX/XLSX/PPTX from templates+JSON. Convert Office/HTML/MD to PDF. Universal templating
How to install Carbone MCP
Copy-paste configuration for popular MCP clients.
CARBONE_API_KEYrequiredsecretYour 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.
CARBONE_BASE_URLCustom 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.
{
"mcpServers": {
"carbone-mcp": {
"command": "npx",
"args": [
"-y",
"carbone-mcp"
],
"env": {
"CARBONE_API_KEY": "<YOUR_CARBONE_API_KEY>",
"CARBONE_BASE_URL": "<YOUR_CARBONE_BASE_URL>"
}
}
}
}{
"mcpServers": {
"carbone-mcp": {
"command": "npx",
"args": [
"-y",
"carbone-mcp"
],
"env": {
"CARBONE_API_KEY": "<YOUR_CARBONE_API_KEY>",
"CARBONE_BASE_URL": "<YOUR_CARBONE_BASE_URL>"
}
}
}
}{
"mcpServers": {
"carbone-mcp": {
"command": "npx",
"args": [
"-y",
"carbone-mcp"
],
"env": {
"CARBONE_API_KEY": "<YOUR_CARBONE_API_KEY>",
"CARBONE_BASE_URL": "<YOUR_CARBONE_BASE_URL>"
}
}
}
}{
"servers": {
"carbone-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"carbone-mcp"
],
"env": {
"CARBONE_API_KEY": "<YOUR_CARBONE_API_KEY>",
"CARBONE_BASE_URL": "<YOUR_CARBONE_BASE_URL>"
}
}
}
}claude mcp add carbone-mcp --env CARBONE_API_KEY=<YOUR_CARBONE_API_KEY> --env CARBONE_BASE_URL=<YOUR_CARBONE_BASE_URL> -- npx -y carbone-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.