Carbone MCP
Rank #6031glama/carboneio/carbone-mcp
Official MCP for Carbone - Document Generation, Document Conversion, and Universal Templating.
Carbone MCP is a Model Context Protocol (MCP) server published by carboneio. It ranks #6031 of 58,832 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. Carbone MCP is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 6 tracked versions. It was first listed on Mar 24, 2026 and most recently updated on May 12, 2026.
Ranks ahead of 52,801 of 58,832 servers on MCP Toplist.
Use Carbone MCP
Add Carbone MCP to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"carbone-mcp": {
"url": "https://mcp.carbone.io/"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"carbone-mcp": {
"command": "npx",
"args": [
"-y",
"carbone-mcp"
],
"env": {
"CARBONE_API_KEY": "<your CARBONE_API_KEY>",
"CARBONE_BASE_URL": "<your CARBONE_BASE_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Listed on 3 registries (1 delisted)
carboneio
Available versions (6)
| Version | Published |
|---|---|
| 1.1.3 | May 12, 2026 |
| 1.1.2 | May 6, 2026 |
| 1.1.1 | Apr 10, 2026 |
| 1.1.0 | Mar 31, 2026 |
| 1.0.1 | Mar 25, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- What is Carbone MCP?
- Official MCP for Carbone - Document Generation, Document Conversion, and Universal Templating.
- Who maintains Carbone MCP?
- Carbone MCP is maintained by carboneio, which publishes 1 MCP server (6 total versions) tracked on MCP Toplist.
- Is Carbone MCP an official MCP server?
- Yes — Carbone MCP is listed on the Official MCP Registry, alongside Glama, PulseMCP and mcp.so.
- How many versions does Carbone MCP have?
- MCP Toplist tracks 6 versions of Carbone MCP, most recently published on May 12, 2026.
- Where can I find the source code for Carbone MCP?
- The source code for Carbone MCP is hosted at github.com/carboneio/carbone-mcp.