ExactPDF for VS Code
com.exactpdf/mcp
Agent-facing PDF API: merge, split, rotate, compress, images, metadata, text, and Markdown.
client:VS Code
transport:stdio
runtime:npm
Install ExactPDF in VS Code
.vscode/mcp.json
{
"servers": {
"mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@exactpdf/mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs