This server gives Claude the ability to convert web pages and raw HTML into PDF documents using Playwright's rendering engine. You'd reach for this when you need to generate PDFs from live URLs or HTML strings, whether that's archiving web content, creating reports from dynamic pages, or building document workflows that start with web sources. The Playwright foundation means you get a real browser rendering the content, so JavaScript heavy sites and modern CSS will render correctly rather than producing broken layouts like simpler conversion tools. If you're building automations that involve capturing web content as PDFs or need Claude to help create document archives from URLs, this handles the conversion step.
claude mcp add --transport stdio io.github.dpozimski-pdfspark-mcp -- npx -y pdfspark-mcp