Skip to content

PDF Agent StackBuilding a PDF-expert AI agent

Read, verify, write — grounded in the spec. Four MCP servers and three skills for AI agents.

PDF Agent Stack

Quick start

jsonc
{
  "mcpServers": {
    "pdf-reader": {
      "command": "npx",
      "args": ["-y", "@shuji-bonji/pdf-reader-mcp@latest"]
    }
  }
}

Start with pdf-reader alone, then add the other servers as you need them. → Getting Started (env / veraPDF / fonts)

MIT Licensed