← Back to Plugins
MCP Server MCP

io.github.jztan/pdf-mcp

github By github 👁 1 views ▲ 0 votes

Production-ready MCP server for PDF processing with intelligent caching.

Homepage Verified source GitHub

Install

uvx pdf-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "pdf-mcp",
      "version": "2.2.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Directory for storing PDF cache (default: ~/.cache/pdf-mcp)",
          "format": "string",
          "name": "PDF_MCP_CACHE_DIR"
        },
        {
          "description": "Cache time-to-live in hours (default: 24)",
          "format": "number",
          "name": "PDF_MCP_CACHE_TTL"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...