Skip to content
Claude Desktop

EasyAccessPDF for Claude Desktop

io.github.luotwo/easyaccesspdf-mcp

PDF accessibility checks (veraPDF PDF/UA-1), auto-fix and Markdown conversion. EU-hosted.

client:Claude Desktop transport:streamable-http

Install EasyAccessPDF in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "easyaccesspdf-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://easyaccesspdf.com/wp-json/easy/v1/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

EasyAccessPDF in other clients