PDF Kit for VS Code
io.github.benhuang21828/pdfkit
AI-powered PDF tools: fill forms, merge, extract data, and split PDFs
client:VS Code
transport:stdio
runtime:npm
Install PDF Kit in VS Code
.vscode/mcp.json
{
"servers": {
"pdfkit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"pdfkit-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs