- Explore MCP Servers
- mcp-pdf-parse
Mcp Pdf Parse
What is Mcp Pdf Parse
mcp-pdf-parse is a Model Context Protocol (MCP) server designed for extracting text data from PDF files accessible via URLs.
Use cases
Use cases include automating the extraction of text from reports, processing academic papers, and integrating PDF text extraction into larger data workflows.
How to use
To use mcp-pdf-parse, you can either install it globally via npm or run it directly using npx. You need to add it to your MCP settings configuration file for integration with the Claude application.
Key features
Key features include the ability to extract text from PDF files available at specified URLs, making it easy to retrieve textual content from online documents.
Where to use
mcp-pdf-parse can be used in various fields such as data analysis, document processing, and any application that requires text extraction from PDF documents.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Mcp Pdf Parse
mcp-pdf-parse is a Model Context Protocol (MCP) server designed for extracting text data from PDF files accessible via URLs.
Use cases
Use cases include automating the extraction of text from reports, processing academic papers, and integrating PDF text extraction into larger data workflows.
How to use
To use mcp-pdf-parse, you can either install it globally via npm or run it directly using npx. You need to add it to your MCP settings configuration file for integration with the Claude application.
Key features
Key features include the ability to extract text from PDF files available at specified URLs, making it easy to retrieve textual content from online documents.
Where to use
mcp-pdf-parse can be used in various fields such as data analysis, document processing, and any application that requires text extraction from PDF documents.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
mcp-pdf-parse
A Model Context Protocol (MCP) server for parsing text from PDF URLs. This tool extracts text content from PDFs accessible via URLs and returns the extracted content as a string.
Features
- Extracts text from PDF files available at specified URLs.
Installation
Option 1: Install from npm
npm install -g mcp-pdf-parse
You can also run it directly without installation using npx:
npx mcp-pdf-parse
Option 2: Clone the repository
- Install dependencies:
npm install
- Build the server:
npm run build
Usage
To use this tool with Claude, you need to add it to your MCP settings configuration file.
For Claude Desktop App
Add the following to your Claude Desktop configuration file (located at %APPDATA%\Claude\claude_desktop_config.json on Windows or ~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
If installed globally via npm:
{
"mcpServers": {
"mcp-pdf-parse": {
"command": "mcp-pdf-parse"
}
}
}
Using npx (without installation):
{
"mcpServers": {
"mcp-pdf-parse": {
"command": "npx",
"args": [
"-y",
"mcp-pdf-parse"
]
}
}
}
If installed from source:
{
"mcpServers": {
"mcp-pdf-parse": {
"command": "node",
"args": [
"path/to/mcp-pdf-parse/build/index.js"
]
}
}
}
License
MIT
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










