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-mcpRelated MCP servers
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 →