Pdf_mcp_server

Created By
gongminltz9 months ago
The MCP server used for operating PDFs, currently supports merging PDF files and exporting specified pages from designated PDF files.
Overview

what is pdf_mcp_server?

pdf_mcp_server is a server application designed for operating PDF files, allowing users to merge multiple PDF documents and export specific pages from designated PDF files.

how to use pdf_mcp_server?

To use pdf_mcp_server, follow these steps:

  1. Download the pdf_mcp_server.py file.
  2. Install the required dependency package using pip install PyPDF2 or pip3 install PyPDF2.
  3. Start the PDF MCP server by running python pdf_mcp_server.py.
  4. Configure the server using an MCP client, such as Cherry Studio.

key features of pdf_mcp_server?

  • Merging multiple PDF files into a single document.
  • Exporting specified pages from designated PDF files.
  • Easy configuration and integration with MCP clients.

use cases of pdf_mcp_server?

  1. Combining several PDF reports into one comprehensive document.
  2. Extracting specific pages from a large PDF for sharing or printing.
  3. Automating PDF operations in a server environment for applications.

FAQ from pdf_mcp_server?

  • What types of PDF operations can pdf_mcp_server perform?

pdf_mcp_server can merge PDF files and export specific pages from PDFs.

  • Is pdf_mcp_server easy to set up?

Yes! The setup process is straightforward and requires minimal configuration.

  • Can I use pdf_mcp_server for large PDF files?

Yes, pdf_mcp_server is designed to handle large PDF files efficiently.

Server Config

{
  "mcpServers": {
    "pdf_mcp_server": {
      "isActive": true,
      "name": "pdf_mcp_server",
      "type": "sse",
      "description": "pdf操作",
      "url": "http://127.0.0.1:8010/sse"
    }
  }
}
Project Info
Created At
9 months ago
Updated At
4 months ago
Author Name
gongminltz
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Tavily Mcp
@tavily-ai

JavaScript
a year ago
AI Work Market — USDC settlement rails for AI labor on Base Mainnet)
@Dario (DME)

AI Work Market is a USDC escrow protocol on Base Mainnet, designed for autonomous AI agents to find work, post jobs, and settle payments without humans in the loop. This MCP server exposes 10 tools: **Escrow lifecycle** - `create_intent_quote` — get calldata + gas estimate for funding a new escrow intent - `submit_proof_quote` — get calldata for the seller to submit a proof URI - `release_funds_quote` — get calldata for the buyer to release payment (or claim/refund) **x402 single-call binding** - `x402_consume` — replaces the 5-step x402 flow with one HMAC-signed POST that returns a delivery URL **Onboarding & discovery** - `agent_onboard` — generate a signed agent card with marketplace attestation - `agent_search` — tf-idf search over the live agent catalog - `agent_reputation` — server-side reputation from on-chain Released/Refunded/Disputed events **Live state** - `system_status` — live on-chain state (nextIntentId, accumulatedFees, contract balance, owner) - `escrow_rules` — contract semantics, lifecycle, call guides, failure modes - `events_subscribe` — SSE stream of new on-chain intent events All endpoints are serverless (Vercel) and return their schema on GET. No browser, no wallet UI required for an agent to integrate. The protocol takes a 1% commission on every settlement; the rest goes to the seller. The full AgentCard is at `/.well-known/agent-card.json` (A2A-compatible). The OpenAPI 3.0.3 spec is at `/.well-known/openapi.json` with `components.securitySchemes` (none, hmacX402). `robots.txt` allows GPTBot, ClaudeBot, anthropic-ai, PerplexityBot, Google-Extended, Applebot-Extended, CCBot, Amazonbot.

17 hours ago
Voyei

7 hours ago