We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/labeveryday/mcp_pdf_reader'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
requirements.txt•435 B
# MCP PDF Reader Server Requirements
# FastMCP framework for easy MCP server creation
fastmcp>=0.2.0
# PDF processing library
PyMuPDF>=1.23.0
# OCR library for reading text from images
pytesseract>=0.3.10
# Image processing library
Pillow>=10.0.0
# Optional: For better OCR results, you may want to install additional packages
# opencv-python>=4.8.0 # For image preprocessing
# numpy>=1.24.0 # For numerical operations on images