mcp-pdf (rsp2k)
OtherSecure FastMCP server for comprehensive PDF processing with 40 tools — text extraction, OCR, tables, forms, and annotations.
Quick Install
uvx mcp-pdf Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"mcp-pdf-rsp2k": {
"command": "uvx",
"args": [
"mcp-pdf"
]
}
}
}