Skip to main content
Glama

PDF Extraction MCP Server

by xraywu
pyproject.toml439 B
[project] name = "pdf-extraction" version = "0.1.0" description = "MCP server to extract contents from PDF files" readme = "README.md" requires-python = ">=3.11" dependencies = [ "mcp>=1.2.0", "pypdf2>=3.0.1", "pytesseract>=0.3.10", "Pillow>=10.0.0", "pydantic>=2.10.1,<3.0.0", "pymupdf>=1.24.0" ] [build-system] requires = [ "hatchling",] build-backend = "hatchling.build" [project.scripts] pdf-extraction = "pdf_extraction:main"

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/xraywu/mcp-pdf-extraction-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server