PDF Extractor: Bulk PDF to Text, Tables & Markdown from a CSV for Claude Desktop
io.github.nero-engine/dataset-pdf-extract
Extract text, tables and metadata from every PDF linked in a dataset, CSV or Google Sheet.
client:Claude Desktop
transport:streamable-http
Install PDF Extractor: Bulk PDF to Text, Tables & Markdown from a CSV in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"dataset-pdf-extract": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.apify.com/?tools=nerolabs/dataset-pdf-extract"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs