Skip to content
Cursor

Fullbleed PDF Engine for Cursor

io.github.fullbleed-engine/fullbleed-mcp

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

client:Cursor transport:stdio runtime:pypi

Install Fullbleed PDF Engine in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "fullbleed-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "fullbleed-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Fullbleed PDF Engine in other clients