MCP ServerSTDIOOfficialv1.10.0

Jztan Pdf MCP Server

Process and extract data from PDF files with intelligent caching to reduce redundant parsing. Built for developers who need reliable, production-grade PDF handling in their AI workflows.

io.github.jztan/pdf-mcp

Hosted URL

Local install

Transport

STDIO

Auth

No auth required

What the Jztan Pdf MCP server does

How models use it and what it is built for.

Process and extract data from PDF files with intelligent caching to reduce redundant parsing. Built for developers who need reliable, production-grade PDF handling in their AI workflows.

Connect to Jztan Pdf

Local install — runs as a subprocess.

uvx pdf-mcp==1.10.0

Environment variables

Configuration this server reads at startup.

  • PDF_MCP_CACHE_DIR

    Directory for storing PDF cache (default: ~/.cache/pdf-mcp)

  • PDF_MCP_CACHE_TTL

    Cache time-to-live in hours (default: 24)

Resources

Where to find authoritative docs and source for Jztan Pdf.

Example prompts for Jztan Pdf

Paste any of these into Agent Studio after connecting Jztan Pdf.

  • Extract all text from this PDF and summarize the key sections
  • Parse tables from a PDF invoice and convert to JSON format
  • What PDFs are currently cached and how much disk space are they using
  • Explain how the PDF_MCP_CACHE_TTL setting affects performance

Jztan Pdf MCP server — FAQ

Common questions about connecting and running Jztan Pdf.

  • What does the PDF caching do?

    The server caches parsed PDF data to avoid re-processing the same files. You can configure the cache directory (PDF_MCP_CACHE_DIR) and set how long cached data persists (PDF_MCP_CACHE_TTL, default 24 hours).

  • Where does the PDF cache get stored?

    By default, cached PDFs are stored in ~/.cache/pdf-mcp. You can override this by setting the PDF_MCP_CACHE_DIR environment variable to any directory path.

  • How do I install and run this MCP server?

    Install with `uvx pdf-mcp@1.10.0`. The server runs over stdio transport, so configure it in your MCP client (like Claude Desktop) to spawn the process and communicate via standard input/output.

  • Can I disable caching or change how long PDFs are cached?

    Yes. Adjust PDF_MCP_CACHE_TTL (in hours, default 24) to control cache expiration. Set it to 0 to disable caching, or increase it for longer retention of frequently-used PDFs.

  • What PDF operations does this server support?

    The server is production-ready for PDF processing with intelligent caching. For a full list of supported operations (text extraction, table parsing, metadata reading, etc.), refer to the server documentation or test with your MCP client.

Skip the local setup — run MCP in your browser

MCP Playground runs 10,000+ hosted MCP servers — GitHub, Linear, Notion, Stripe, Sentry and more — across Claude, GPT, Gemini, DeepSeek and 30+ AI models. Compare model answers side-by-side, save agent presets, share runs. Zero install.

Open Agent Studio

Related servers

More on MCP Playground