mcp-pdf-parse

mcp-pdf-parse

3.2

If you are the rightful owner of mcp-pdf-parse and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Model Context Protocol (MCP) server for parsing text from PDF URLs.

The mcp-pdf-parse server is designed to extract text content from PDF files that are accessible via URLs. This tool is particularly useful for applications that need to process and analyze text data from PDF documents without manually downloading and opening each file. By providing a URL, the server fetches the PDF, extracts the text, and returns it as a string, making it easy to integrate into various workflows and applications. The server can be installed globally via npm or run directly using npx, and it can also be built from source for more customized deployments. This flexibility allows it to be used in a variety of environments, including integration with platforms like Claude.

Features

  • Extracts text from PDF files available at specified URLs.