Skip to content
Claude Desktop

offprint for Claude Desktop

io.github.dpetrou-continua/offprint

Clean Markdown extraction, 1200 DPI vector SVGs, and multi-modal capsules for agents.

client:Claude Desktop transport:streamable-http

Install offprint in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "offprint": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://offprint.pub/api/v1/agent/extract"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

offprint in other clients