10 months ago
An MCP server that can extract text from PDFs and images. It supports:
* Native text extraction from PDFs (embedded text)
* OCR for scanned PDFs and images using Tesseract
Server Config
{
"mcpServers": {
"pdf-reader-mcp": {
"command": "node",
"args": [
"dist/index.js"
],
"env": {}
}
}
}