Skip to main content
Glama
jeius

PDF MCP Server

by jeius

MCP Servers

一个 Model Context Protocol 服务器的 monorepo。packages/ 下的每个服务器都是一个独立可构建、可测试、可发布的 MCP 服务器,通过 stdio 运行。

软件包

软件包

描述

@jeius-mcp-servers/pdf

从本地磁盘读取 PDF 文件;通过 stdio 向 LLM 主机返回文本和位置结构。

Related MCP server: flint-slating

快速开始

pnpm install
pnpm build
pnpm test
pnpm lint

需要 Node >=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.mdCONTEXT.mddocs/(PRD、架构、技术栈、计划、adr/)、src/tests/

文档

  • Agent 指南AGENTS.md

  • 决策docs/adr/ — 仓库级 ADR;特定于包的 ADR 位于 packages/<name>/docs/adr/

  • 领域词汇表:每个 packages/<name>/CONTEXT.md

许可证

MIT

F
license - not found
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    D
    maintenance
    Enables 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.
    1
    40
    MIT
  • A
    license
    Not graded
    quality
    A
    maintenance
    MCP 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

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

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