27 lines
863 B
Markdown
27 lines
863 B
Markdown
|
|
---
|
||
|
|
layout: home
|
||
|
|
|
||
|
|
hero:
|
||
|
|
name: 'PDF Reader MCP Server'
|
||
|
|
text: 'Securely Read PDFs via MCP.'
|
||
|
|
tagline: An MCP server enabling AI agents to read text, metadata, and page counts from PDF files within a project's context.
|
||
|
|
image:
|
||
|
|
src: /logo.svg
|
||
|
|
alt: PDF Reader MCP Logo
|
||
|
|
actions:
|
||
|
|
- theme: brand
|
||
|
|
text: Get Started
|
||
|
|
link: /guide/getting-started
|
||
|
|
- theme: alt
|
||
|
|
text: View on GitHub
|
||
|
|
link: https://github.com/sylphlab/pdf-reader-mcp
|
||
|
|
|
||
|
|
features:
|
||
|
|
- title: Secure Context
|
||
|
|
details: All operations are strictly confined to the project directory where the server is launched.
|
||
|
|
- title: Structured Data
|
||
|
|
details: Returns parsed text, metadata, and page counts in a structured format via MCP.
|
||
|
|
- title: Efficient & Focused
|
||
|
|
details: Uses pdfjs-dist for reliable parsing. Designed for integration with AI agent workflows.
|
||
|
|
---
|