PDF MCP Server
MCP Servers
Model Context Protocol 서버들의 모노레포입니다. packages/ 아래의 각 서버는 독립적으로 빌드, 테스트, 배포 가능한 MCP 서버로, stdio를 통해 실행됩니다.
패키지
패키지 | 설명 |
로컬 디스크에서 PDF 파일을 읽어 텍스트와 위치 구조를 stdio를 통해 LLM 호스트에 반환합니다. |
Related MCP server: flint-slating
빠른 시작
pnpm install
pnpm build
pnpm test
pnpm lintNode >=22 및 pnpm이 필요합니다(corepack으로 관리되며, 루트 package.json의 packageManager 필드가 정확한 버전을 고정합니다).
저장소 구조
.
├── packages/
│ └── pdf/ # @jeius-mcp-servers/pdf
├── docs/
│ ├── adr/ # repo-wide Architecture Decision Records
│ └── agents/ # repo-wide agent conventions (issue tracker, domain docs)
├── AGENTS.md # operational guide for AI coding agents (monorepo entry)
├── turbo.json # Turborepo task pipelines
├── tsconfig.base.json # shared TypeScript strict base
├── biome.json # shared lint/format config
└── pnpm-workspace.yaml # workspace definition (packages/*)각 패키지는 자체 AGENTS.md, CONTEXT.md, docs/(PRD, 아키텍처, 기술 스택, 계획, adr/), src/ 및 tests/를 보유합니다.
문서
에이전트 가이드:
AGENTS.md의사 결정 기록:
docs/adr/— 저장소 전반의 ADR; 패키지별 ADR은packages/<name>/docs/adr/에 있습니다.도메인 용어집: 각
packages/<name>/CONTEXT.md
라이선스
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables LLMs to read and extract content from PDF files with high-fidelity LaTeX recognition and layout awareness using a Python-based extraction engine. It includes a robust Node.js fallback and supports page range filtering for efficient processing of large documents.140MIT
- AlicenseNot gradedqualityAmaintenanceMCP server that reads PDFs and exposes them as structured Markdown, metadata, outlines, images, and tables to LLM consumers via tools like pdf_read_markdown and pdf_info.Apache 2.0
- AlicenseNot gradedqualityDmaintenanceConverts PDF files to text for use with MCP-compatible applications like Cursor IDE.MIT
- FlicenseBqualityDmaintenanceA Model Context Protocol server that enables listing and reading PDF documents from a configured directory, extracting text content for MCP clients like Claude Desktop.2
Related MCP Connectors
Generate PDFs from templates via AI chat. Works with Claude, ChatGPT, Cursor, and any MCP client.
Turn any PDF into structured JSON via AI + OCR: invoices, bank statements, contracts.
Generate PDF reports from Re:port Flow templates via Claude and other AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jeius/mcp-servers'
If you have feedback or need assistance with the MCP directory API, please join our Discord server