Pdf_mcp_server
@gongminltz
About Pdf_mcp_server
The MCP server used for operating PDFs, currently supports merging PDF files and exporting specified pages from designated PDF files.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"pdf_mcp_server": {
"isActive": true,
"name": "pdf_mcp_server",
"type": "sse",
"description": "pdf操作",
"url": "http://127.0.0.1:8010/sse"
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is pdf_mcp_server?
pdf_mcp_server is an MCP server for operating PDFs. It currently supports merging multiple PDF files and exporting specified pages from a given PDF file. It is intended for users who need to programmatically manipulate PDF documents via the Model Context Protocol.
How to use pdf_mcp_server?
Download the pdf_mcp_server.py script, install the dependency PyPDF2 via pip, and start the server by running python pdf_mcp_server.py. Then configure it in an MCP client (e.g., Cherry Studio) using the SSE transport: set "baseUrl": "http://127.0.0.1:8010/sse".
Key features of pdf_mcp_server
- Merge multiple PDF files into one
- Export specified pages from a designated PDF
Use cases of pdf_mcp_server
- Combine several PDF reports into a single document
- Extract specific pages from a large PDF file
- Automate PDF manipulation workflows via MCP clients
FAQ from pdf_mcp_server
What operations does pdf_mcp_server support?
It supports merging PDF files and exporting specified pages from a given PDF file.
What dependencies are required?
The server relies on the PyPDF2 library. Install it with pip install PyPDF2 or pip3 install PyPDF2.
How do I start pdf_mcp_server?
Run python pdf_mcp_server.py from the command line after installing the dependency.
What transport protocol does pdf_mcp_server use?
It uses the SSE (Server-Sent Events) transport, listening on http://127.0.0.1:8010/sse.
Does pdf_mcp_server require authentication?
The README does not mention any authentication mechanism.
Frequently asked questions
What operations does pdf_mcp_server support?
It supports merging PDF files and exporting specified pages from a given PDF file.
What dependencies are required?
The server relies on the PyPDF2 library. Install it with `pip install PyPDF2` or `pip3 install PyPDF2`.
How do I start pdf_mcp_server?
Run `python pdf_mcp_server.py` from the command line after installing the dependency.
What transport protocol does pdf_mcp_server use?
It uses the SSE (Server-Sent Events) transport, listening on `http://127.0.0.1:8010/sse`.
Does pdf_mcp_server require authentication?
The README does not mention any authentication mechanism.
Basic information
More Files & Storage MCP servers
PDF Tools MCP
danielkennedy1mcp-v8: V8 JavaScript MCP Server
r33drichardsMCP server that exposes a V8 JavaScript runtime as a tool for AI agents like Claude and Cursor. Supports persistent heap snapshots via S3 or local filesystem, and is ready for integration with modern AI development environments.
Filesystem MCP Server for WSL
webconsultingfilesystem MCP server for accessing WSL distributions from Windows
Mcp Filesystem
gabrielmaialva33A secure Model Context Protocol (MCP) server providing filesystem access within predefined directories
Google Drive server
isaacphiModel Context Protocol (MCP) Server for reading from Google Drive and editing Google Sheets
Comments