Odel
Fullbleed PDF Engine

Fullbleed PDF Engine

Local
@fullbleed-engine42RustMITUpdated 1w ago

Create, preview, inspect, verify, and compile deterministic PDF documents with Fullbleed.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIfullbleed-mcpv0.1.0

Run

uvx fullbleed-mcp

MCP client config

{
  "mcpServers": {
    "fullbleed-pdf-engine": {
      "command": "uvx",
      "args": [
        "fullbleed-mcp"
      ]
    }
  }
}