What is the PDF Modifier MCP server?
Modify PDF text, replace with regex, and analyze layout while preserving fonts.
How to install PDF Modifier
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": {
"pdf-modifier-mcp": {
"command": "uvx",
"args": [
"pdf-modifier-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"pdf-modifier-mcp": {
"command": "uvx",
"args": [
"pdf-modifier-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"pdf-modifier-mcp": {
"command": "uvx",
"args": [
"pdf-modifier-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"pdf-modifier-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"pdf-modifier-mcp"
]
}
}
}Claude Code
claude mcp add pdf-modifier-mcp -- uvx pdf-modifier-mcpRelated MCP servers
On-demand Obsidian vault access for AI coding assistants — 17 tools, 5 resources, 4 prompts.
View repository →