PDF Modifier for VS Code
io.github.mlorentedev/pdf-modifier-mcp
Modify PDF text, replace with regex, and analyze layout while preserving fonts.
client:VS Code
transport:stdio
runtime:pypi
Install PDF Modifier in VS Code
.vscode/mcp.json
{
"servers": {
"pdf-modifier-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"pdf-modifier-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs