PluginBench
MCP Server

PDFSpark MCP MCP Server

io.github.dpozimski/pdfspark-mcp

What is the PDFSpark MCP MCP server?

Convert HTML or URLs to PDF documents powered by Playwright

How to install PDFSpark MCP

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "pdfspark-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "pdfspark-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "pdfspark-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "pdfspark-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "pdfspark-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "pdfspark-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "pdfspark-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "pdfspark-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add pdfspark-mcp -- npx -y pdfspark-mcp

Related MCP servers

Generate Polish VAT invoices (Faktura VAT) as PDF

View repository →

Extract URL metadata (Open Graph, Twitter Cards, JSON-LD) from any URL

View repository →

Privacy-first URL shortener with analytics

View repository →

Generate Open Graph images with themes and Lucide icons

View repository →

Deploy and manage instant HTML sites with paste, upload, and ZIP deploy

View repository →

Capture webpage screenshots with format, viewport, and dark mode options

View repository →